Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 447 Bytes

backtesting.md

File metadata and controls

18 lines (13 loc) · 447 Bytes

Backtesting

Passivbot includes a backtester which will simulate the bot's behavior on past price data. Historical 1m candlestick data is automatically downloaded and cached for all coins.

Usage

python3 src/backtest.py

Or

python3 src/backtest.py path/to/config.json

If no config is specified, it will default to configs/template.json

Backtest Results

Metrics and plots are dumped to backtests/{exchange}/.