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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
45 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
30 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
99 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
177 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
170 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment