@ -95,7 +95,7 @@ Example configuration showing the different settings:
"buy_cancel": "silent",
"buy_cancel": "silent",
"exit_cancel": "on",
"exit_cancel": "on",
"buy_fill": "off",
"buy_fill": "off",
"sell_fill": "off",
"exit_fill": "off",
"protection_trigger": "off",
"protection_trigger": "off",
"protection_trigger_global": "on"
"protection_trigger_global": "on"
},
},
@ -105,7 +105,7 @@ Example configuration showing the different settings:
```
```
`buy` notifications are sent when the order is placed, while `buy_fill` notifications are sent when the order is filled on the exchange.
`buy` notifications are sent when the order is placed, while `buy_fill` notifications are sent when the order is filled on the exchange.
`sell` notifications are sent when the order is placed, while `sell_fill` notifications are sent when the order is filled on the exchange.
`sell` notifications are sent when the order is placed, while `exit_fill` notifications are sent when the order is filled on the exchange.
`*_fill` notifications are off by default and must be explicitly enabled.
`*_fill` notifications are off by default and must be explicitly enabled.
`protection_trigger` notifications are sent when a protection triggers and `protection_trigger_global` notifications trigger when global protections are triggered.
`protection_trigger` notifications are sent when a protection triggers and `protection_trigger_global` notifications trigger when global protections are triggered.