|
TradeCopier EA!
Hi all,
Here is a trade copier EA as an example for using TradeSwitch DLL! It copies or reverses trades from one MT4 instance to another MT4 instance.
It includes 3 EAs:
* 1 tester EA to run on MT4 instance 1 (TradeCopyTester.mq4 in experts)
* 1 library EA to run on MT4 instance 1 (TradeCopier.mq4 in experts/libraries)
* 1 receiver EA to run on MT4 instance 2 (TradeReceiver.mq4 in experts)
Build all of these EAs and don't forget to include TradeSwitch.DLL in experts/libraries in both MT4 instances! And also don't forget to enable DLL in options dialog of both MT4 instances. Run both instances.
Enjoy your trade copying!
Jeff
|