Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Feature request: Super-fast backtest mode

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

    Feature request: Super-fast backtest mode

    I would suggest one very useful feature, that could be used in 90% of strategies
    when quickly backtesting.

    Example of idea:
    Backtesting of one long period (for example 4years) could be divided into 4x 1-year backtests, that would be combined into final backtest. Benefit of this is extreme speed
    comparing to standard backtesting procedure.

    This would require 2 additional parameters in the general setting of the backtest:
    1. SuperFastMode_Enabled
    2. SuperFastMode_OverlapPeriodInDays

    which are days, that have to be overlapped in backtest start/end date to get continuous results (to not miss any trade due to initialization period)

    Level of parallelism would be automatically taken from count of CPU cores
    and required OverlapPeriodInDays.

    This feature would extremely useful on day to day basis. That's what we do most of the time - developing and testing. We would really appreciate if we could get the backtest results much more faster.

    Common 8-core CPU speeds up backtesting 8x in super-fast mode.
    This could bring NT8 extreme boost in speed of development and productivity.


    To summarize it:
    1) It is 2additional parameters in backtest settings
    2) It need logic for splitting standard start-end dates into more sub-backtests and run them independently.
    3) When all sub-backtests finish, merge them into one combined result (relatively easy with filtering unique IExecutions to prevent duplicate IExecutions from multiple sub-backtests)
    4) That's all about logical complexity of this feature.

    Benefits of this are extreme. We users will wait X-times lower time (X=count of CPU cores)
    to see backtest results. What takes 8minutes now, will take 1 minute with this feature.
    Each day, each hour we will save our precious time.
    Last edited by misova; 06-09-2015, 12:57 PM.

    #2
    Thank you for this well-thought-out and thorough suggestion. I will submit this as a suggestion to our development team, and I will update this thread with a tracking ID for the suggestion as soon as one is assigned.
    Dave I.NinjaTrader Product Management

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by techgetgame, Yesterday, 11:42 PM
    0 responses
    9 views
    0 likes
    Last Post techgetgame  
    Started by sephichapdson, Yesterday, 11:36 PM
    0 responses
    2 views
    0 likes
    Last Post sephichapdson  
    Started by bortz, 11-06-2023, 08:04 AM
    47 responses
    1,615 views
    0 likes
    Last Post aligator  
    Started by jaybedreamin, Yesterday, 05:56 PM
    0 responses
    10 views
    0 likes
    Last Post jaybedreamin  
    Started by DJ888, 04-16-2024, 06:09 PM
    6 responses
    20 views
    0 likes
    Last Post DJ888
    by DJ888
     
    Working...
    X