Specification
I require a simple local copier that copy trades from multiple accounts MT4 to receiver accounts MT4.
Function are simple Copy Trade from Source Account to Receiver account . This can be determined by putting Source account number in receiver account EA.
*Works without problems with any EAs, indicators and scripts, no conflicts.
*EA must be attached on 1 chart and copy all orders from other charts and different pairs. And work on all Forex pairs and not conflict with my other EAs.
* Reverse option: True false
* Closed trade manually function on Receiver account : True/False ( If true prevent closed trade on Source account from being closed in receiver account, if false when Source account closes trade it is closes trades also automatically on receiver)
*Timer delay on receiver account in seconds: so if for example i set a delay of 10 seconds, and the Copier Source open 5 trades at 16:00:00 , the receiver account will copy the trade by adding a delay between each open order such order 1: 16:00:10, Order 2 : 16:00:20 , Order 3: 16:00:30 etc
* Receiver must only copy trade that are executed on source, if for example i close a trade manually on the receiver account and that same trade is still open in Source it must not re-copy the trade.
*Copy SL and TP from source: True/false
Please make sure if you complete this project to provide an EA copier that is free of bugs and works exactly as described.