Trade Copier Project I need to develop an MT4 trade copier that allows forex trades to be copied from a master account operating on one computer to any number of slave accounts on any number of other computers. The trade copier should consist of two separate modules called master and slave. Each module should be written in MQL and should call functions from a DLL where the DLL is written in C and/or C++. The trade copier should have the following features: - Operates over the network, so m...