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": [ "choices": [
"binance", "binance",
"binanceus", "binanceus",
"okex",
"ftx",
"gateio",
"bittrex", "bittrex",
"kraken", "kraken",
"ftx",
"kucoin", "kucoin",
"gateio",
"okex",
Separator(), Separator(),
"other", "other",
], ],

View File

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