Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Add plot to secondary panel

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

    Add plot to secondary panel

    I am trying to develop a strategy that uses the RSI and I want to add a different moving average to the panel and then plot up and down arrows based on conditions. I want to add these to the RSI panel and everything I do either does not show up at all or shows up on the candlestick chart and not on the separate, RSI panel. I am not using the Strategy Builder.

    Please advise,

    Sam

    #2
    Hello smcllr,

    In this case you would need to use a custom indicator if you wanted to additionally draw arrows in the sub panel. Drawing objects default to the price panel. For the objects to draw in the sub panel the indicator in that sub panel would need to draw the objects. You can do that by making a dummy indicator that gets added to the sub panel and then reads values from the strategy. There is a sample of that concept in the following link: https://ninjatrader.com/support/help..._a_ninjasc.htm

    The take away from this sample is how the strategy uses an indicator with IsOverlay = false and that indicator reads values from the strategy to plot in the sub panel. You could plot the RSI value from that indicator in addition to anything else from your strategy that is needed such as whatever logic/data is used to generate the arrows.

    You would additionally need to set the indicator to have DrawOnPricePanel = false so any drawing objects appear in the indicators panel.
    https://ninjatrader.com/support/help...ightsub=drawon

    Comment


      #3
      One may check this as well https://forum.ninjatrader.com/forum/...rom-a-strategy

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      88 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      135 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      68 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      119 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      69 views
      0 likes
      Last Post PaulMohn  
      Working...
      X