| 
 PureBytes Links 
Trading Reference Links 
 | 
Try this
HighDate = valuewhen(h == hhv(h,260), datenum() );
Or maybe this, don't know if it will work though
HighValue = TimeFrameExpand(TimeFrameCompress(High, inMonthly*12,
compressHigh), inMonthly*12, expandFirst);
HighDate = valuewhen(h == HighValue, datenum() );
Cheers,
Graham
http://www.golala.com/forums/?mforum=asxsharetrading
http://groups.msn.com/fmsaustralia 
-----Original Message-----
From: mroman59 [mailto:mroman59@xxxxxxxxx] 
Sent: Friday, 30 January 2004 9:46 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] return date of HHV?
Does anyone know how to return the date of the HHV lets say for 
example of a 52 week high, then once i find that date i would like 
to use fibonacci retracement values for time patterns to correlate 
with fibonacci price retracements.  If I can get AB to return the 
date for the HHV or recent HHV then I think I can do the rest. 
Thanks
MR 
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
------------------------ Yahoo! Groups Sponsor ---------------------~--> Buy
Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark Printer
at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to:  http://docs.yahoo.com/info/terms/ 
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Yahoo! Groups Links
To visit your group on the web, go to:
 http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:
 amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to:
 http://docs.yahoo.com/info/terms/ 
 
 |