PureBytes Links
Trading Reference Links
|
It really is just applying logic one step at a time
hope this helps a bit
ref(sum(inside(),2),-1)==2 and c>ref(h,-1) and v>ref(v,-1)*1.75 and
c>(H+L)/2 and c>=ref(c,-1)*1.05 and c<=ref(c,-1)*1.13
On Sun, 05 Dec 2004 23:50:54 -0000, bruiserbbq <bruiserbbq@xxxxxxxxxxxx> wrote:
>
>
> Hi Guys, I need help with an exploration code for a 4 bar
> break...see explanation below.
> The concept is relatively straight forward.
> The first three days of the pattern requires the appearance of 3
> consecutive lower highs. The set up requires that each high price be
> progressively less than the previous indicating clear rejection of
> higher values. Equal to yesterdays high is not acceptable. The final
> bar of our four bar break requires the closing price to finish above
> yesterdays high price.
>
> Plus the Volume on day 4 must exceed volume on day 3 by a minimum of
> 75%;
> The closing price must finish in the top half of the trading range
> on day 4;
> The closing price on day 4 must be between 5%-13% above yesterdays
> closing price;
>
> Thanks in advance
>
> Bruiser
>
>
> 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 --------------------~-->
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/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/
|