Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

No Results during Backtest / Strategy Analyzer

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

    No Results during Backtest / Strategy Analyzer

    Hi,

    I can run the sample MA crossover in the strategy analyzer perfectly fine. It works, I like it. The sample is nice and I have created a strategy that's similar in the strategy builder that includes profit targets and a stop loss. This created strategy isn't providing any back test results in the strategy analyzer.

    Can you point me the right direction as to common issues why a strategy may not back-test? I'm running NT8.

    #2
    Hello Beachwalker,

    There was a bug in NT8 Beta 12 that causes scripts to not process when an indicator is called. This is tracked with ID# NTEIGHT-10100 and is corrected for NT8 Beta 13.

    The issue is the code added to the beginning of OnBarUpdate where there is an incorrect check for Indicator.CurrentBar.

    You can unlock your script and correct this manually in the time being.

    Change that condition to:

    if (CurrentBar < BarsRequiredToTrade)
    return;
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    77 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    45 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    27 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    32 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    62 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X