// Add Daily Pnl Strategy Plot Add(wmDailyPnlPlot(0)); wmDailyPnlPlot(0).Plots[0].Pen.Color = Color.Green; wmDailyPnlPlot(0).Plots[0].Pen.Width = 3; wmDailyPnlPlot(0).PanelUI = 3;
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Strategy Plots to Non-Price Panels
Collapse
X
-
Strategy Plots to Non-Price Panels
In NT6.5, I can assign "strategy plots" to non-price PanelUI > 1 from a strategy as shown below, however in NT7 it does not seem to work. Is this feature, or an alternative approach, still available in NT7? Thanks.
WhitmarkCode:Tags: None
-
NT7 Strategy Indicator Panel Placement
Looks like this is working now in NT7B3 for both situations, thank you. In the case of adding a regular indicator from a strategy, if the indicator has Overlay=true, then the indicator will be added to Panel=0, else it will be added to Panel=1 or you can assign it specifically within the Initialization method (e.g., ATR(10).Panel=2). If I recall correctly, NT6.5 would default to placing the indicator to Panel=0 if Overlay=true was NOT used within the indicator so a code change may be neccessary for some.
Whitmark
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
164 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
319 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
246 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
350 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
179 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment