Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Backtesting is not entering on correct bar

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

    Backtesting is not entering on correct bar

    Hi, Whenever I backtest my strategy, it executes the order properly, usually in the right place, but it's never on the correct candle. It always places the order one candle later than it should.

    The strategy setup works in real time and the order is placed on the correct candle, but not in when I run the strategy backtesting analyzer. Can you help me understand why it might be doing that?

    Cheers,
    Seastragg

    #2
    Hello Seastragg,

    When NinjaTrader is running with Calculate set to OnBarClose, orders are placed after the bar closes using logic calculated from that bar.

    Below is a link to the help guide on the Calculate property.


    This means that any orders that are triggered from that bar are submitted after the bar closes as the new bar opens. As the order is placed as the new bar opens and the timestamp of the order is within the time of the next bar, the order will show on the next bar.

    If the strategy were running with Calculate as OnPriceChange or OnEachTick, or if the script has intra-bar granularity and submitted orders on a smaller timeframe, this would cause the timestamp of the order to be within the bar it is triggered on as the order may be submitted intra-bar. This order would show on the same bar as the bar that triggered the order submission.

    This is outlined in the help guide Discrepancies: Real-Time vs Backtest.


    Also, below is a link to a forum thread about intra-bar granularity.
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    53 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    130 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    70 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    44 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    49 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X