Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Dots with Line on Close

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Dots with Line on Close

    Hi everyone,

    I'd like to be able to display the closing price as a dot for a Line on Close.

    Could you please let me know an indicator or process on how I can do so?

    Thanks in advance.


    Click image for larger version

Name:	image.png
Views:	349
Size:	6.2 KB
ID:	1252686

    #2
    Did you try the Swing indicator?

    Comment


      #3
      Thanks for suggesting the swing indicator. I tried it but it does not plot any dots on top of the Line on Close for each and every "bar".

      Comment


        #4
        ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ
        Attached Files
        Last edited by Leeroy_Jenkins; 05-24-2023, 02:38 AM.

        Comment


          #5
          Hello oldporkchops,

          Thanks for your post.

          I have moved this thread to the 'NinjaScript File Sharing Discussion' section of the Forums since it seems you are looking for an existing indicator to accomplish your goal.

          You could use the indicator script that Leeroy_Jenkins has shared which will draw a dot on the close price of a bar.

          To accomplish this in a custom NinjaScript indicator, you could add a plot to the script using the AddPlot() method with the PlotStyle set to PlotStyle.Dot and assign the Close price to the plot. Or, the Draw.Dot() method could be used to draw the dot on the chart at the Close price.

          See the help guide documentation below for more information.

          AddPlot(): https://ninjatrader.com/support/help...t8/addplot.htm
          Draw.Dot(): https://ninjatrader.com/support/help...8/draw_dot.htm
          Close: https://ninjatrader.com/support/help.../nt8/close.htm
          Last edited by NinjaTrader_BrandonH; 05-24-2023, 07:36 AM.
          <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

          Comment


            #6
            Thank you, Leeroy for sharing your indicator. It is a lifesaver. I sincerely appreciate it.

            I am grateful too for Brandon for showing me how to modify an indicator to draw a dot on the close price of a bar.

            This community is awesome.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            647 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            369 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            108 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            572 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            573 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X