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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      43 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      21 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      30 views
      1 like
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      50 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      40 views
      0 likes
      Last Post CarlTrading  
      Working...
      X