Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy analyzer speed

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

    Strategy analyzer speed

    Have been running strats on the analyzer quite a bit over the last year or so. Some of them take forever to run... 2-6 hours or more on high iterations (50-100k, etc.). PC was 10 years old. Bought a new one (very good latest greatest) and the scans are not any quicker. I thought ninja utilized the cores/threads? Not a computer expert, but can something be done to speed up these high iteration runs?

    #2
    Hello Touch-Ups,

    Thanks for your post.

    Computer memory is important for long resource-intensive tests that generate a large number of trades without your machine stalling. Computer processor speed is important to get optimization iterations done quickly and the number of CPU cores allows for more iterations to run simultaneously.

    My colleague Jim has created a video demonstrating how the SampleMACrossover strategy, a simple strategy that utilizes IsInStantiatedOnEachOptimizationIteration=false for efficiency, can still quickly utilize memory resources.

    Demo — https://drive.google.com/file/d/15pz...w?usp=drivesdk

    As we can see there are a number of factors that are involved and memory utilization can climb very quickly depending on a few of these factors. Once memory gets maxed out, we can experience short freezes where memory is decommitted, stored to disk, and then new resources are committed before the backtest is resumed.

    You can easily control the number of iterations involved to improve optimization speed/performance and you can also consider writing your strategies to use IsInstantiatedOnEachOptimizationIteration = false; (Which requires that we reset class level variables in State.DataLoaded.)

    See the help guide documentation below for more information about running optimizations.

    IsInstantiatedOnEachOptimizationIteration — https://ninjatrader.com/support/help...niteration.htm

    Optimization Tips — https://ninjatrader.com/support/help...ionPerformance

    Walk Forward Optimization — https://ninjatrader.com/support/help...ss_metrics.htm

    Genetic Optimization — https://ninjatrader.com/support/help..._algorithm.htm
    Brandon H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by ETFVoyageur, Today, 07:55 PM
    0 responses
    6 views
    0 likes
    Last Post ETFVoyageur  
    Started by janio973, Today, 07:24 PM
    1 response
    7 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by aligator, 01-06-2022, 12:14 PM
    4 responses
    242 views
    0 likes
    Last Post john_44573  
    Started by reynoldsn, Today, 05:56 PM
    0 responses
    13 views
    0 likes
    Last Post reynoldsn  
    Started by bortz, 11-06-2023, 08:04 AM
    51 responses
    1,996 views
    0 likes
    Last Post aligator  
    Working...
    X