Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

CalculateOnBarClose

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

    CalculateOnBarClose

    Hello,

    when CalculateOnBarClose is set to false I understand that indicators are calculated on every tick. But what about Close[0]?

    If I have a minute bars and CalculateOnBarClose== false I have to suppose that the value of Close[0] is set on every tick or only at the end of the minute?

    #2
    Hello guillembm,
    Close[0] is updated on every tick if Calculate on bar close is set to false.
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      So,

      I need for a minute bar time frame to calculate indicators on every tick but I need Close[0] to be updated at the end of the bar, not on every tick. How can I do it?

      Comment


        #4
        Hello guillembm,
        You can use the FirstTickOfBar property to separate the logic to calculate the values of the indicator once or tick by tick. Please refer to this sample code which further demonstrates it.
        JoydeepNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by SaltyCoffee, Today, 01:13 AM
        0 responses
        3 views
        0 likes
        Last Post SaltyCoffee  
        Started by FishTrade, 05-13-2024, 11:11 PM
        3 responses
        13 views
        0 likes
        Last Post FishTrade  
        Started by Graci117, Yesterday, 09:02 PM
        1 response
        13 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by ETFVoyageur, Yesterday, 07:55 PM
        0 responses
        9 views
        0 likes
        Last Post ETFVoyageur  
        Started by janio973, Yesterday, 07:24 PM
        1 response
        7 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Working...
        X