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.

Hareketli Ortalama Blue Line - 13 day Smoothed Moving Average by Glen Wallace

Hareketli Ortalamalar Göstergeler arasında en çok kullanılan indikatördür. Trend takip eden özelliği bulunmakla birlikte son geçmişte kalan belli bir zaman diliminin ortalaması alınarak, şuan ki fiyatın trende ne derece uzak olduğunu gösterir.

algoritma

eiπ + 1 = 0
Algorithmist
Algoritma
Katılım
23 Eki 2020
Mesajlar
1,797
----- Original Message -----
From: "Raminder Singh" <rs@xxxxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Sunday, February 27, 2000 10:00 PM
Subject: Moving Averages, Profitunity, "New Trading Dimensions"

Bill William's in his 3rd chapter mentions the "Alligator", which he describes as, the Blue Line - 13 day smoothed moving average, offset 8 days into the future the Red Line - 8 day smoothed moving average, offset 5 days into the future the Green Line - 5 day smoothed moving average, offset 3 days into the future

I downloaded the demo from www.profitunity.com. However, with the same stock, under MetaStock 6.5.2, I can't seem to get the same values as his software. I've tried, Simple, Exponential, Weighted, all the ones available in MetaStock. I even tried experimenting with the time periods values.

Comes close, but not the same. I'd be highly obliged if somebody would shed some light on this.


Re: Moving Averages, Profitunity, "New Trading Dimensions"

. To: "MetaStock listserver" <metastock@xxxxxxxxxxxxx>
. Subject: Re: Moving Averages, Profitunity, "New Trading Dimensions"
. From: "Glen Wallace" <gcwallace@xxxxxxxx>
. Date: Mon, 28 Feb 2000 09:53:19 -0800
. References: <000001bf81b1$14a16820$05900880@xxxxxxxx>
. Reply-To: metastock@xxxxxxxxxxxxx
. Sender: owner-metastock@xxxxxxxxxxxxx

Raminder:

The problem is in their "smoothing." Below is the code I wrote for the Red Line based on an explanation they gave me about a year ago. I can dig up that e-mail if you wish. Also, I recall Daryl Guppy's site (http://www.guppytraders.comgup59.htm) has all the code (written by our own Adam Hefner, I think) for Bill Williams' methods.

Be careful with Bill Williams' system, though, it's not the holy grail he describes in his books.

Hope this helps.

Blue Line - 13 day Smoothed Moving Average

{This code can be cleaned up using the Sum function.
It was written in this expanded form during debugging}
p8:= Ref((H+L)/2,-8);
p7:= Ref((H+L)/2,-7);
p6:= Ref((H+L)/2,-6);
p5:= Ref((H+L)/2,-5);
p4:= Ref((H+L)/2,-4);
p3:= Ref((H+L)/2,-3);
p2:= Ref((H+L)/2,-2);
p1:= Ref((H+L)/2,-1);
p0:= (H+L)/2;

PrevSum:= p8+p7+p6+p5+p4+p3+p2+p1;
PrevAve:= PrevSum/8;

Ref((PrevSum - PrevAve + p0)/8,-5)


 

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