ensure config example can work with backtesting RL

This commit is contained in:
robcaulk 2022-08-17 12:58:29 +02:00
parent b90da46b1b
commit 74e4fd0633
1 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,7 @@
"tradable_balance_ratio": 1, "tradable_balance_ratio": 1,
"fiat_display_currency": "USD", "fiat_display_currency": "USD",
"dry_run": true, "dry_run": true,
"timeframe": "5m", "timeframe": "3m",
"dataformat_ohlcv": "json", "dataformat_ohlcv": "json",
"dry_run_wallet": 12000, "dry_run_wallet": 12000,
"cancel_open_orders_on_exit": true, "cancel_open_orders_on_exit": true,
@ -56,6 +56,7 @@
], ],
"freqai": { "freqai": {
"enabled": true, "enabled": true,
"startup_candles": 1000,
"model_save_type": "stable_baselines_ppo", "model_save_type": "stable_baselines_ppo",
"conv_width": 10, "conv_width": 10,
"follow_mode": false, "follow_mode": false,
@ -70,8 +71,8 @@
"ETH/USDT" "ETH/USDT"
], ],
"include_timeframes": [ "include_timeframes": [
"5m", "3m",
"30m" "15m"
], ],
"include_shifted_candles": 0, "include_shifted_candles": 0,
"weight_factor": 0.9, "weight_factor": 0.9,