Closed avatar-lavventura closed 3 years ago
hi there - can you be more specific about the problem?
at first glance, it seems you need to indent the whole "message" section - should be on the same level as actions and condition
Everything works fine, just message section while setting the alert was not updated. The problem seems like "message" section was not under the alert:
.
It should be as follows than:
alert:
condition:
primaryLeft: mynameis
actions:
notifyOnApp: false
showPopup: false
sendEmail: false
webhook:
enabled: true
url: "https://url.org/webhook"
message: >
{{{ticker}},
{{strategy.order.action}},
{{strategy.order.alert_message}},
{{close}},
{{strategy.position_size}},
{{strategy.prev_market_position}},
{{strategy.prev_market_position_size}},}
👍
I am unable to update the message section. I am not sure why its not working. Any help would be helpful.
I have following setup (
config.yml
) file: