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 Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            637 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            366 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            107 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            569 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            571 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X