referring to a thread last year I know how to use 2 timeframes with "simple" indicators eg EMA so that I can write eg
if (CrossAbove(RSI(3,1), SMA(RSI(3,1), 14), 1) && Rising(EMA(BarsArray[1], 14)))
but I can not code (in words) " ...&& if Stochastics (7,14,3)D of Array[1] is rising" then do.....
I´m not able to bring in the Stochastics (or MACD) because of their setup numbers.

And I can not code " if Stochastics (7,14,3)D of Array[1] is below 50" then do...
Thanks for any help.

Best regards
Tony

Comment