Tool for notifications when an EA opens a position

 
Hi everyone,
Is there any tool, script, or EA that can send a notification (push or email) whenever another EA opens a trade?

I just want to get alerts when my Expert Advisor opens or closes positions on my MT5 account — without modifying its code.

Thanks in advance for any recommendations!
 
julia8403Is there any tool, script, or EA that can send a notification (push or email) whenever another EA opens a trade? I just want to get alerts when my Expert Advisor opens or closes positions on my MT5 account — without modifying its code.

The system already has a method in place for that. Just enable it in the Options — Platform Settings - Getting Started - MetaTrader 5 Help

Configuring Notifications in the Desktop Platform

Check the "Enable Push Notifications" box and specify the MetaQuotes ID from your mobile platform.

Sending of push notifications to a mobile device can be configured in the Notifications tab

You can specify up to 4 MetaQuotes IDs separated by commas. Push notifications will be sent to all devices simultaneously.

Next, select the type of notifications about trading activity on your account:

  • Notifications from the local terminal — the platform will automatically send notifications about all successful trade operations to the specified MetaQuotes ID. The platform will also send notifications about any balance operations performed on the account as well as about the Margin Call state (in this case notifications are sent periodically, as long as the account is in the Margin Call state). The platform will not send notification about unsuccessful operations (for example, if the order was rejected due to incorrect parameters).
  • Notifications from the trade server — the advantage of this option over the previous one is that the trader does not need to keep the platform constantly running. Notifications are sent from the broker's server. For example, if a Take Profit triggers on the server while your computer is turned off, you will receive a relevant position closing notification on your mobile device.
     
    When you enable this option, the platform subscribes the current account to notifications. If you want to enable notifications for a different account, connect using the relevant account and enable this option in setting.
     
    The availability and details of notifications depend on the broker. Three notification types are supported: orders, deals and balance operations. When you enable the option, the available notification types will be displayed in the platform log:

 '1222': subscribed to deals, orders, balance notifications from trade server

Click on the "Test" button to test the delivery of push notifications. Upon successful sending, you will see a corresponding message, and a test notification will be delivered to your mobile device.

Platform Settings - Getting Started - MetaTrader 5 Help
Platform Settings - Getting Started - MetaTrader 5 Help
  • www.metatrader5.com
The trading platform provides multiple settings to help you conveniently customize it. Click " Options" in the Tools menu or press...
 
Fernando Carreiro #:

The system already has a method in place for that. Just enable it in the Options — Platform Settings - Getting Started - MetaTrader 5 Help

Thank You!