Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Drawing buttons on chart hides plots

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

    Drawing buttons on chart hides plots

    I am creating a strategy. When I am drawing buttons on the chart, it is hiding all the plots. If I comment out all the codes related to buttons, the plots become visible again. How do I draw buttons and plots at the same time? Please let me know if any additional information is needed.

    #2
    Hello fawzanalim,

    Thank you for the post.

    In general drawing buttons should not relate to plotting, do you have a sample of the code you had used?

    You can find a sample of adding some simple buttons to a chart here:



    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment


      #3
      Thanks. But I found the source of the problem, and fixed it.

      It's the OnRender method. It hides all the plots unless you call base.OnRender() inside of OnRender method.

      Source:
      If you are using standard Plots along with custom rendering from an indicator or strategy, you will need to ensure to call the base.OnRender() method for those plots to display.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by f.saeidi, Today, 11:02 AM
      1 response
      2 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Started by geotrades1, Today, 10:02 AM
      4 responses
      12 views
      0 likes
      Last Post geotrades1  
      Started by rajendrasubedi2023, Today, 09:50 AM
      3 responses
      16 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Started by lorem, Today, 09:18 AM
      2 responses
      11 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by geddyisodin, Today, 05:20 AM
      4 responses
      30 views
      0 likes
      Last Post geddyisodin  
      Working...
      X