QuickChannel

Click here to download QuickChannel

QuickChannel is a developer library for sending messages between EAs/scripts running in different instances of MT4 on the same computer (or within a single copy of MT4). Typical uses include trade duplication between different MT4 accounts, and price comparison in order to detect arbitrage opportunities.

QuickChannel can deliver messages in less than 1 millisecond, without the EA/script having to run in an infinite loop or use large amounts of processor power. The log included with the example code shows sub-millisecond transfer times between the sending line of MQ4 code running in the sender example and the receiver line of MQ4 code running in the receiver example.

QuickChannel is used as the basis of the MT4i Personal Trade Copier.