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