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 timmbbo, Today, 08:59 AM
        0 responses
        1 view
        0 likes
        Last Post timmbbo
        by timmbbo
         
        Started by bmartz, 03-12-2024, 06:12 AM
        5 responses
        33 views
        0 likes
        Last Post NinjaTrader_Zachary  
        Started by Aviram Y, Today, 05:29 AM
        4 responses
        14 views
        0 likes
        Last Post Aviram Y  
        Started by algospoke, 04-17-2024, 06:40 PM
        3 responses
        28 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by gentlebenthebear, Today, 01:30 AM
        1 response
        8 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Working...
        X