Duplicate order from signal
-
Hello,
I'm trying to make a very simple EA to duplicate trades from a subscribed signal.
Actually I want each trade from a signal to open a clone with different lot size. That could be usefull when a signal trade with minimum lot size.Currently I could duplicate a trade from any group mode, but it enters a loop where each new trade open a clone of itself.
I tried to affects the trades open by the EA to a group, and filter trades, but I could not make it work correctly.
Any help would be appreciated.Thx
-
@tjommas Unless you are a programmer knowing how to use 'terminal variables', simply forget it . You can find several reliable free copiers on the internat. Don't waste time trying to create one on your own.
-
@l-andorrà okay thx for your answer. do you know one which is free then?
-
@tjommas Sure. Just google 'FX Blue Personal Trade Copier'. It is very reliable and full of free features.
-
@l-andorrà
Oh actually you have misunderstood my thoughts.
I don't want to copy from one instance to an other, but just duplicate the order to have a lot bigger than the one the signal provides to my account.
And the duplicated trade must close at the same time than the one closed by the signal.Just like that but more simple. :
mql5.com/en/market/product/23216 -
@tjommas But you are supposed to duplicate an order from your MT4 to where? Your same MT4 platform?
-
@l-andorrà yes, the initial trade comes from a signal. And it should duplicate with different lot size.
-
@tjommas Interesting. So you mean your MT4 is receiving a signal into a specific chart and you want it to be replicated into a different chart. Correct?