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 CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
44 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
25 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
186 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
348 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
270 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment