Teknik Analiz Dünyasına Hoşgeldiniz. Paylaşmak Güzeldir.

Yayından kaldırmak istediğiniz formüller için algoritmabul@gmail.com ile iletişime geçebilirsiniz... 

  • DİKKAT: Formüller, Sistemler sadece eğitim amaçlıdır. Alım satım, olası anapara kaybı ve diğer kayıplar dahil olmak üzere "YÜKSEK RİSK" içerir.
  • Mucize teknik gösterge yoktur, sadece doğru veya yanlış kullanılan göstergeler vardır.

İndikatör Single 60 Day Period BreakOut Signal Indicator

Teknik analizde fiyatın yönü veya trendin devamıyla ilgili fikir veren matematiksel modellerdir. İndikatörlerin Türkçe karşılığı göstergedir.

algoritma

eiπ + 1 = 0
Algorithmist
Algoritma
Katılım
23 Eki 2020
Mesajlar
1,797
Re: stocks closing above 60-day high
. To: metastock@xxxxxxxxxxxxx
. Subject: Re: stocks closing above 60-day high
. From: Rajat Bose <rajatkbose@xxxxxxxxx>
. Date: Thu, 6 May 1999 21:05:25 -0700 (PDT)
. Reply-To: metastock@xxxxxxxxxxxxx
. Sender: owner-metastock@xxxxxxxxxxxxx
how do I check for stocks closing above their 60-day highs in MSWIN?

To find the securities that have closed above their high today (the last trading day in the database)for the first time, I have written this exploration query. I ahven't tested it thoroughly, I think it would solve the problem.
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 does two things: 1) it would list only those securities which have fit the bill only on the last trading day, and 2) the new 60-day high must have taken place only on the last trading day.
Thank you.
Rajat

[13773]
Re: stocks closing above 60-day high
. To: <metastock@xxxxxxxxxxxxx>
. Subject: Re: stocks closing above 60-day high
. From: "A.J. Maas" <anthmaas@xxxxxx>
. Date: Fri, 7 May 1999 22:52:02 +0200
. Organization: Ms-IRB
. References: <19990507040525.29791.rocketmail@xxxxxxxxxxxxxxxxxxxx>
. Reply-To: metastock@xxxxxxxxxxxxx
. Sender: owner-metastock@xxxxxxxxxxxxx
To find the securities that have closed above their last made High (for the last trading day/period in the database) for the first time, I have written this exploration query. I haven't tested it thoroughly, I think it would solve the problem.
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)<ColB) AND (H=HHV(H,60))
This does two things: 1) it would list only those securities which have fit the bill only on the last trading day, and 2) the new 60-day high must have taken place only on the last trading day.
===================////++++////=====================
Have above cleaned your full message from some minor typos. Also think that your scan could be an indicator as well and it could well fit the bill for the better, i.e. for a single 60-day Period trading range's "BreakOut Signal"-indicator.
Thus, here it is also, now as a binairy wave (for MS65):​

Single 60-day Period BreakOut Signal-indicator
ClxA:= C;
ClxB:= Ref(HHV(H,59), -1);
ClxC:= HHV(H,60);
SSDPBOS:= (ClxA > ClxB) AND (Ref(C,-1)<ClxB) AND (H=ClxC);
SSDPBOS​

from Ton Maas​
Source / From:
 

Forumdan daha fazla yararlanmak için giriş yapın yada üye olun!

Forumdan daha fazla yararlanmak için giriş yapın veya kayıt olun!

Kayıt ol

Forumda bir hesap oluşturmak tamamen ücretsizdir.

Şimdi kayıt ol
Giriş yap

Eğer bir hesabınız var ise lütfen giriş yapın

Giriş yap