PureBytes Links
Trading Reference Links
|
You might try something like this:
Ref(BarsSince(C <Mov(C,200,S)),-1)>90 AND C<Mov(C,200,S)
I didn't check this out, but this is how I would start towards an
exploration filtered to condition being true. This will show when stock went
below 200 MA after being above it for 90 bars. Play with it. Not sure what
good it will do you? report back on findings.
Richard Estes
-----Original Message-----
From: Heidi Stubner <stubner@xxxxxxxxxxxxx>
To: metastock@xxxxxxxxxxxxx <metastock@xxxxxxxxxxxxx>
Date: Monday, August 24, 1998 3:34 PM
Subject: Formula help
>I'm rewording my last request for help because I'm starting to think that
>what I was looking for was impossible to create a formula for.
>
>I'm looking to do a filter to find the stocks which were above their 200
>day moving average 90 days ago and now are below their 200 day moving
>average. I would like to use this to find stocks which are using the 200
>day m.a. as a resistance level once the price falls below it. Any
>suggestions would be greatly appreciated.
>
>Heidi
|