Hello Nicola, hello all,
I just tried to create an easy screener, showing when “close[1]” crosses “EMa34”.
indicator1 = ExponentialAverage[34](typicalPrice)
c1 = (close >= indicator1)
indicator4 = Volume
c2 = (indicator4 >= 200000)
z = 1.05
IF close>=close[1]) then close<=(z*close[1]
endif
SCREENER[c1 and c2] (Variation AS "% Letzten Balken")
BUT only result, if “close[1]” is NOT higher then 5,00% (1% to max. 5%) over cross with EMA.
Would you please help me in coding?
Merci beaucoup.
Best Regards,
Micha