Registered User Joined: 2/4/2006 Posts: 46
|
How would I write a PCF to find stocks that have gone up or down a certain percentage over a certain period....weeks, months....thanks.
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
Already in your system are many price percent change criterion.
You can use this form to make your own.
100*(C-Cxxx)/Cxxx
Replace xxxx with the desired period in trading days.
A 9-day change looks like this:
100*(C-C9)/C9
- Craig Here to Help!
|