Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

CalculateOnBarClose

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

    CalculateOnBarClose

    In my strategy, there are things I need to calculate every tick and also things I need to do only on bar close. If I set CalculateOnBarClose = false so that OnBarUpdate( ) will be called every tick then how can I determine the bar close condition?

    #2
    Originally posted by kojava View Post
    In my strategy, there are things I need to calculate every tick and also things I need to do only on bar close. If I set CalculateOnBarClose = false so that OnBarUpdate( ) will be called every tick then how can I determine the bar close condition?
    Code:
    if (FirstTickOfBar)
    {
    // handle stuff on the last bar, ie, Close[1], High[1], or whatever, but on bar index 1
    }

    Comment


      #3
      Welcome to our forums kojava - for a dedicated sample on this topic, you can check into this link :

      BertrandNinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by helpwanted, Today, 03:06 AM
      1 response
      11 views
      0 likes
      Last Post sarafuenonly123  
      Started by Brevo, Today, 01:45 AM
      0 responses
      9 views
      0 likes
      Last Post Brevo
      by Brevo
       
      Started by aussugardefender, Today, 01:07 AM
      0 responses
      5 views
      0 likes
      Last Post aussugardefender  
      Started by pvincent, 06-23-2022, 12:53 PM
      14 responses
      242 views
      0 likes
      Last Post Nyman
      by Nyman
       
      Started by TraderG23, 12-08-2023, 07:56 AM
      9 responses
      387 views
      1 like
      Last Post Gavini
      by Gavini
       
      Working...
      X