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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    88 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    135 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    119 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    69 views
    0 likes
    Last Post PaulMohn  
    Working...
    X