Thanks, that solved my problem. Guess I was hitting the gap since my 
intraday data doesn't report seconds. Slowly I'll get this stuff!

Jacques

--- In [email protected], Graham <[EMAIL PROTECTED]> wrote:
>
> You need to match the timenum to that shown on the bar.
> I often find it best to sue something like this, assuming you have
> data earlier than 8:30am
> 
> Buy = ref(TimeNum(),-1) < 82959 and TimeNum() >= 83000;
> 
> It can take a couple of goes to match to your data and bar time 
settings
> 
> -- 
> 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 01/08/06, jacquesmmathieu <[EMAIL PROTECTED]> wrote:
> > I'm having problems with having my system buy at a particular 
time. I
> > thought I could code a buy signal like this:
> >
> > Buy = TimeNum() == 83000;
> >
> > Apparently that is not right though. Can anybody help a 
programming
> > noob? Thanks.
> >
> > Jacques
> >
> >
> >
> >
> >
> > Please note that this group is for discussion between users only.
> >
> > To get support from AmiBroker please send an e-mail directly to
> > SUPPORT {at} amibroker.com
> >
> > For other support material please check also:
> > http://www.amibroker.com/support.html
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
>






Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to 
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.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:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to