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 popecapllc, 08-09-2023, 07:42 PM
        8 responses
        1,344 views
        0 likes
        Last Post Johng22
        by Johng22
         
        Started by ETFVoyageur, 04-30-2024, 02:04 PM
        11 responses
        100 views
        0 likes
        Last Post ETFVoyageur  
        Started by bubblegum, 03-18-2024, 10:41 AM
        3 responses
        44 views
        0 likes
        Last Post vjsworld  
        Started by JamesK1, Today, 02:48 PM
        1 response
        13 views
        0 likes
        Last Post JamesK1
        by JamesK1
         
        Started by llanqui, Today, 03:51 PM
        0 responses
        12 views
        0 likes
        Last Post llanqui
        by llanqui
         
        Working...
        X