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 Segwin, 05-07-2018, 02:15 PM
        14 responses
        1,788 views
        0 likes
        Last Post aligator  
        Started by Jimmyk, 01-26-2018, 05:19 AM
        6 responses
        837 views
        0 likes
        Last Post emuns
        by emuns
         
        Started by jxs_xrj, 01-12-2020, 09:49 AM
        6 responses
        3,292 views
        1 like
        Last Post jgualdronc  
        Started by Touch-Ups, Today, 10:36 AM
        0 responses
        12 views
        0 likes
        Last Post Touch-Ups  
        Started by geddyisodin, 04-25-2024, 05:20 AM
        11 responses
        62 views
        0 likes
        Last Post halgo_boulder  
        Working...
        X