Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Plots Missing Dots, No Price Markers

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

    Plots Missing Dots, No Price Markers

    Hi there, I was wondering if anyone knows how I can fix my custom stochastic indicator.

    When I click on the plots, no dots - outlining the skeletal structure - are apparent. And also the price markers aren't showing even though I have "PaintPriceMarkers = True" in the code.

    I have attached 2 photos below. The first one showing my indicator. The second photo showing NinjaTrader 8's stochastic to see the circular "dots" I'm referring to as well as the price markers.

    Any help will be much appreciated.

    My stochastic indicator:
    Click image for larger version

Name:	image.png
Views:	101
Size:	16.4 KB
ID:	1295630

    NinjaTrader 8's stochastic:
    Click image for larger version

Name:	image.png
Views:	96
Size:	17.5 KB
ID:	1295631​​

    #2
    Hello RoswellTrader,

    Thank you for your post.

    What version of NinjaTrader are you using? The version may be found at Control Center > Help > About. Are the plots in your indicator added by calling AddPlot() or via a different method, such as custom rendering?


    I look forward to your reply.

    Comment


      #3
      Hi Emily, thanks for your response. I'm currently using NinjaTrader 8.

      And yes, I'm calling the plots using the AddPlot() like this:

      AddPlot(Brushes.Transparent, "Fast");
      Plots[0].Width = 2f;

      AddPlot(Brushes.Transparent, "Slow");
      Plots[1].Width = 1.6f;​

      Comment


        #4
        Originally posted by RoswellTrader View Post
        Hi Emily, thanks for your response. I'm currently using NinjaTrader 8.

        And yes, I'm calling the plots using the AddPlot() like this:

        AddPlot(Brushes.Transparent, "Fast");
        Plots[0].Width = 2f;

        AddPlot(Brushes.Transparent, "Slow");
        Plots[1].Width = 1.6f;​
        Thanks for your reply.

        If the plots are transparent, then it is expected that no price marker will be shown. What are the results if you open the indicators dialog and change the colors of the plots to something other than transparent then apply the changes? I suspect this would add the plots to the chart visually, which you could then select and see the "dots" that show the indicator is selected and also paint the price marker.

        Please let us know if we may be of further assistance.

        Comment


          #5
          Oh yes! This fixed it, thank you so much Your help is greatly appreciated!

          Comment

          Latest Posts

          Collapse

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