Don't understand why my EA takes only short trades and not long
-
My conditions are exactly the same, (just moving averages) but opposite. Any answers on this?
If I single out each side and make an EA of it, I still get only short trades. If I do this with just conditions for buy trades, I get no trades whatsoever.
Anybody got any feedback on this?
-
@len-1 Can you please share you project to take a look at it?
-
@len-1 feed back; dont build buy and sell EA's with opposing conditions in the same EA. Do a buy version, and a sell version. Keeps it simple, less troubleshooting. Then when you figure it out perfect...try to combine it smartly so as to not interfere with each other.
-
@l-andorrà thanks