Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Close[0] ?

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

    Close[0] ?

    Would Close[0] refer to the close of the bar just closed or the current price of the current bar?

    Is it different depending on live or historical data?

    Thanks

    #2
    Hi GKonheiser, that would depend on your CalculateOnBarClose setting used with the script, in backtesting this would always be 'true' though - http://www.ninjatrader.com/support/h...onbarclose.htm

    With this set to false in market replay or live data the Close[0] would be the last received tick that updated the current bar.

    Comment


      #3
      Is it possible to force CalculateOnBarClose = True ?

      Comment


        #4
        Sure, just hardcode it into Initialize() for the script.

        Comment


          #5
          And then it cant be changed by the user in strategy settings?

          Comment


            #6
            It could be the UI would always override that choice. As a safeguard you could check with value is used in OnStartUp() and then force it to true if false was previously selected...

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by CarlTrading, 03-31-2026, 09:41 PM
            1 response
            149 views
            1 like
            Last Post NinjaTrader_ChelseaB  
            Started by CarlTrading, 04-01-2026, 02:41 AM
            0 responses
            84 views
            1 like
            Last Post CarlTrading  
            Started by CaptainJack, 03-31-2026, 11:44 PM
            0 responses
            129 views
            2 likes
            Last Post CaptainJack  
            Started by CarlTrading, 03-30-2026, 11:51 AM
            0 responses
            125 views
            1 like
            Last Post CarlTrading  
            Started by CarlTrading, 03-30-2026, 11:48 AM
            0 responses
            102 views
            0 likes
            Last Post CarlTrading  
            Working...
            X