My ea opens two same positions why ???
-
My EA opens two same positions? I would like him to only open one position at for every time. I just don't know how to do it to make everything work properly. Can someone write what needs to be done?
My project: https://fxdreema.com/shared/tlWGhH2bb
-
@piotras10000 You are using two different indicators for buys and sells. This means both conditions can be true at the same time. This is why you can get buys and sells at the same time.
-
@l-andorrà Even if I use one of the same indicator, it does not change anything, then my EA will open two positions. Do you have any other idea?
-
@piotras10000 said in My ea opens two same positions why ???:
@l-andorrà Even if I use one of the same indicator, it does not change anything, then my EA will open two positions. Do you have any other idea?
I changed to another https://fxdreema.com/shared/omBMLzDoc
-

Set it to 1 and try again?

If not, set both to 1 and try again? -
@haoglueck Thanks for your help.
I changed "once per bar to 1" everything works