Registered User Joined: 10/7/2004 Posts: 9
|
How can I find stks closing at the top or the bottom for the day.thanks.
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
Create this PCF:
Close as % of Range:
(C-L)/(H-L)*100
It will return the location (as a percentage) of the close within the daily range. 100 means the close is 100% of the range (at the top). 0 means the close is 0% of the range (at the bottom). 50 means the close is 50% of the range (halfway between the high and the low).
This is a great sort or scan criterion. Have fun!
- Craig Here to Help!
|