- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
You might like to try this if looking for stocks closing above say 60 day highs {closing above the 60-day high of the close}just paste this into metastock explorer filter> close>ref(hhv(close,60),-1) OR you may wish to have a look at the following:
Closing Above 60 Day Highs
ColA:
{Close}C
ColB:
{Previous 60-day High} Ref(HHV(H,60),-1)
ColC:
{Current 60-day High} HHV(H,60)
ColD:
{Volume}V
Filter:
(ColA>ColB) AND (Ref(C,-1)<Ref(HHV(H,60),-1)) AND (H=HHV(H,60))
This formula does two things:
1) It lists only those securities which have met the required conditions only on the last trading day.
2) The new 60-day high must have taken place only on the last trading day.
I hope this is of some help.
Wambiri
Source / From:
http://www.stockcentral.com.au/forum/machine/