communicate between 2 mt4 on same computer
-
is it possible for the 2 EAs built in fxdreema to communicate ?
its like this:
i attach one ea on one mt4 and the other ea on the other mt4 , both of these mt4 are on the same computer ,
so if one condition happened on one mt4 then it checks if the same thing happened on the other mt4 as well , and if it did , then proceed .... -
So you want a copier. I know this has been asked for several times in the past and the answer is that both of them can be created separatedly but communicating them needs custom code that ASAIK no one shared in this forum, sorry.
-
@l-andorrà Yes, you're right. And additionally you have to care anout keeping the trades in sync and maybe change lot size to keep same risk reard ration and so on. This field is very complex and has nothing to do with clicking some blocks together.
-
nope not the trade copier
i have noticed something between two brokers and it can really give some good results ,
its like this :
mt4 A is the main trading account and mt4 B is another that confirms the signal...
so when the conditions are met on mt4 B the EA see if the same thing happened on the mt4 A , if yes then "do this" , and if not then " do something else"
i know it a strange concept that i am asking about , but as far as i have tested in visual testing , this strategy gives more than 95% accuracy (if not 100%) the entries are spot on , so much so that , when it give the signal the price does not go against the trade more than 3 pips ....i am saying this from the 6 month historic data that i checked and i only tested it on one pair do dont know if its gonna work on other pairs .
the only downfall to this strategy is , it gives very minimum ammount signals 5 to 7 signals a month on one pair, and it could give these signals at any time , and there is no telling when the signal is gonna popup ,and i have robably 5 to 6 seconds to get into the trade or else it wont work.
so i was thinking of making a robot that can act accordingly....it could be a huge breakthrough...or it could be nothing at all (maybe its just my brain playing tricks on me ) but i would like to test in the live market to see if it really is something good
-
@zackry Well in that case you need some real time communication with push service I think. For that you'd need some Windows dll at least or an external broker program.
-
@trader-philipps thanks bro
-
@trader-philipps i know its been a long time since i posted this thread , but i didnt gave up on this idea ,
i found a DLL library called quick channel , it could accomplish what i wanted , have you had any experience with this library?