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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
558 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
545 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment