(I'm currently using Overlay=true and they all appear in Panel 1)
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Set Panel for "Add"ed Indicator
Collapse
X
-
Set Panel for "Add"ed Indicator
I'm "Add"ing a bunch of indicators (moving avgs, Bollinger bands, etc...) from inside my custom indicator. Is there a way to have some of them appear in Panel 1 (the main chart panel) and others appear in new Panels ?
(I'm currently using Overlay=true and they all appear in Panel 1)Tags: None
-
Hi Cal,
If I have Overlay=false, how do I indicate which panel each "Add"ed indicator should display in ? I don't want to leave the decision to the indicator's default, I want to specify it explicitly...
(I also have a few internally created plots that I want to control which panel they appear in...)
Comment
-
adding to a specific panel
BAltman,
This was posted by NinjaTrader_Josh
Its an old post. Don't know if it works now but It seems like according to this you could specify the panel before each add
Jerry
To choose which panel you want your indicator plotted on you can use this code snippet into the Initialize() section:
Code:
VOLMA(20).Panel = 2; Add(VOLMA(20));
- Likes 1
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
27 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
17 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
9 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
10 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
17 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment