PureBytes Links
Trading Reference Links
|
Thanks for the reply, it didn't do the trick but I adjusted it to:
AcceptHighs = IIf(TimeNum() > 090000 AND TimeNum() < 093000,Highs,0);
Now it works like a charm.
Thanks,
Frans
--- In amibroker@xxxxxxxxxxxxxxx, "Ara Kaloustian" <ara1@xxx> wrote:
>
> Fran,
>
> You should not need a loop.
>
> Just make sure the spacify the time frame
>
> Highs = HHV(High,30);
> AcceptHighs = Highs and TimeNum() > 090000 and TimeNum() < 093000;
>
> Have not tested this, but the concept at least is correct
>
>
> ----- Original Message -----
> From: "mpmafma" <mpmafma@xxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Friday, June 22, 2007 8:47 AM
> Subject: [amibroker] Intraday Explorations
>
>
> >I have done some research but still don't know if it's possible to
> > create an intraday exploration on a 1-min database.
> > What I try to do is to create an exploration which determines the
HHV
> > and LLV of a time range, from 9:00-9:30 , for all quotations.
> > It seems that I need some sort of loop to determine the HHV and
LLV.
> > Any ideas?
> >
> > kind regards,
> >
> > Frans.
> >
> >
> >
> >
> >
> >
> > 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> > http://www.amibroker.com/devlog/
> >
> > 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
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/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|