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 Mindset, Today, 06:46 AM
|
0 responses
8 views
0 likes
|
Last Post
by Mindset
Today, 06:46 AM
|
||
|
Started by M4ndoo, Yesterday, 05:21 PM
|
0 responses
12 views
0 likes
|
Last Post
by M4ndoo
Yesterday, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
15 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
82 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
47 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment