Not trading as per condition
-
This EA is not trading as per the conditions set ie buy and sell on Stoch Base Line crossing Signal Line - any ideas gratefully received - thank you

-
Stochastics produce weird results with cross conditions, because the 2 lines constantly cross each other when the candle is still developing. Solution is to work with the last completed candle instead of the current, moving one.
Click "more settings" and set candle ID to 1.
It is 0 by default, which means the current candle. -
thanks Roar I will try that but shouldn't the once per bar solve that issue?