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:	109
Size:	16.4 KB
ID:	1295630

    NinjaTrader 8's stochastic:
    Click image for larger version

Name:	image.png
Views:	103
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 Mindset, 04-21-2026, 06:46 AM
          0 responses
          63 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by M4ndoo, 04-20-2026, 05:21 PM
          0 responses
          87 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by M4ndoo, 04-19-2026, 05:54 PM
          0 responses
          47 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by cmoran13, 04-16-2026, 01:02 PM
          0 responses
          105 views
          0 likes
          Last Post cmoran13  
          Started by PaulMohn, 04-10-2026, 11:11 AM
          0 responses
          63 views
          0 likes
          Last Post PaulMohn  
          Working...
          X