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

RE: Formula to for Narrowest Trading range over 7 days



PureBytes Links

Trading Reference Links

Here it is...

range:=H-L;

test:=LLV(range,7);

If(range=test,1,0);

Michael

-----Original Message-----
From: owner-metastock@xxxxxxxxxxxxx
[mailto:owner-metastock@xxxxxxxxxxxxx]On Behalf Of LPetersen
Sent: Friday, September 15, 2000 2:37 PM
To: MetaStock List
Subject: Formula to for Narrowest Trading range over 7 days


Friends,
Going rereading some older TASC (Sept. '93) mags, I found an idea that I
would like to use as a search.

Has anyone seen the formula to search for the issues where the latest
day's trading range is at its narrowest over the most recent 7 days?

This setup shouldn't be difficult, but my formula experience is limited,
and I am confident that this wheel has already been invented.  :^)

On another note, has anyone else noticed how good news is doing little
to help the market recently?

LPetersen