PureBytes Links
Trading Reference Links
|
you can use variables to identify the first and
second dates:
d1:= (month()=x and dayofweek()=y and year =
z);
d2:= (month()=x1 and dayofweek()=y1 and year =
z1);
then specify the highest between the two
dates.
DusantChief Architect<A
href="">http://www.candlestrength.com/
----- Original Message -----
<BLOCKQUOTE
>
<DIV
>From:
D P
To: <A
title=equismetastock@xxxxxxxxxxxxxxx
href="">equismetastock
Sent: Friday, March 05, 2004 1:25
AM
Subject: [EquisMetaStock Group] HHV(Data
Array,Period)
So if I use HHV(C,30) it should give me highest high of close for last 30
periods - days, as I am working on daily data.
I am puzzeled how can I canclulate HHV value for close as of 01/01/2004?
So really it should give me highest high from roughly 11/25/2003 to 01/01/2004
!
I tried to use REF but I guess I am wrong somehow -
-Thanks in advance,
DP.
Yahoo! Groups Sponsor
ADVERTISEMENT
Click Here
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/equismetastock/
To unsubscribe from this group, send an email to:equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|