Gold Customer
Joined: 3/6/2005 Posts: 110
|
I went into scan conditions and didn't see a scan for stocks at their 20 day exponential moving average. Is this something we can create?
|
Administration
Joined: 9/30/2004 Posts: 9,187
|
The following formula will return stocks within 1% (above or below) of their 20 period average:
C > AVGC20 *.99 and C < AVGC20 * 1.01
Is that what you're looking for? Not sure what you meant by "at". Probably won't find many where C = AVGC20 exactly.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
One interpretation of at would be that the moving average line touches the price bar.
L <= AVGC20 AND AVGC20 <= H
-Bruce Personal Criteria Formulas TC2000 Support Articles
|