BACK
Stock Filter

Stock Charts ( last update )   9 . February . 2008
AMEX
NASDAQ
NYSE
P
W
EMAIL

Valid Variables:
C = close (or moving average)
H = high
L = low
V = volume
D = dividend (% of close)
F = dividend frequency
Valid Time Periods:
1w = 1 week average (5 business days)
2w = 2 week average (10 business days)
3w = 3 week average (15 business days)
6w = 6 week average (30 business days)
3m = 3 month average (65 business days)
6m = 6 month average (130 business days)
1y = 1 year average (260 business days)
2y = 2 year average (520 business days)
4y = 4 year average (1040 business days)
8y = 8 year average (2080 business days)
Valid Math Symbols
() = groups expression parts
* = mulitply
/ = divide
- = subtract
+ = add
% = percent of
< = less than
> = greater than
== = equal to
<= = less than or equal to
>= = greater than or equal to
Example Expression:
C > 2
C < 5
LO = MIN( l1w, l2w, l3w, l6w, l3m, l6m, l1y, l2y, l4y, l8y )
HI = MAX( h1w, h2w, h3w, h6w, h3m, h6m, h1y, h2y, h4y, h8y )
RNG = HI - LO
C < LO + 5 % RNG
Example finds stocks with a closing value:
between 2 and 5, and
within 5% of its absolute eight-year low
relative to its absolute eight-year high.
Note:
- LO and HI values do not include lesser periods.
- Other variables are moving averages inclusive of lesser periods.
- Localized LO and HI values allow for wave-analysis.
- Variables can be defined to reduce expressions.
- Min/Max functions slow search process.
- Market name under stock name in search results will bring up
a chart for that stock. Click the chart to make it go away.
Dividend:
- Charts show typical dividend, and frequency over maximum period.
- Dividend data is normalized with an interquartile mean.
- Example:
          D8y*F8y/8>10
          F8y/8>=4
          F1y>1