Make telegram sample slightly more positive

This commit is contained in:
Matthias 2021-05-27 10:29:24 +02:00
parent 54d7be9e3d
commit a1fa50bec6

View File

@ -81,14 +81,14 @@ Example configuration showing the different settings:
"startup": "off", "startup": "off",
"buy": "silent", "buy": "silent",
"sell": { "sell": {
"roi": "off", "roi": "silent",
"emergency_sell": "off", "emergency_sell": "on",
"force_sell": "off", "force_sell": "on",
"sell_signal": "off", "sell_signal": "silent",
"trailing_stop_loss": "off", "trailing_stop_loss": "on",
"stop_loss": "off", "stop_loss": "on",
"stoploss_on_exchange": "off", "stoploss_on_exchange": "on",
"custom_sell": "off" "custom_sell": "silent"
}, },
"buy_cancel": "silent", "buy_cancel": "silent",
"sell_cancel": "on", "sell_cancel": "on",