updated new-config to add trading_mode and margin_mode

This commit is contained in:
Sam Germain 2022-01-31 07:29:02 -06:00
parent 45e533fc3e
commit 9e558e7e3b
2 changed files with 5 additions and 3 deletions

View File

@ -110,12 +110,12 @@ def ask_user_config() -> Dict[str, Any]:
"choices": [
"binance",
"binanceus",
"okex",
"ftx",
"gateio",
"bittrex",
"kraken",
"ftx",
"kucoin",
"gateio",
"okex",
Separator(),
"other",
],

View File

@ -13,6 +13,8 @@
"fiat_display_currency": "{{ fiat_display_currency }}",{{ ('\n "timeframe": "' + timeframe + '",') if timeframe else '' }}
"dry_run": {{ dry_run | lower }},
"cancel_open_orders_on_exit": false,
"trading_mode": "spot",
"margin_mode": null,
"unfilledtimeout": {
"buy": 10,
"sell": 10,