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 abelsheila, Yesterday, 07:38 PM
        1 response
        14 views
        0 likes
        Last Post hglover945  
        Started by nailz420, Yesterday, 09:14 AM
        1 response
        44 views
        0 likes
        Last Post NinjaTrader_ChristopherJ  
        Started by NinjaTrader_Brett, 05-12-2025, 03:19 PM
        0 responses
        280 views
        1 like
        Last Post NinjaTrader_Brett  
        Started by domjabs, 05-12-2025, 01:55 PM
        2 responses
        58 views
        0 likes
        Last Post domjabs
        by domjabs
         
        Started by Morning Cup Of Trades, 05-12-2025, 11:50 AM
        1 response
        63 views
        0 likes
        Last Post NinjaTrader_ChristopherJ  
        Working...
        X