Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
lock indicator layering
Collapse
X
-
lock indicator layering
The trend line indicaotr is allways ending up in front of my bars & when I shift select it to move it behind the bars, it's allways draging the other indicators with it. Is there a way I can lock them once I have them layered the way I want?Tags: None
-
Hello dtaylor,
At this time there is not a way to guarantee the indicator load order for the Zorder (layering) to be constant. Indicators can specify in their code a specific layer however items that do not specify that will be applied as they are loaded.
The only way to make it load the same every time would be to duplicate that indicator and edit its code to specify a zorder.
To move it behind the bars always would require using less than 1 as the zorder index, for example SetZOrder(-1);
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
169 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
327 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
252 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
353 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
181 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment