From e2be9bb4e0bfef642b86fcdb2269bad3fe6da778 Mon Sep 17 00:00:00 2001 From: Kamontat Chantrachirathumrong Date: Wed, 26 May 2021 16:15:41 +0700 Subject: [PATCH] Update telegram-usage.md --- docs/telegram-usage.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/telegram-usage.md b/docs/telegram-usage.md index 6174bf0fe..d26f68a45 100644 --- a/docs/telegram-usage.md +++ b/docs/telegram-usage.md @@ -80,7 +80,16 @@ Example configuration showing the different settings: "warning": "on", "startup": "off", "buy": "silent", - "sell": "on", + "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" + }, "buy_cancel": "silent", "sell_cancel": "on", "buy_fill": "off",