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

Drawline over Bar

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

    Drawline over Bar

    Hello,

    When I use DrawLine command and my line crosses a bar's body, the line is hidden by the bar body. Is there any way to see it across candle's body?

    Thanks

    #2
    Hello RedDuke,

    Use SetZOrder() to set the z order to a higher value. Try setting this to 1.



    The Chart Bars by default have a z order of 1.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Will I need to put in in initialization?

      Comment


        #4
        Hi RedDuke,

        This was my mistake. This code is for NinjaTrader 8.

        NinjaTrader 7 does not have zorder support and must be changed manually after the script starts.
        1. Select the chart object by left mouse clicking on it
        2. Hold down the "Shift" key on your keyboard and roll the mouse scroll wheel to change the z-order of the object. The current position out of the total number of levels in the z-scale will be displayed.

        Below is a link to the help guide on "Navigating a Chart". Please see the section 'How to change the z-order (paint order) of a chart object'.
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          Thanks, it worked once I scrolled mouse wheel. Is there any way to do it programmatically in Ninja 7?

          Comment


            #6
            Hello RedDuke,

            Unfortunately no, NinjaTrader 7 does not have zorder support and must be changed manually after the script starts.
            Chelsea B.NinjaTrader Customer Service

            Comment


              #7
              Thanks a lot

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by junkone, Today, 11:37 AM
              2 responses
              12 views
              0 likes
              Last Post junkone
              by junkone
               
              Started by frankthearm, Yesterday, 09:08 AM
              12 responses
              43 views
              0 likes
              Last Post NinjaTrader_Clayton  
              Started by quantismo, 04-17-2024, 05:13 PM
              5 responses
              35 views
              0 likes
              Last Post NinjaTrader_Gaby  
              Started by proptrade13, Today, 11:06 AM
              1 response
              7 views
              0 likes
              Last Post NinjaTrader_Clayton  
              Started by love2code2trade, 04-17-2024, 01:45 PM
              4 responses
              35 views
              0 likes
              Last Post love2code2trade  
              Working...
              X