Hello,
I built a simple screener based on an indicator that counts days in the market (MyIndicator(32)).
The screener code is:
indicator1 = CALL “MyIndicator(32)”(close)
c1 = (indicator1 > indicator1[1])
criteria = Volume
SCREENER[c1] (criteria AS “Volume”)
The screener gives only partial results, some stocks are not being shown (I attached a screen shot of one of those stocks).
Any ideas?
Thanks in advance
Assaf
I think this is due to the 254-bar limit of the screener.
Your indicator cannot use mire than 254 bars.
Until the new version of ProScreener is installed, you should embed the code of your indicator in the screener itself, instead of using CALL.
Read this news https://www.prorealcode.com/topic/proscreener-1024-candlestick-history-and-new-timeframes-possible/