Description |
This indicator allows you to create screens based on how many times a particular screening event occurs. As a basic example, suppose you are interested in stocks that have set multiple 1 year highs over the last 30 days:
In the example above the count(...) phrase tells StockFetcher to return the number of times a stock has set the 1 year high over the last 30 days.
Current Limitations:
You can only include a single screen within the count(...) text. That is, you can't include filters which have been joined with "and" inside of the count(...) text.
There is a limit of 100 days for accumulating the counts. This restriction is based on performance and hopefully we will be able to increase that value.
Weekly measures are not fully supported within the count() phrase.
Additional Examples:
Cases where the MA(10) has not crossed below the MA(50) in the last 60 trading days.
The CCI(14) has spent exactly 20 of the last 90 trading days below -100.
Display a column which shows the number of times the high has crossed above the upper Bollinger Band in the last 15 days. (You can sort on the resulting column.)
*** Advanced example *** Find stocks where the RSI(14) has spent more than 75% of the time either above 70 or below 30 within the last 45 days.
|