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:	133
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.
          Brandon H.NinjaTrader Customer Service

          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 lightsun47, Today, 03:51 PM
            0 responses
            4 views
            0 likes
            Last Post lightsun47  
            Started by 00nevest, Today, 02:27 PM
            1 response
            8 views
            0 likes
            Last Post 00nevest  
            Started by futtrader, 04-21-2024, 01:50 AM
            4 responses
            44 views
            0 likes
            Last Post futtrader  
            Started by Option Whisperer, Today, 09:55 AM
            1 response
            13 views
            0 likes
            Last Post bltdavid  
            Started by port119, Today, 02:43 PM
            0 responses
            8 views
            0 likes
            Last Post port119
            by port119
             
            Working...
            X