Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Calculate on Bar Close with Strategy Analyzer vs. Real Time Strategy Enabling

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

    Calculate on Bar Close with Strategy Analyzer vs. Real Time Strategy Enabling

    Hi folks...

    I notice when implementing a real time Strategy (when enabling) the option to Calculate on Bar Close is available to select.

    When doing the backtesting with the Strategy Analyzer it is not. How can I add it as a option to my code so that it appears as a option in the backtesting?

    Can the developers just add it as a option automatically in the future for backtesting (feature request)?

    Please let me know how I can so that I can allow for it on the fly when backtesting...smile.

    I am using raw code as well...let me know on both raw code for strategies and the condition builder as well if you would...

    Thanks everyone...

    Greg

    #2
    Hello,

    Calculate on bar close will ALWAYS be set to true when backtesting. This is due to the fact that with a historical data set, only the OHLCVT of the bar is known and not each tick that made up the bar.


    Some advanced programmers will use multi-series strategies to enter historical trades on tick charts in order to simulate more accurate results.


    Please let me know if I can be of further assistance.
    LanceNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    65 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    41 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    23 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    26 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    52 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X