Reduce Quantity of Notifications

 

Hello,

I like to enable the mobile notifications on my MT5 terminal so I can see when my EA is opening new trades & when they are closed etc.

However I get SPAMMED when my trailing stop modifies trades or fails to modify trades.

Is there a way to limit what gets sent through to the mobile push notifications?

 
Benjamin David Hardman: I like to enable the mobile notifications on my MT5 terminal so I can see when my EA is opening new trades & when they are closed etc.

However I get SPAMMED when my trailing stop modifies trades or fails to modify trades. Is there a way to limit what gets sent through to the mobile push notifications?

Yes, change your EA code to only send push notifications that you want, and disable notifications from the trade server.

 
Fernando Carreiro #:

Yes, change your EA code to only send push notifications that you want, and disable notifications from the trade server.

Hi Fernando,

My trade server notification option is actually grayed out.


Within my EA I use the following code:

SendNotification(Symbol()+" Buy");


Here are my MT5 terminal settings:


Would it be the "Notifications from the local terminal" that is sending messages such as OrderModify fail  on every tick etc.