How to detect Stochastic %K line crosses the %D line?
-
Hi guys,
As title says I would like to detect Stochastic %K line crosses the %D line. How to do that?
And detection should happen in overbought or oversold regions.
Thanks in advanced...
-
@prot82 condition block, STOC over(>) or under(<) value connected to condition block STOC (signal) X(<)(>) STOC(main).
Connect all needed blocks below, and if only 1 trade wanted connect a no trade block above.
-
@jstap Thank you very much