Forum

Push notification over MetaTrader's VPS

Hello, I am interested to rent the MetaTrader VPS mainly to get Push Notifications from an indicator I developed. I tested it and I get push notifications on my mobile from the MT4 I run on my computer. I would like to now if the push notifications system works over the MetaTrader VPS before renting

Account History

Hello, I am testing an EA over VPS. Among others, the EA before placing a new order check if it doesn't already placed a trade for the same trend, but already closed (it must place only one trade for one trend). To do this, it check in the Closed Trades pool (Account History tab) if there is no

How to identify EA names are running currently on the terminal in MQL4

Hi guys, I am looking for a way/function in MQL4 to return the name of each EA running on each chart, if any. For indicators, coder can navigate among charts and identify the indicators running on each chart. I wasn't able to find a similar function for experts. Is there any one? To better

Launching an browser from an Indicator coded for Mt4

Hello, I need to launch a browser (Chrome for example) by clicking a button in an indicator. The action should access a news provider page, such as forex factory or any other news provider web page. The action should be similar with the result of the #property link instruction. Does anybody know