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 futtrader, 04-21-2024, 01:50 AM
        4 responses
        41 views
        0 likes
        Last Post futtrader  
        Started by Option Whisperer, Today, 09:55 AM
        1 response
        11 views
        0 likes
        Last Post bltdavid  
        Started by port119, Today, 02:43 PM
        0 responses
        3 views
        0 likes
        Last Post port119
        by port119
         
        Started by Philippe56140, Today, 02:35 PM
        0 responses
        4 views
        0 likes
        Last Post Philippe56140  
        Started by 00nevest, Today, 02:27 PM
        0 responses
        2 views
        0 likes
        Last Post 00nevest  
        Working...
        X