PureBytes Links
Trading Reference Links
|
you could do this with this
if(interval()==inhourly)
{ your code }
--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://e-wire.net.au/~eb_kavan/ab_write.htm
On 21/06/06, Clement <yitman@xxxxxxxxxxxxxx> wrote:
>
> For example, I am using 15-minute bars now. I would like to have certain
> codes to run if the current time frame is inHourly. How to determine the
> current time frame?
>
>
>
> Thank you in advance.
>
>
>
> Clement
>
>
>
>
>
>
|