From a1fa50bec6003cdd945997057bc1f3c51f960294 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 27 May 2021 10:29:24 +0200 Subject: [PATCH] Make telegram sample slightly more positive --- docs/telegram-usage.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/telegram-usage.md b/docs/telegram-usage.md index de0e0782c..991b5f1fb 100644 --- a/docs/telegram-usage.md +++ b/docs/telegram-usage.md @@ -81,14 +81,14 @@ Example configuration showing the different settings: "startup": "off", "buy": "silent", "sell": { - "roi": "off", - "emergency_sell": "off", - "force_sell": "off", - "sell_signal": "off", - "trailing_stop_loss": "off", - "stop_loss": "off", - "stoploss_on_exchange": "off", - "custom_sell": "off" + "roi": "silent", + "emergency_sell": "on", + "force_sell": "on", + "sell_signal": "silent", + "trailing_stop_loss": "on", + "stop_loss": "on", + "stoploss_on_exchange": "on", + "custom_sell": "silent" }, "buy_cancel": "silent", "sell_cancel": "on",