PureBytes Links
Trading Reference Links
|
Al,
The easiest way would probably be to set limits on the HHV and LLV of
the close over the period you are interested in. Something like:
HHV(C,21) < 1.1*Mov(C,21) and
LLV(C,21) > 0.9*Mov(C,21)
You can change the multipliers to get as broad or as narrow a band as you
want.
JimG
-----Original Message-----
From: Al Dharsee <aldharsee@xxxxxxxxx>
To: metastock-list@xxxxxxxxxxxxx <metastock-list@xxxxxxxxxxxxx>
Date: Saturday, January 23, 1999 11:18 AM
Subject: Explorer Search for trading range
>Would appreciate help in writting an Explorer formula for searching for
>short term ( 10 to 15 days approx) horizontal trading ranges such as;
>
>
> XXXX
> XX XX
>XX XX
> XXXXXXXXXXX <-- This type of trading range
>
>
>Thanx
>
>Al
>
>
>
>
|