diff --git a/config_examples/config_binance.example.json b/config_examples/config_binance.example.json index c6faf506c..9a45ce479 100644 --- a/config_examples/config_binance.example.json +++ b/config_examples/config_binance.example.json @@ -7,6 +7,8 @@ "timeframe": "5m", "dry_run": true, "cancel_open_orders_on_exit": false, + "trading_mode": "spot", + "margin_mode": null, "unfilledtimeout": { "buy": 10, "sell": 10, diff --git a/config_examples/config_full.example.json b/config_examples/config_full.example.json index 5202954f4..81dd5891d 100644 --- a/config_examples/config_full.example.json +++ b/config_examples/config_full.example.json @@ -19,6 +19,8 @@ "sell_profit_offset": 0.0, "ignore_roi_if_buy_signal": false, "ignore_buying_expired_candle_after": 300, + "trading_mode": "spot", + "margin_mode": null, "minimal_roi": { "40": 0.0, "30": 0.01,