Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Diferent result OnBarClose

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

    Diferent result OnBarClose

    Hello.

    I wrote a code for and indicator and strategy.
    Both calculated the same data and are running onBarClose =true.

    Then i Print() a var value with the same result in both but curiously the strategy print the var value of 2 bars ago, and indicator print the value of last bar (1 bar ago).

    Its normal? I think the both values should be the same.

    The var value prints as it:

    ..
    ....
    Mi var (indicator): 1,23
    Mi var (strategy): 0,78
    ---new bar close---
    Mi var (indicator): 2,16
    Mi var (strategy): 1,23
    ---new bar close---
    Mi var (indicator): 3,45
    Mi var (strategy): 2,16
    ---new bar close---
    Mi var (indicator): 4,91
    ...

    #2
    Hello,

    Thanks for the forum post.

    Can you please print the bar number in your prints so we can compare apples to apples.

    Print(CurrentBar + Value);

    To check to make sure there on the same bar when calcualting.

    More then likely I think you might have a ColculateOnBarClose hard set in Initialize() somewhere thats overriding itself when you add it in the indicator is my best bet without looking at the code.

    I look forward to assisting you further.
    BrettNinjaTrader Product Management

    Comment


      #3
      Hello Brett, thank you very much.
      Please, sorry me, was my error !!!!!!
      I Printed before update the bar in strategy.

      Delete the post please. Isnt important.

      Comment


        #4
        Hello,

        No problem. Thanks for letting us know.

        Let me know if I can be of further assistance.
        BrettNinjaTrader Product Management

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        578 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        334 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        553 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        551 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X