From 4988e56bfe85e7e0f7ecfd674938600525cf9285 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 6 Mar 2022 16:35:31 +0100 Subject: [PATCH] Full config should still default to spot markets --- config_examples/config_full.example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_examples/config_full.example.json b/config_examples/config_full.example.json index 4b415fb9a..85c1bde5b 100644 --- a/config_examples/config_full.example.json +++ b/config_examples/config_full.example.json @@ -20,8 +20,8 @@ "sell_profit_offset": 0.0, "ignore_roi_if_buy_signal": false, "ignore_buying_expired_candle_after": 300, - "trading_mode": "futures", - "margin_mode": "isolated", + "trading_mode": "spot", + // "margin_mode": "isolated", "minimal_roi": { "40": 0.0, "30": 0.01,