Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

AI Generation- How to get results faster

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

    AI Generation- How to get results faster

    Hello I have been running the AI Generation and tried different CPU configurations including 96 vCPU through Amazon AWS but I am still getting 8+ hours to process for an 8 month span of results. Is there a CPU configuration that is recommended to run a faster scan or is it the software that is slowing down the results?

    Thank you,

    #2
    Hello ecmazii,

    Thanks for your post.

    AI Generate is an experimental backtester to test out different strategy ideas using a genetic algorithm. Strategies that are generated are not generated with code that is compliant with IsInstantiatedOnEachOptimizationIteration = false so they will be re-instantiated with each iteration that they are tested. These strategies will take longer to backtest/optimize than strategies that are written to be compliant setting this property to false.

    To use this property in a strategy you have programmed yourself, the strategy must reset all of its class level variables in State.DataLoaded.

    IsInstantiatedOnEachOptimizatonIteration documentation — http://ninjatrader.com/support/helpG...niteration.htm

    State Management Best Practices (please see Resetting class level variables for Strategy Analyzer Optimization) - https://ninjatrader.com/support/help...urceManagement

    Another tip for fast backtesting performance is to eliminate the use of Drawing Tools by checking IsInStrategyAnalyzer is false before draw objects are made.

    Unfortunately, these performance improvement techniques would be applied only to hand written strategies and are not applied with AI Generate.

    Please let us know if you have any additional questions.
    JimNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by algospoke, 04-17-2024, 06:40 PM
    5 responses
    46 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by arvidvanstaey, Today, 02:19 PM
    1 response
    4 views
    0 likes
    Last Post NinjaTrader_Zachary  
    Started by mmckinnm, Today, 01:34 PM
    3 responses
    5 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by f.saeidi, Today, 01:32 PM
    2 responses
    8 views
    0 likes
    Last Post f.saeidi  
    Started by alifarahani, 04-19-2024, 09:40 AM
    9 responses
    55 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Working...
    X