Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Single Indicator - Multiple panels
Collapse
X
-
Single Indicator - Multiple panels
I am working on a custom indicator that has multiple plots in the code. I have IsOverlay set to false which makes the plots appear on a separate panel which is what I want. However, that panel is getting crowded with all the plots so I want to move them to a 3rd panel. How would I go about putting those plots on a different panel?Tags: None
-
Hello algospoke,
Unfortunately an indicator is only able to plot within a single panel.
You could choose to add multiple instances of the indicator to the chart and set the Panel of each instance to a different value. Then you can set the plots you don't want to see to Transparent.
You could choose to create a separate indicator with only the other plot.Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
127 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
73 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
115 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
109 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
88 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment