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 Hwop38, 05-04-2026, 07:02 PM
        0 responses
        160 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        307 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        244 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        348 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        178 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Working...
        X