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 CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
27 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
183 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
335 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
260 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment