Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
SetZOrder() ?
Collapse
X
-
Hello funk101,
Thank you for writing in.
Please take a look at the help guide for SetZOrder(): http://ninjatrader.com/support/helpG...?setzorder.htm
A value of -1 would set the indicator behind the other objects on the chart.
Please, let us know if we may be of further assistance.Zachary G.NinjaTrader Customer Service
-
Hello funk101,
I'm looking further why using SetZOrder() is not producing the desired outcome.
As a workaround, in State.Configure, you can directly assign the indicator's ZOrder property:
You'll want to be aware, however, of the Z-Ordering of the default chart objects: http://ninjatrader.com/support/helpG...?setzorder.htmCode:else if (State == State.Configure) { ZOrder = -1; }
Also, be aware that there can be conflicts if two indicators are using the same ZOrder set from ZOrder.Last edited by NinjaTrader_ZacharyG; 04-27-2016, 11:32 AM.Zachary G.NinjaTrader Customer Service
Comment
-
I believe that there is a bug report about that failure already. Try using the ZOrder assignment instead. I do it in State.SetDefaults.Originally posted by funk101 View PostYes, I tried that and it does not do it. I put it in State.Default, *and State.Active*. Again, doesn't make a change
ref: http://ninjatrader.com/support/forum...ight=setzorder
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
24 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
15 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
21 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
20 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|
||
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
135 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|

Comment