| 
 PureBytes Links 
Trading Reference Links 
 | 
Hello,
 
Just another possible solution for finding out minute 
intervals:
 
Interval = ( 60 + LastValue( Minute() - Ref( Minute(), -1 ) ) 
) % 60;
Best regards,Tomasz Janeczkoamibroker.com
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
Nurudin Kaba 
To: <A title=amibroker@xxxxxxxxxx 
href="">amibroker@xxxxxxxxxxxxxxx 
Sent: Thursday, June 20, 2002 6:03 
AM
Subject: RE: [amibroker] Auto Bar 
Interval Identification
That 
would answer my question... perhaps Tomasz will tell us if there's currently a 
way to do this or even add the 
<FONT face=Arial color=#0000ff 
size=2>functions to a future release...
<FONT face=Arial color=#0000ff 
size=2> 
<FONT face=Arial color=#0000ff 
size=2>Thanks nand...
<FONT face=Tahoma 
size=2>-----Original Message-----From: nkis22 
[mailto:nkishor@xxxx]Sent: Wednesday, June 19, 2002 5:54 
PMTo: <A 
href="">amibroker@xxxxxxxxxxxxxxxSubject: 
[amibroker] Auto Bar Interval IdentificationIs 
there AFL or DLL that can differentiate betweendaily, intraday barsfor 
the indicators because we oftenneed diffrent values for diffrent time 
frames. Currently I haveto change this 
everytime.Example:I use 1% zig for hourly intraday barsbut 
need to change thisto 8% for daily bars.IMO we need functions 
fot time intervals returning 
truedaily()hourly()minutes(5);or some thing like 
this.nandYour use of Yahoo! Groupsis 
subject to the Yahoo! Terms of 
Service. Your 
use of Yahoo! Groups is subject to the <A 
href="">Yahoo! Terms of Service. 
 
 |