Gold Customer
Joined: 7/13/2007 Posts: 28
|
Hi,
I'm wondering if its possible to create a PCF and subsequent Easyscan that would pass stocks dropping at least 0.2 Percent or greater on any given day with at least 5 of these days occurring during a 20 Day Period
Thanks,
Investit
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following:
ABS(C / C1 <= .998) - (C1 / C2 <= .998) - (C2 / C3 <= .998) - (C3 / C4 <= .998) - (C4 / C5 <= .998) - (C5 / C6 <= .998) - (C6 / C7 <= .998) - (C7 / C8 <= .998) - (C8 / C9 <= .998) - (C9 / C10 <= .998) - (C10 / C11 <= .998) - (C11 / C12 <= .998) - (C12 / C13 <= .998) - (C13 / C14 <= .998) - (C14 / C15 <= .998) - (C15 / C16 <= .998) - (C16 / C17 <= .998) - (C17 / C18 <= .998) - (C18 / C19 <= .998) - (C19 / C20 <= .998) >= 5
You may wish to review the following:
PCF Formula Descriptions
How to create a Personal Criteria Forumula (PCF)
Handy PCF example formulas to help you learn the syntax of PCFs!
-Bruce Personal Criteria Formulas TC2000 Support Articles
|