Multi-threaded Backtesting in Python

Опубликовано: 12 Июль 2026
на канале: Chad Thackray
9,230
196

We use Pool class from the multiprocessing python module in order to run multiple backtests in parallel.

⭐ Code:
https://github.com/ChadThackray/multi...

Backtesting.py course:
   • Backtesting.py - Full course in python  

Binance data download link:
https://data.binance.vision/

Timestamps:
00:00 - Intro
01:30 - Backtester Overview
03:36 - Running in Parallel using Pool
08:00 - Compare vs single thread
08:49 - Multiple function arguments
11:13 - Tips and Tricks