Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Genetic Optimization on a cloud network

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

    Genetic Optimization on a cloud network

    Hello,

    Does NT8 have to capability to optimize (genetic) on a cloud system?
    With my computer, It's taking me forever to go through each iteration for 1 year of historical data.

    Any help would be appreciated!

    Mark

    #2
    Hello markkm,

    Thanks for your post.

    NinjaTrader will need to be installed on a PC or VPS and does not provide cloud computing services for backtests or other calculations. The calculations are local to the machine running NinjaTader and limited to the resources available on that machine.

    Optimization backtest performance will be affected by:
    • Amount of data and granularity (1 year of tick data is a lot of data to process)
    • How many iterations are involved in the optimization.
    • If the strategy has been written to take advantage of the IsInstantiatedOnEachOptimizationIteration property set to false


    Strategies that utilize IsInstantiatedOnEachOptimizationIteration (IIOEOI) set to false will not recreate class level variables during the backtest and can perform better in optimizations with the property set to true. This requires the strategy developer to reset class level variables in State.Configure or State.DataLoaded. Publicly available information on this property can be found below.

    IIOEOI - https://ninjatrader.com/support/help...niteration.htm

    Please let us know if we can be of further assistance.
    JimNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by DavidHP, Today, 07:56 AM
    1 response
    5 views
    0 likes
    Last Post NinjaTrader_Erick  
    Started by kujista, Today, 06:23 AM
    3 responses
    9 views
    0 likes
    Last Post kujista
    by kujista
     
    Started by Mindset, Yesterday, 02:04 AM
    2 responses
    18 views
    0 likes
    Last Post NinjaTrader_RyanS  
    Started by f.saeidi, Today, 08:03 AM
    1 response
    5 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by samish18, 04-17-2024, 08:57 AM
    15 responses
    54 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Working...
    X