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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
97 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
52 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
24 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
35 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
37 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment