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

tell me how to write code for the rectangle outline

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

    tell me how to write code for the rectangle outline

    I can not understand how to write a specification outline rectangle, its widht, color.
    thanks in advance!

    #2

    Comment


      #3
      Hello kjhjhkl,

      Currently, there is no supported way to programmatically change the width of the DrawRectangle() method. I will submit this suggestion for the enhancement of NinjaTrader to our product development team to be consideration for a future NinjaTrader release. We at NinjaTrader highly value the suggestions of users. Once I get a unique tracking ID for this request I will send it to you.

      With that said, you can change the color of the outline and the color inside the area of the rectangle. For Example:

      Code:
      // Draws a gold rectangle from the low 10 bars back to the high of 5 bars back
      DrawRectangle("tag1", 10, Low[10] - TickSize, 5, High[5] + TickSize, Color.Gold);
      You can change the color to the defined color you wish.

      For more examples and references on the DrawRectangle() method you can view our help guide at the following link.
      http://www.ninjatrader.com/support/h...wrectangle.htm

      Let us know if we can be of further assistance.
      JCNinjaTrader Customer Service

      Comment


        #4
        Originally posted by NinjaTrader_JC View Post
        Hello kjhjhkl,

        Currently, there is no supported way to programmatically change the width of the DrawRectangle() method. I will submit this suggestion for the enhancement of NinjaTrader to our product development team to be consideration for a future NinjaTrader release. We at NinjaTrader highly value the suggestions of users. Once I get a unique tracking ID for this request I will send it to you.

        With that said, you can change the color of the outline and the color inside the area of the rectangle. For Example:

        Code:
        // Draws a gold rectangle from the low 10 bars back to the high of 5 bars back
        DrawRectangle("tag1", 10, Low[10] - TickSize, 5, High[5] + TickSize, Color.Gold);
        You can change the color to the defined color you wish.

        For more examples and references on the DrawRectangle() method you can view our help guide at the following link.
        http://www.ninjatrader.com/support/h...wrectangle.htm

        Let us know if we can be of further assistance.
        Thank you! I do not understand. I will wait for adding this option.

        Comment


          #5
          Why not redraw the rectangle with the same tag....?

          That'll change the width ..


          Originally posted by kjhkjhkl View Post
          Thank you! I do not understand. I will wait for adding this option.

          Comment


            #6
            Originally posted by sledge View Post
            Why not redraw the rectangle with the same tag....?

            That'll change the width ..
            I agree, that's a good workaround.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by judysamnt7, 03-13-2023, 09:11 AM
            4 responses
            57 views
            0 likes
            Last Post DynamicTest  
            Started by ScottWalsh, Today, 06:52 PM
            4 responses
            36 views
            0 likes
            Last Post ScottWalsh  
            Started by olisav57, Today, 07:39 PM
            0 responses
            7 views
            0 likes
            Last Post olisav57  
            Started by trilliantrader, Today, 03:01 PM
            2 responses
            20 views
            0 likes
            Last Post helpwanted  
            Started by cre8able, Today, 07:24 PM
            0 responses
            9 views
            0 likes
            Last Post cre8able  
            Working...
            X