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",