Syncing MT5 Alerts Across 2 Devices

  • Thread starter Thread starter crows
  • Start date Start date
  • Watchers Watchers 3

crows

Trader
Jul 14, 2023
6
0
12
58
Hi all, is there a way to set alerts on one MT5 account and have them sync to another device using the same MT5 account details?

Thanks in advance.
 
yes its possible
Thanks are you are able to point me in the right direction, I'm not asking about alerts on mobile devices. I have 2 laptops, one of them runs 24/7 (the one that sends the alerts) and one which I do my analysis. The one that I use to do my analysis is the one that I want to sync with my 24/7 PC once I set my alerts.

Thanks
 
I don't think that's possible out of the box so to speak.

If you don't want to sync via email or push alerts and would like to see alerts pop up directly in your second PC's MetaTrader, you'd have to sync via something else - for example, via Socket functions. You'd run a server EA on the first PC and a client EA on the second PC. The client EA would read data from a server EA and issue alerts accordingly.

This isn't a very difficult task, but would require some coding.