There Seems To be a bug
-
I am trying to test something but the resulting EA does not open any trade
the idea is fairly simple to open a trade when the PSAR indicator appears
but the ea wont open any trade
https://fxdreema.com/shared/3IyRrDtkc
Is there something wrong with the FXdreema or i am doing something wrong -
even this isnt opening any trade
https://fxdreema.com/shared/YJrfiNyie -
whats going on somebody please help
-
You are using the wrong tab, "on Init"
Use "on Tick", that is meant for the continuous process."on Init" only executes the code once, at the start. Its useful for doing some calculations and declarations that don't need to be done again on every new tick, (thats "on Tick").

-
@roar
thank you