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

Re: stocks closing above 60-day high



PureBytes Links

Trading Reference Links

>how do I check for stocks closing above their 60-day highs in MSWIN?

In the Exploration filter area, place the following formulas.....


if you want those that are closing above the 60-day high of the close:

close>ref(hhv(close,60),-1)

if you want those that are closing above the 60-day intraday high:

close>ref(hhv(high,60),-1)

Haven't verified these, but I think they'll be fine.
Debra