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