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 Anchored Momentum

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
The four indicators in Rudy Stefenel's article "Anchored Momentum" canbeeasily created in MetaStock.

First, choose Indicator Builder from the Tools menu. If you have MetaStock 6.5 enter the following formulas:​

Anchored Momentum - General w/ Exponential Smoothing
MomPer := Input("Momentum Periods",1,1000,10);
SmaPer := Input("Simple Moving Average Periods",1,1000,7);
EmaPer := Input("Exponential Moving AveragePeriods",1,1000,7);
100 * ((Mov(CLOSE, EMAPer, E) /
Ref(Mov(CLOSE,SmaPer,S), ((SmaPer - 1)/2) - MomPer)) - 1)

Anchored Momentum - General
MomPer := Input("Momentum Periods",1,1000,10);
SmaPer := Input("Simple Moving Average Periods",1,1000,7);
100 * ((CLOSE / Ref(Mov(CLOSE, SmaPer, S),((SmaPer- 1)/2) - MomPer)) - 1)

Anchored Momentum - Most w/ Exponential Smoothing
MomPer := Input("Momentum Periods",1,1000,10);
SmaPer := Input("Simple Moving Average Periods",1,1000,7);
EmaPer := Input("Exponential Moving AveragePeriods",1,1000,7);
100 * ((Mov(CLOSE, EmaPer, E) / Mov(CLOSE,(2 * MomPer)+ 1, S) )- 1)

Anchored Momentum - Most
MomPer := Input("Momentum Periods",1,1000,10);
SmaPer := Input("Moving Average Periods",1,1000,7);
100 * ((CLOSE / Mov(CLOSE, (2 * MomPer) +1, S) )- 1)​
Drag any of the above indicators from the Indicator QuickList to the desired chart. MetaStock 6.5 will prompt you to enter values for the specified parameters.​
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