Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
drawn objects into the foreground
Collapse
X
-
-
Hello sidlercom80,
Thank you for your post.
Drawing objects could be brought into the foreground by specifying the ZOrder for an indicator by using SetZOrder.
SetZOrder represents the index in which chart objects are drawn on the chart's Z-axis (front to back ordering). Objects with a higher ZOrder are drawn first. If you want to draw your objects on top of the bars, you could assign SetZOrder to use the index int.MaxValue.
Please note that assigning specific ZOrder indices to draw at should be done once the State has reached State.Historical. All drawing objects drawn by the indicator will have the same relative ZOrder.
The following help guide link demonstrates how SetZOrder could be used - https://ninjatrader.com/support/help...?setzorder.htm
Let us know if we may further assist.<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
- Likes 1
-
Hi _BrandonH, great thanks a lot that helped me ;-)
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
63 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
35 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
198 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
364 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
283 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment