PureBytes Links
Trading Reference Links
|
<FONT color=#0000ff
size=2>Anthony,
<FONT color=#0000ff
size=2>
Your key reversal
formula is not quite correct.
<FONT color=#0000ff
size=2>
The correct
formula is:
KRbuy=O<ref(C,-1) AND L<ref(L,-1) AND
C>ref(H,-1);
i.e. The bar must
open below yesterday's close, today's low must be below yesterday's low
and today's close must be above yesterday's high.
<FONT color=#0000ff
size=2>
<FONT color=#0000ff
size=2>Regards,
<FONT color=#0000ff
size=2>Larry
<A href=""
> <A
href="" target=_blank>
<A
href=""
target=_top>
<BLOCKQUOTE
>
<FONT face=Tahoma
size=2>-----Original Message-----From: Anthony Faragasso
[mailto:ajf1111@xxxx]Sent: Thursday, 29 November 2001
03:19To: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
PATTERN FORMULAS1. Key reversal : (c > ref(c,-1)
and (L < ref(L,-1) and ( c < h
)));
|