EA works partly well
-
I use 3 EA on the same chart.
First works good:
https://fxdreema.com/shared/tAi981Okc
Opens positon (ex. BUY), and when there is reverse signal it close BUY and opens SELL.Problem is when i have allready open position (ex. BUY), and i switch to 2 or 3 EA, wich supposed to open position in other direction (ex. SELL), but not close allready opened (ex. BUY). EA dont do this, but when i open position (ex. SELL) manually it closes it like it supposed to. So it works partly.
2 and 3 EA:
https://fxdreema.com/shared/2OfR7bWRc
https://fxdreema.com/shared/D1KnozsLcPls help! TY!
-
@manna7 That is the common problem of using different EAs for the same chart. You should uniofy all of them in only one same EA.
-
But its very simple EA, so why it cant open SELL, if there is already open BUY position (manually opened), only using one chart and one EA?
For example, if i would close that BUY position manually EA will open SELL... why is that?
-
@manna7 Because all your EAs are working together even though they are separated. When a trade is closed no matter how, ALL of them willl be searching for a new trade to be open. Just because they are simple EAs you whould combine them together into one only file.