can someone tell me what is wrong with this EA, It opens several operations, when I just want one open at a certain time. Thanks in advance
-

-
@chocoloco-0

Those conditions have 2 input signals each. So, if the condition is TRUE, it sends 2 signals downwards and opens 2 trades -
@roar Not only two operations,
An operation is opening every minute, do you have any idea how to power, just open the first one, and cancel the others until the next determined time and reopen only one and so.. ? -
@chocoloco-0 The "no trades" filter on top should restrict it to 1 trade a time..
Share your project please

-
https://fxdreema.com/shared/Rnt2ArWOd
Can you say to me of something is wrong plese?
I just only want that the EA can open an operation at that certain time. -
@chocoloco-0 You have multiple time windows in the hours filter, maybe that makes...
Anyway, this build should work:
https://fxdreema.com/shared/YMCgxBmwc -
Okey a go test it .
Thanks for your time.