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 Hwop38, 05-04-2026, 07:02 PM
|
0 responses
150 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
302 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
243 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
345 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
174 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment