Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

drawn objects into the foreground

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    drawn objects into the foreground

    Hi, how can I bring drawn objects into the foreground, for example a Draw.Line? i think there will be a simple command for that ;-)

    Click image for larger version

Name:	Screenshot_1.jpg
Views:	262
Size:	22.3 KB
ID:	1119354Click image for larger version

Name:	Screenshot_2.jpg
Views:	257
Size:	17.1 KB
ID:	1119355
    sidlercom80
    NinjaTrader Ecosystem Vendor - Sidi Trading

    #2
    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.
    Brandon H.NinjaTrader Customer Service

    Comment


      #3
      Hi _BrandonH, great thanks a lot that helped me ;-)
      sidlercom80
      NinjaTrader Ecosystem Vendor - Sidi Trading

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by pmachiraju, 11-01-2023, 04:46 AM
      8 responses
      148 views
      0 likes
      Last Post rehmans
      by rehmans
       
      Started by mattbsea, Today, 05:44 PM
      0 responses
      5 views
      0 likes
      Last Post mattbsea  
      Started by RideMe, 04-07-2024, 04:54 PM
      6 responses
      33 views
      0 likes
      Last Post RideMe
      by RideMe
       
      Started by tkaboris, Today, 05:13 PM
      0 responses
      5 views
      0 likes
      Last Post tkaboris  
      Started by GussJ, 03-04-2020, 03:11 PM
      16 responses
      3,283 views
      0 likes
      Last Post Leafcutter  
      Working...
      X