indicator direction change
-
Hi again...
I am trying to define when stochs is changing its slope. Meaning something like value in candle -1 is greater than candle -2, and value in candle -2 is lower or equal than that of candle -3.I thought that the " X > " could work for this case, but it does not detect a thing. Image attached.
My question is if this is well defined, or how you recommend to do so? Or should I create 2 blocks, one to compare stoch values from cand -1 vs cand -2, and other from cand -2 vs cand -3?
Thanks

......
cross.png -
https://fxdreema.com/demo/mt4-crossover-indicators
This is how the crossover in Condition work. It works with 2 candles only, not 3. Yes, try with two blocks