Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Any recommendations on speeding up backtests with tick data? Cumulative delta mainly
Collapse
X
-
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.Tags: None
-
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.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
56 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
34 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
195 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
359 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
281 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment