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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
99 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
53 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
24 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
35 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
38 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment