From e964377edf7b3ebcc4a9c7ea40e7d53e8269e186 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 5 Feb 2023 14:58:12 +0100 Subject: [PATCH] Add new field to full config --- config_examples/config_full.example.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config_examples/config_full.example.json b/config_examples/config_full.example.json index b60957b58..64e5b76ea 100644 --- a/config_examples/config_full.example.json +++ b/config_examples/config_full.example.json @@ -60,6 +60,7 @@ "force_entry": "market", "stoploss": "market", "stoploss_on_exchange": false, + "stoploss_price_type": "last", "stoploss_on_exchange_interval": 60, "stoploss_on_exchange_limit_ratio": 0.99 },