Hi everyone,
I think I read somewhere ProScreener won’t compute any indicator using more than 256 bars in the past. Is it true?
Is there any way to circumvent this limitation cleanly?
More precisely, I need to compute a n-period moving average with n > 300 using the 5′ timeframe where n*5′ is not necessarily a multiple of a bigger timeframe such as n*5′ / “bigger timeframe” = k < 256. For instance n = 600 would have provided a solutionby changing the timeframe to hourly and computing MA[50] instead of MA[600] in the 5′ timeframe, because 600*5′ = 3000′ = 50 * 60′ = 50 hours). Unfortunately some of the n’s I need are not like this.
I have tried DEFPARAM PreloadBars = 2000 but this parameter is not allowed in ProScreener.
Many thanks in advance for any suggestion and sorry because this is probably a recurring topic!
Best,
Rod