Now before you say, "Why don't you just create an indicator and use the AddChartIndicator()". That is exacly what I am trying to steer away from. Because I am troubleshooting my strategy's triggering of trades because it seems like the values and or the execution of the indicators when I call them is different then what I am expecting. I essentially want to re-create the indicator from within my strategy and compare the values. Hence why I want to plot from within the strategy to a new price panel, to compare it with the indicators I call.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Adding Plots to a New Panel in a Strategy
Collapse
X
-
Adding Plots to a New Panel in a Strategy
How do you add plots to a strategy to be displayed in a new panel? I know it is possible to have new panels created when you use AddChartIndicator() but I do not see how to do it with AddPlot().
Now before you say, "Why don't you just create an indicator and use the AddChartIndicator()". That is exacly what I am trying to steer away from. Because I am troubleshooting my strategy's triggering of trades because it seems like the values and or the execution of the indicators when I call them is different then what I am expecting. I essentially want to re-create the indicator from within my strategy and compare the values. Hence why I want to plot from within the strategy to a new price panel, to compare it with the indicators I call.Tags: None
-
Hello cutzpr,
Strategies do not have plots. This is something inherent to indicators not strategies.
You can calculate values and then set the plot value of an indicator.
An indicator can only have all of its plots in one panel.
To have the indicator be added to a new panel when adding a new instance of the indicator, set IsOverlay to true.
Below is a public link to the help guide.
Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
167 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
88 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
128 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
208 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
185 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment