EA notification coming too much
-
pls i added a phone notification to my EA but once the condition met, the the notification coming in like 10 to 15 notification hereby causing noise. pls how can i made it send just one notification pls. this is the projecthttps://fxdreema.com/shared/BJ3UlKhbc
-
@fishhy While there is no trade present and your condition block is true it will send a notification every execution.
Add a once per bar block or make sure the condition can only be executed once.
Also note that MetaQuotes restrict the amount of notifications that can be sent.
See here:
https://www.mql5.com/en/docs/network/sendnotification -
Add a once per bar block, or a pass once block (this will need resetting) in the tree creating the notification.
-
As @jstap suggested, this should work:
