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 DayTradingDEMON, Today, 09:28 AM
      1 response
      12 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by cmtjoancolmenero, Yesterday, 03:58 PM
      8 responses
      31 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by helpwanted, Today, 03:06 AM
      2 responses
      22 views
      0 likes
      Last Post NinjaTrader_LuisH  
      Started by navyguy06, Today, 09:28 AM
      0 responses
      5 views
      0 likes
      Last Post navyguy06  
      Started by rjbtrade1, 11-30-2023, 04:38 PM
      2 responses
      77 views
      0 likes
      Last Post DavidHP
      by DavidHP
       
      Working...
      X