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 carnitron, Today, 08:42 PM
        0 responses
        5 views
        0 likes
        Last Post carnitron  
        Started by strategist007, Today, 07:51 PM
        0 responses
        7 views
        0 likes
        Last Post strategist007  
        Started by StockTrader88, 03-06-2021, 08:58 AM
        44 responses
        3,974 views
        3 likes
        Last Post jhudas88  
        Started by rbeckmann05, Today, 06:48 PM
        0 responses
        8 views
        0 likes
        Last Post rbeckmann05  
        Started by rhyminkevin, Today, 04:58 PM
        4 responses
        58 views
        0 likes
        Last Post dp8282
        by dp8282
         
        Working...
        X