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 cmoran13, 04-16-2026, 01:02 PM
        0 responses
        43 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        25 views
        0 likes
        Last Post PaulMohn  
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        163 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        98 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        158 views
        2 likes
        Last Post CaptainJack  
        Working...
        X