I want my indicator to display in my price panel. When I add it to the chart it defaults to a new panel. I need to override in the indicator properties. I think DrawOnPricePanel = true should do it but doesn't. Please advise. Thanks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Visual Panel PJarameter
Collapse
X
-
Visual Panel PJarameter
Hello,
I want my indicator to display in my price panel. When I add it to the chart it defaults to a new panel. I need to override in the indicator properties. I think DrawOnPricePanel = true should do it but doesn't. Please advise. Thanks
1 PhotoTags: None
-
Hello morrnel,
Thanks for your post.
DrawOnPricePanel is the property that you set to direct where the draw objects go, either in the indicator panel or price panel (default), such as Draw.text, Draw. Dot, etc. Reference: https://ninjatrader.com/support/help...pricepanel.htm
IsOverlay is the property that determines if the indicator is placed in the price panel or if a new panel should be created. All indicator plots are then directed to that panel. Reference: https://ninjatrader.com/support/help...?isoverlay.htm
- Likes 1
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
169 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
328 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
252 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
353 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
181 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment