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 Self-Adjusting RSI by David Sepiashvili

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
David Sepiashvili's article, "The Self-Adjusting RSI," describes two methods of adjusting the width of the overbought and oversold bands for the RSI.

Both of these methods have been incorporated into a single MetaStock indicator. This formula will prompt for the length of the RSI; the constants used to calculate the bands; and the method to calculate the bands.

To enter this indicator into MetaStock:

1. In the Tools menu, select Indicator Builder.
2. Click New to open the Indicator Editor for a new indicator.
3. Type the name of the formula.
4. Click in the larger window and type in the following formula:​

Self-Adjusting RSI

x:=Input("number of periods for RSI",1,2000,14);
k1:=Input("standard deviation constant",0.1,5,1.8);
c1:=Input("SMA constant",0.1,5,2);
m1:=Input("method <1=SD/2=SMA>",1,2,1);
top:=If(m1=1,
50+(k1*Stdev(RSI(x),x)),
50+(c1*Mov(Abs(RSI(x)-Mov(RSI(x),x,S)),x,S)));
bottom:=If(m1=1,
50-(k1*Stdev(RSI(x),x)),
50-(c1*Mov(Abs(RSI(x)-Mov(RSI(x),x,S)),x,S)));
RSI(x);
top;
bottom​



5. Click OK to close the Indicator Editor.

--William Golson
MetaStock Support Representative
Equis International (A Reuters Company)
801 265-9998, www.metastock.com
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