Registered User Joined: 1/15/2005 Posts: 5
|
Is it possible to scan for stocks that have crossed the 50 ma and pulled back for the first time since crossing.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
I have only done limited testing, but I think the following condition formula should do what you want.
C < C1 AND C > AVGC50 AND TrueInRow(C1 > C2, 25) >= TrueInRow(C1 > AVGC50.1, 25)
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
Registered User Joined: 1/15/2005 Posts: 5
|
Great
thank you.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|