Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

Trading transmitters to MQL4 via the network and OnTrade function - Script for MetaTrader 4

author EAcpu | 5 reads | 0 comments |

This EA has 3 very interesting features:

1. It can detect transactions and modifications in the account made by other EAs or manually.

2. Once transactions are detected, it can transmit each transaction over the network to any server or any web application API (may require modification by a professional coder, depending on the API).

Currently a JSON type message is used, but can be modified to any other format.

3. Other algorithms can use the TransmitTradeRequest function to replace the function "OnTrade" in mql5.


Attachment download

📎 tradesync-mt4transmitter1.mq4 (13.23 KB)

Source: MQL5 #28743

Trading transmitters to MQL4 via the Web and OnTrade functions - Script usage and filtering recommendations for MetaTrader 4

This content can be used as a data entry for foreign exchange EA, indicators, trading systems or quantitative strategies. When reading, it is recommended to make a judgment based on the platform version, trading type, time period, risk control method and historical discussion background. Do not use it directly based on the title or a single point of view.

If the content involves MT4/MT5, ForexFactory, MQL source code, TradingView indicators or strategy discussions, you can give priority to the parameter logic, backtest environment, market stage, execution cost and failure conditions, and then decide whether to continue downloading, reviewing or secondary development.

Risk warning

For any EA, indicator or automatic trading strategy, it is recommended to first conduct historical backtesting, simulation account verification and small capital testing. Grid, Martin, high frequency, recovery and examination strategies especially require setting the account risk upper limit, single variety risk upper limit and manual deactivation conditions.

Verification code Refresh