Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

SA drops indicators on backtest

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

    SA drops indicators on backtest

    I know I've seen a similar post somewhere...

    When I run a backtest in SA, then add my custom indicators to the chart, everything is fine. I see my trades with all my indicators on the chart. Sweet. But the next time I run a backtest, the indicators are wiped off the chart and I have to reload all the indicators again, change inputs, etc., for them to appear. I have tried saving it as a template, but when I load the template the indicators load and the backtest is wiped from the chart. I'm in a loop and it's driving me nuts!

    What am I doing wrong?

    #2
    Unfortunately this is as expected.

    I will forward your inquiry to save the template or backtest results to our development team and ask them if they can add this to the list of future considerations for the software.
    JasonNinjaTrader Customer Service

    Comment


      #3
      I'm glad to know I'm not crazy. Thank you, Jason.

      Comment


        #4
        You can add indicators to backtest charts. I haven't tested how it impacts the backtesting speed, but try this in your strategy code:

        protected override void Initialize()
        {
        Add(SMA(10));
        }

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by benmarkal, Yesterday, 12:52 PM
        3 responses
        22 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by helpwanted, Today, 03:06 AM
        1 response
        17 views
        0 likes
        Last Post sarafuenonly123  
        Started by Brevo, Today, 01:45 AM
        0 responses
        11 views
        0 likes
        Last Post Brevo
        by Brevo
         
        Started by aussugardefender, Today, 01:07 AM
        0 responses
        6 views
        0 likes
        Last Post aussugardefender  
        Started by pvincent, 06-23-2022, 12:53 PM
        14 responses
        244 views
        0 likes
        Last Post Nyman
        by Nyman
         
        Working...
        X