Skip to content

Commit

Permalink
add selectable exchanges list
Browse files Browse the repository at this point in the history
  • Loading branch information
enarjord committed Feb 19, 2025
1 parent 74dfff9 commit a64223d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Here follows an overview of the parameters found in `config/template.json`.
- `base_dir`: Location to save backtest results.
- `compress_cache`: set to true to save disk space. Set to false to load faster.
- `end_date`: End date of backtest, e.g., 2024-06-23. Set to 'now' to use today's date as end date.
- `exchanges`: Exchanges from which to fetch 1m OHLCV data for backtesting and optimizing.
- `exchanges`: Exchanges from which to fetch 1m OHLCV data for backtesting and optimizing. Options: [binance, bybit, gateio, bitget]
- `start_date`: Start date of backtest.
- `starting_balance`: Starting balance in USD at the beginning of backtest.
- `symbols`: Coins which were backtested for each exchange. Note: coins for backtesting are live.approved_coins minus live.ignored_coins.
Expand Down

0 comments on commit a64223d

Please sign in to comment.