| 
 PureBytes Links 
Trading Reference Links 
 | 
You need to download the latest beta 4.41.2 release of AmiBroker to gain access to this functionality.
Regards,
William Peters
www.amitools.com
-----Original Message-----
From: acesheet [mailto:acesheet@xxxxxxxxx]
Sent: September 15, 2003 6:41 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] TimeFrameSet
I noticed this recent post and tried to implement the code that 
stephane suggested. It didn't work because I don't have the 
TimeFrameSet function. Where does one get this set of timeframe 
functions? I'm using AB 4.40.4 which I think is the latest version.
Thanks.
-ace
>Dear yuki,
>
>An idea could be to use the AFL timeframe:
>
>TimeFrameSet( inWeekly ); 
>inW=Ref(H,-52); 
>TimeFrameRestore(); 
>Plot( TimeFrameExpand( inW, inWeekly), "Weekly", colorBlue);
>Plot(H, "52High",IIf(H> TimeFrameExpand( inW, 
>inWeekly),colorYellow,colorWhite),1);
>
>
>stephane
>
>> In Tokyo, a 52-week year is generally going to be 246 bars right 
now
>> (calculating new yearly highs and lows, and this changes as the
>> number of holidays per year changes). Is this close enough for
>> government work in the US, or is there a better way to specify
>> 52-week highs and lows in AB anyway?
>> 
>> Yuki
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 
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
------------------------ 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/l.m7sD/LIdGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
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 
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
 
 |