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.

Oscillator Pretty Good Oscillator (PGO) by Mark Johnson

Teknik analizde fiyatın yönü veya trendin devamıyla ilgili fikir veren matematiksel modellerdir. Trend oluşmamış piyasalarda fiyatlar yatay bir bantta hareket ederken trendin içinde düzeltme seviyelerini tespit eden indikatörlere OSİLATÖR denir

algoritma

eiπ + 1 = 0
Algorithmist
Algoritma
Katılım
23 Eki 2020
Mesajlar
1,797
I too use Metastock and have downloaded the zip file from Mark Johnson's site. There is a readme.txt file on Metastock but it doesn't contain any Metastock coding of the PGO. It simply gives a few outlines of the TradeStation terminology to assist in converting TS code to MS.
However, the decrypt version code posted by Jim Payne (see below)PGO = (C- Average(C,89))/Xaverage(TrueRange,89) you mention is easily converted to Metastock code as follows:​

Pretty Good Oscillator (PGO)
PGO:= (C-Mov(C,89,S))/Mov(ATR(1),89,E);
PGO​

Or using the Average True Range version -
PGO:= (C-Mov(C,89,S))/ATR(89);
PGO
I have plotted the indicator in Metastock comparing it to the RSI(14) and it is very similar. I ran some tests using the parameters set by Mark Johnson that is, "if indicator > +3.0 then go long
if indicator < -3.0 then go short
if indicator crosses 0.0 then exit and go flat"
and I got very ordinary results on several stocks I tested so I can say I'm not that excited about it.
Hopefully this helps with the MS coding anyway.​
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