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 kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
123 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
104 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
82 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
102 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
83 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment