mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
ensure config example can work with backtesting RL
This commit is contained in:
parent
b90da46b1b
commit
74e4fd0633
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user