Hello,
Just a question, why when I configure my ExponentialAverage on 255 periods the screen catches a lot of signals but when I change it for 256 periods, it catches NOTHING.
Seems that 256 is a restriction?? How to by-pass this restriction?
c1 = Close > ExponentialAverage[256](Close)
SCREENER[c1] ((close/DClose(1)-1)*100 AS"%VAR")
Because Proscreener has a limited history of 256 bars. There’s no possibility to get more.
ok, I will adapt my work to this constraint. Thank you Nicolay!