tradermike
 Veteran
 Posts: 116
Joined: 12/21/2004
Location: Folsom
User Profile |
I think the "HHV" function is what you're looking for here(?).
Highest High Value in the last x days. There is a corresponding LLV function as well.
Usage example:
if Close > HHV(H,20) then ....
Regards,
--tradermike
[Edited by tradermike on 6/28/2007 12:21 AM]
|