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

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 fx.practic, 10-15-2013, 12:53 AM
        5 responses
        5,403 views
        0 likes
        Last Post Bidder
        by Bidder
         
        Started by Shai Samuel, 07-02-2022, 02:46 PM
        4 responses
        94 views
        0 likes
        Last Post Bidder
        by Bidder
         
        Started by DJ888, Yesterday, 10:57 PM
        0 responses
        6 views
        0 likes
        Last Post DJ888
        by DJ888
         
        Started by MacDad, 02-25-2024, 11:48 PM
        7 responses
        158 views
        0 likes
        Last Post loganjarosz123  
        Started by Belfortbucks, Yesterday, 09:29 PM
        0 responses
        8 views
        0 likes
        Last Post Belfortbucks  
        Working...
        X