Improve defaults for config builder

This commit is contained in:
Matthias
2022-08-05 11:49:51 +02:00
parent 29e41cc817
commit 9545402452
2 changed files with 4 additions and 3 deletions

View File

@@ -12,6 +12,7 @@
"tradable_balance_ratio": 0.99,
"fiat_display_currency": "{{ fiat_display_currency }}",{{ ('\n "timeframe": "' + timeframe + '",') if timeframe else '' }}
"dry_run": {{ dry_run | lower }},
"dry_run_wallet": 1000,
"cancel_open_orders_on_exit": false,
"trading_mode": "{{ trading_mode }}",
"margin_mode": "{{ margin_mode }}",