Registered User Joined: 3/3/2005 Posts: 15
|
Could you tell me how to formulate a PCF that would allow me to view a stock that has been trading in a range (for at least 5 days) that is less than or equal to 3.5% the value of the stock?
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
Try this PCF:
5-day Range as % of Avg Close
100*(MAXH5-MINL5)/AVGC5
Once created, add this to any EasyScan and set the VALUE range to MIN to 3.5
- Craig Here to Help!
|