From bc872820fae25fd1f8f299be58b11ce1746babd7 Mon Sep 17 00:00:00 2001 From: chrisapril Date: Wed, 20 Dec 2017 15:42:01 +0100 Subject: [PATCH] added trailing stop loss config to config.json.example --- config.json.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.json.example b/config.json.example index cae64aab5..ef01c1b00 100644 --- a/config.json.example +++ b/config.json.example @@ -9,6 +9,11 @@ "20": 0.02, "0": 0.04 }, + "trailing_stoploss": { + "120": 0.0, + "40" : 0.01, + "0" : 0.03 + }, "stoploss": -0.10, "bid_strategy": { "ask_last_balance": 0.0