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 NullPointStrategies, Today, 05:17 AM
      0 responses
      43 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      124 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      65 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      42 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      46 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X