kernc / backtesting.py

:mag_right: :chart_with_upwards_trend: :snake: :moneybag: Backtest trading strategies in Python.
https://kernc.github.io/backtesting.py/
GNU Affero General Public License v3.0
5.06k stars 990 forks source link

Can you use numba JIT decorate to speed up backtestingPY? #1046

Open ck0099 opened 10 months ago

ck0099 commented 10 months ago

I noticed you can use numba JIT decorator in vectorBT to speed up backtest speed.

Can you do the same with backtestingPY, and how?

Thank you