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 Mindset, 04-21-2026, 06:46 AM
|
0 responses
52 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
71 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
38 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
99 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
60 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment