Newbie alert - Trades triggering above Stoch
-
I'm a newbie here so please forgive me if I'm doing something stupid.
https://fxdreema.com/shared/ijrzELeUc
The above is mean to be very simple, if the price has crossed below the lower bollinger AND the stochastic oscillator is below 23 then open a buy. But in testing (EURUSD on 15min for Dec&Jan) I can see that alot of the buys are opened up well above the 23 stochastic value. What am I doing wrong ?
-
from my view, it is because you are working with current candle (Candle ID 0) and this candle is not closed (is moving up down) and that means, it can be closed above or below ...
you can try to work with candle ID 1 (which is first Closed candle) ...
... you can try in both blocks, or in stochastic ... test it with visual tester
