PureBytes Links
Trading Reference Links
|
Try expressing ColA as a % and then filter it;
ColA: ATR(20)/CLOSE*100 {ATR%}
Filter:ColA>4
Steve
--- In Metastockusers@xxxxxxxxxxxxxxx, "hcour <hcourtney@xxxx>"
<hcourtney@xxxx> wrote:
> I'm trying to write an exploration to filter stocks where the 20d
ATR
> is 4% or greater than the stock price. I don't think what I have so
> far is exactly right:
>
> ColA: ATR(20)
>
> Filter: colA > C*.04
>
> Thanks for any help,
> Harold
To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|