Once per Bar problem in EA Backtesting
-
Hello,
I want my EA do only one buy per 1H bar. My EA use 2 time frames, daily an hour. The EA works fine without "One per Bar block" but when "One per Bar" block is in the EA, no matter where position, the EA doesn´t work and its not possible backtesting. Here you can see:

I think there is a problem inside, ¿can you fix it please?
Thank you for all¡
-
I think the problem is in the Condition block. I tried this and I get "array out of range" error. I will investigate why this happens