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 DannyP96, 05-18-2026, 02:38 PM
        1 response
        23 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        115 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        68 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        223 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        406 views
        0 likes
        Last Post CaptainJack  
        Working...
        X