Configs should default to dry-run

This commit is contained in:
Matthias
2020-10-13 20:10:50 +02:00
parent 8962b6d5c9
commit 2ed20eee4e
3 changed files with 5 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
"amount_reserve_percent": 0.05,
"amend_last_stake_amount": false,
"last_stake_amount_min_ratio": 0.5,
"dry_run": false,
"dry_run": true,
"cancel_open_orders_on_exit": false,
"timeframe": "5m",
"trailing_stop": false,