Stoploss fill should fill as "filled" notification

Closes #6873
This commit is contained in:
Matthias
2022-05-22 19:16:31 +02:00
parent 1315d02437
commit 0b5544ef9e
3 changed files with 4 additions and 4 deletions

View File

@@ -302,12 +302,12 @@ CONF_SCHEMA = {
'exit_fill': {
'type': 'string',
'enum': TELEGRAM_SETTING_OPTIONS,
'default': 'off'
'default': 'on'
},
'protection_trigger': {
'type': 'string',
'enum': TELEGRAM_SETTING_OPTIONS,
'default': 'off'
'default': 'on'
},
'protection_trigger_global': {
'type': 'string',