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 Accumulation/ Distribution

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,796
The interpretation of the Accumulation/Distribution Line is similar tothe interpretation of On Balance Volume wherein the indicator displays the flow ofvolume into or out of a security. The discussion on the Chaikin Oscillator (see Chaikin A/D Oscillator) explains the principles behind the Accumulation/Distribution Line.

Please don't confuse the volume Accumulation/Distribution indicator with Williams' price Accumulation/Distribution indicator.​
An example custom indicator shows how to calculate the Accumulation/Distribution line.
The Chaikin Oscillator can reference the predefined Accumulation/Distribution indicator using the ad() function as shown below.​

Accumulation/Distribution
ShortMA:= input("Enter shorter moving average periods",3,10,3);
LongMA:= input("Enter longer moving average periods",10,30,10);
mov( ad(), ShortMA, E) - mov( ad(), LongMA,E);​

Or, it can include the actual Accumulation/Distribution formula as shown below.

Actual Accumulation/Distribution
mov(cum((((C-L)-(H-C))/(H-L))*V),3,E)-mov(cum((((C-L)-(H-C))/(H-L))*V),10,E)​

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