Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How do I control zorder on an indicator panel
Collapse
X
-
How do I control zorder on an indicator panel
I have an indicator plotting 3 waves that I need to control the zorder dynamically. In the provided screen shot you can see that when the values are above the zero line you can see the different colors of the waves but this is only because the 3rd wave is below the the other 2 waves once it becomes greater than the other waves, they are no longer visible.Tags: None
-
Hello Itachi,
Thanks for your post.
Indicators could call SetZOrder() to set the z-order in the script.
https://ninjatrader.com/support/help.../setzorder.htm
ZOrder: https://ninjatrader.com/support/help...der.htm<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
-
Hello Itachi,
Thanks for your notes.
Unfortunately, the plots in a single indicator are layered in the order that AddPlot() is called.
If the plots are separated into indicators you could set the indicators ZOrder.
https://ninjatrader.com/support/help.../setzorder.htm
<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
648 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
369 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 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
572 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
573 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment