Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Any recommendations on speeding up backtests with tick data? Cumulative delta mainly

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

    Any recommendations on speeding up backtests with tick data? Cumulative delta mainly

    As the title says, I'm wondering if there is any work around to load tick data faster for backtests where tick data is required. Once I start trying anything close to 1 year and longer, the test time is a lot longer than I'd like to sit if I can avoid it.

    #2
    Hello willsims11,

    There is not necessarily anything you could do here besides load less data. Tick data does require a lot of time to load and process as you increase the amount of data being used. You can run the SampleMACrossOver on a 1 tick series for the duration to get a baseline estimate of how long a simple script takes to load data, that would at least give an estimate of what your machine can process. With that known you can see how your more complex script executes compared to that to know if you can change anything logically to make it faster.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Today, 05:17 AM
    0 responses
    52 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    130 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    70 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    44 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    48 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X