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

Overlay Draw objetcs

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

    Overlay Draw objetcs

    Hello.

    I Overlay = true; in Initialize() but, when i use the DrawSquare function (or other Draw function) , the square is drawing below the price.

    How could i over the price?


    Thank you.

    #2
    Hi marynja,

    Overlay sets the default panel that the indicator is placed to. Overlay = true is the price panel and Overlay = false is a new panel.

    If you change the panel but still want draw objects to appear in price panel, set DrawOnPricePanel = true;
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Ok. sorry i explained bad.
      I want Draw over the bars, not behind.

      As image.

      Comment


        #4
        marynja, per default the objects would have the same ZOrder as the indicator they belong to - you can the ZOrder by selecting your indicator, holding Shift pressed and then cycling with the scroll wheel through the available ZOrder levels.
        BertrandNinjaTrader Customer Service

        Comment


          #5
          Is it possible to set the ZOrder of a draw object programatically in an indicator or strategy?

          Comment


            #6
            Yes. Z-Order = (some integer) in the Initialize() method.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Tim-c, Today, 03:54 AM
            0 responses
            3 views
            0 likes
            Last Post Tim-c
            by Tim-c
             
            Started by FrancisMorro, Today, 03:24 AM
            0 responses
            2 views
            0 likes
            Last Post FrancisMorro  
            Started by Segwin, 05-07-2018, 02:15 PM
            10 responses
            1,771 views
            0 likes
            Last Post Leafcutter  
            Started by Rapine Heihei, 04-23-2024, 07:51 PM
            2 responses
            31 views
            0 likes
            Last Post Max238
            by Max238
             
            Started by Shansen, 08-30-2019, 10:18 PM
            24 responses
            945 views
            0 likes
            Last Post spwizard  
            Working...
            X