Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Adding Plot to different pane from one Indicator
Collapse
X
-
Adding Plot to different pane from one Indicator
I have an Indicator that does not currently contain any plots. It uses Series instead and does some custom drawing. If I use AddPlot to add a new plot, can it be added into a separate pane without me having to create a second indicator?Tags: None
-
Hello swcooke,
Thank you for your post.
Indicators can only plot and do custom rendering in one panel determined by IsOverlay, but drawing objects can be placed on either the indicator panel or the price panel with DrawOnPricePanel.
If you would like to have one indicator draw to the price panel and the indicator panel, I would recommend to use DrawOnPricePanel = true and IsOverlay = true and use drawing tools for the drawing on the price panel.
If you would like to use do custom rendering in separate panels, I would advise to use 2 separate indicators to render to the indicator panel and another to render to the Price Panel.
Publicly available documentation on the items discussed can be referenced here:
DrawOnPricePanel - https://ninjatrader.com/support/help...pricepanel.htm
IsOverlay - https://ninjatrader.com/support/help.../isoverlay.htm
Please let us know if you have any additional questions.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
68 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
150 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
162 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
100 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
288 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Comment