PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, kaveman perth <kavemanperth@xxxx> wrote:
> you could do it this way
> H==HHV(h,4) and L==LLV(L,4)
> or
> H>ref(HHV(h,3),-1) and L>ref(LLV(L,3),-1)
>
> possibly the second would be better incase the high or low is the same
> on a previous bar
>
> On Sat, 20 Nov 2004 03:46:50 -0000, kscarth <kscarth@xxxx> wrote:
> >
> >
> > Could someone please explain to me how to express the following in
AFL:
> > Outside day that is greater than the previous 3 days.
> >
> > I have looked at the help but as I'm not much good at AFL I have no
> > idea how to do this.
> >
> > Any input would be appreciated.
> >
> >
> > Check AmiBroker web page at:
> > http://www.amibroker.com/
> >
> > Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
>
>
> --
> Cheers
> Graham
> http://e-wire.net.au/~eb_kavan/
Thankyou very much for the reply. It seems simple when you know what
you are doing. I really appreciate your reply.
Regards;
Ken
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|