PureBytes Links
Trading Reference Links
|
Michael
Try this.
a:=HHV(H,3)-LLV(C,3);
b:=HHV(C,3)-LLV(L,3);
Max(a,b)*0.4;
Roy
----- Original Message -----
From: "Michael" <tradermike3@xxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Thursday, July 04, 2002 12:16 PM
could someone help me program the following in Metastock language?
HighestHigh for the last 3 days - lowest close fpr last 3 days
Highest close last 3 days - lowest low last 3 days
then take the higher value of either of the above 2 equations and multiply
that higher value by 0.4
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.373 / Virus Database: 208 - Release Date: 7/1/02
|