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 CarlTrading, 03-31-2026, 09:41 PM
        1 response
        68 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        39 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        63 views
        1 like
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        62 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        53 views
        0 likes
        Last Post CarlTrading  
        Working...
        X