Skip to content

An order replicate/dupliate EA(Expert Advisors) on MT4 using FXBlueQuickChannelSetup

Notifications You must be signed in to change notification settings

lancewoo/OrderReplicateOnMT4

Repository files navigation

OrderReplicateOnMT4

An order replicate/dupliate EA(Expert Advisors) on MT4 using FXBlueQuickChannelSetup.

To use it, first install the FXBlueQuickChannelSetup library. Then drop OrderMonitor.ex4 into the Experts folder of the trader account which is going to be monitored and copied; drop OrderReplicate.ex4 into the Experts folder of the trader account which is going to copy/duplicate/replicate orders from the other account.

You have to allow DLL imports on both MT4 terminals. Automatic trading should be allowed on the receiver termial.

Folders should be like this:
D:\Trader-1\

├terminal.exe

│ ├
│ │ ├MACD Sample.ex4
│ │ ├MACD Sample.mq4
│ │ ├Moving Average.ex4
│ │ ├Moving Average.mq4
│ │ ├mqlcache.dat
│ │ ├OrderMonitor.ex4
│ ├
│ │ ├FXBlueQuickChannel.dll
│ │ ├FXBlueQuickChannel64.dll
│ │ ├mqlcache.dat
│ │ ├stdlib.ex4
│ │ └stdlib.mq4

D:\Trader-2\

├terminal.exe

│ ├
│ │ ├MACD Sample.ex4
│ │ ├MACD Sample.mq4
│ │ ├Moving Average.ex4
│ │ ├Moving Average.mq4
│ │ ├mqlcache.dat
│ │ ├OrderMonitor.ex4
│ ├
│ │ ├FXBlueQuickChannel.dll
│ │ ├FXBlueQuickChannel64.dll
│ │ ├mqlcache.dat
│ │ ├stdlib.ex4
│ │ └stdlib.mq4

......

D:\Trader-Receiver\

├terminal.exe

│ ├
│ │ ├MACD Sample.ex4
│ │ ├MACD Sample.mq4
│ │ ├Moving Average.ex4
│ │ ├Moving Average.mq4
│ │ ├mqlcache.dat
│ │ ├OrderReplicate.ex4
│ ├
│ │ ├FXBlueQuickChannel.dll
│ │ ├FXBlueQuickChannel64.dll
│ │ ├mqlcache.dat
│ │ ├stdlib.ex4
│ │ └stdlib.mq4

About

An order replicate/dupliate EA(Expert Advisors) on MT4 using FXBlueQuickChannelSetup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages