Registered User Joined: 11/8/2006 Posts: 32
|
Hi,
I am new to PCFs.
I have a simple question on how do I create PCF where:
* the stock does not go more than or less than $.30. there isn't much movement in the stock every day on average.
any idea on how to implement this criteria?
your help is appreciated.
Varun
|
Registered User Joined: 1/28/2005 Posts: 6,049
|
You could try:
(AVGH5-AVGL5)<=.3
This would say the average of the High-Low for the
past five days is less than of equal to .3
-------------------------------------
You can experiment by changing the 5's or the .3
Thanks
diceman
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
Keep in mind this is as much a scan for the price of the stock as it is a scan for the volatility.
I would suggest sorting by this in ASCENDING order:
100*AVGH5/AVGL5
- Craig Here to Help!
|