PureBytes Links
Trading Reference Links
|
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@xxxxxxxxx> 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/
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
|