Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Draw.Rectangle instruction

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

    Draw.Rectangle instruction

    Hi everyone!

    I create a instruction for draw a rectangle when detect a difference between the price of close and the open of the next candle, but the indicator create a rectangle in all the candles. I don´t know if i use the correct instruction.

    I use "if" and "Draw.Rectangle"

    if(Open[0] != Close[1]);

    openPrice = Open[0];

    closePrice = Close[1];


    Draw.Rectangle(this, "gap"+CurrentBar, true, 1, closePrice, 0, openPrice, Brushes.Blue, Brushes.Blue, 80);


    Probably I have any error in the instructions?
    ​​
    Thanks in advance

    #2
    Hello BIOK.NT,

    Use prints to see why the condition is evaluating as true or false.


    Print the time of the bar, print the open of the current bar, print the close of the previous bar.

    May I confirm that your action is within the curly braces of the if conditions action block?
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Yes, it’s inside the braces. I don’t have any problem with the compile.

      The indicator print a rectangle but not respect the instruction, print all the prices of close and start without check any difference

      Comment


        #4
        Hello BIOK.NT,

        Please save the print output from the output window to a text file (right-click -> save as) and attach this to your next post.

        I will be happy to assist with analyzing the output and understanding why the condition is evaluating as true.
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        574 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        333 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        553 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        551 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X