mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-26 08:50:47 +00:00
docs: further clarify telegram docs
This commit is contained in:
@@ -94,7 +94,7 @@ Example configuration showing the different settings:
|
|||||||
"trailing_stop_loss": "on",
|
"trailing_stop_loss": "on",
|
||||||
"stop_loss": "on",
|
"stop_loss": "on",
|
||||||
"stoploss_on_exchange": "on",
|
"stoploss_on_exchange": "on",
|
||||||
"custom_exit": "silent",
|
"custom_exit": "silent", // custom_exit without specifying an exit reason
|
||||||
"partial_exit": "on",
|
"partial_exit": "on",
|
||||||
// "custom_exit_message": "silent", // Disable individual custom exit reasons
|
// "custom_exit_message": "silent", // Disable individual custom exit reasons
|
||||||
"*": "off" // Disable all other exit reasons
|
"*": "off" // Disable all other exit reasons
|
||||||
|
|||||||
Reference in New Issue
Block a user