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.

    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 argusthome, 03-08-2026, 10:06 AM
        0 responses
        85 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        47 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        29 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        32 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        67 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X