opening trades on second metatrade account if condition meet on first metrader account
-
Hi
Like on topic, Is it even possible to create ea on fxdreema where blocks will check condition on first account and then send signal to buy or sell to second metatrader account? -
Is not easy, you would be better finding a copy trade EA to use.
-
@oskars jstap is right. You can use the free fxblue.com copier and you'll save a lot of time and effort here.
-
@jstap ok but is this set of blocks make a sense?
-
What set of blocks?
-
-
The only way to do what you want is by communicating both MT platforms. No structure like the one you created or similar can do that. You need terminal variables for sure and then additional custom code to get it.
-
The bacic logic of the project you posted should work...as a start, if you back test you can watch how it works
-
@oskars
No straightforward solution.Maybe you can write the status of first account into a text file, then make the second account read that to combine your trading logic
-
@l-andorrà
Agree. This would work