From 54ee6c1c0bc3330448e808822371e1fc631d7d1a Mon Sep 17 00:00:00 2001 From: Sam Germain Date: Mon, 31 Jan 2022 07:38:23 -0600 Subject: [PATCH] added trading_mode and margin_mode to config examples --- config_examples/config_binance.example.json | 2 ++ config_examples/config_full.example.json | 2 ++ 2 files changed, 4 insertions(+) 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,