Registered User Joined: 12/26/2009 Posts: 50
|
Hi, does someone can help me write a condition to be able to screen for stocks that have been down at least 3% for each of the last 2 days?
Thanks,
André
|
Registered User Joined: 12/26/2009 Posts: 50
|
Bruce, looks like this is working:
If Price.Last <= .97 * Price.Last(1) Then Pass
with Passing 2 of the last 2
Would like to have your opinion tho! Just to make sure!
Thanks,
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
That is pretty much how I would have done it.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|