Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Backtesting My Strategy

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

    Backtesting My Strategy

    I have written and compiled my strategy with no issues. However, when I try to add the strategy to the Strategies tab or Strategy Analyzer it does not work properly. The properties do not change when I select my new strategy, and it will run whichever strategy was selected before I selected my strategy. Anyone know what would cause this?

    #2
    Hello,

    Thank you for your post.

    Just to review, you are going to: File>New>Strategy Analyzer>click on an instrument>click on the "b" icon on the tool bar? After that you should select the strategy you want to run from the drop-down menu at the very top of the Backtest window (or the New Strategy window) where you can enter your parameters.
    DenNinjaTrader Customer Service

    Comment


      #3
      Thanks for the quick response. I found the problem.

      Non working code....
      Add("GBPUSD", PeriodType.Minute, 1 );

      Working code...
      Add("$GBPUSD", PeriodType.Minute, 1 );

      Comment


        #4
        Hello,

        Gald you were able to resolve the issue.
        DenNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        88 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        48 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        30 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        34 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        68 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X