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 argusthome, 03-08-2026, 10:06 AM
|
0 responses
60 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
39 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
21 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
23 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
51 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment