[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Breakout Exploration



PureBytes Links

Trading Reference Links

The last closing parentesis " ) " is missing.

Lionel Issen wrote:

>This filter seems to be incomplete or it needs the column entries.
>Could you post the rest of this exploration?
>Thanks
>Lionel
>
>-----Original Message-----
>From: owner-metastock@xxxxxxxxxxxxx
>[mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of Dan Harels
>Sent: Wednesday, April 24, 2002 12:01 AM
>To: metastock@xxxxxxxxxxxxx
>Subject: Breakout Exploration
>
>
>Breakout Code for the "filter" column of an exploration is shown below.  It
>finds stocks breaking out of a minimum base of 4 weeks and a maximum of 12
>weeks on 150 percent of the 50 day average volume.  The code is inflexible
>but it works.
>
>CLOSE>Ref(HHV(CLOSE,20),-1)
>AND
>Ref(HighestBars(CLOSE)>20,-1)
>AND
>Ref(HighestBars(CLOSE)<60,-1)
>AND
>VOLUME>1.5*Mov(VOLUME,50,S
>
>Dan
>
>_________________________________________________________________
>Join the world's largest e-mail service with MSN Hotmail.
>http://www.hotmail.com
>
>