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 RSI Canonical

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
dburkey@xxxxxxxxxxxxxxxx wrote:
Does anyone know the full formula for the RSI (relative strength index)?,
I know that metastock just uses rsi(length), but I'm trying to take the rsi of another indicator, not the close.
I've looked in a few books but I don't know how to translate the formula into metastock language.
Omega Research lets you simply use RSI(x, length), where x can be anything, even other indicators.
Please help... I'm stuck right in the middle of a project.
Thanks,
-dennis
Re: Anyone know full RSI formula in metastock language???
To: metastock-list@xxxxxxxxxxxxx
Subject: Re: Anyone know full RSI formula in metastock language???
From: Vitaly Larichev <vitaly@xxxxxxxxxxxxx>
Date: Mon, 25 Aug 1997 22:49:27 -0700
References: <199708211832.MAA28405@xxxxxxxxxxxxxx> <340211B2.1F37@xxxxxxxxxxxxxxxx>
Resent-Date: Mon, 25 Aug 1997 21:13:53 -0600
Resent-From: metastock-list@xxxxxxxxxxxxx
Resent-Message-ID: <"OaNtN1.0.q36.lda0q"@mail.equis.com>
Resent-Sender: metastock-list-request@xxxxxxxxxxxxx
Dennis,
The following is copied from Formula Field of my *RSI canonical_12_day_for_P_I indicator. Change m if you choose another # of periods n for rsi.
Good luck with your project,
Vitaly
I wrote my own "canonical" RSI(12) which coinsides with MS's RSI(12) if m=2*n-1 where m is used below in Mov( ,m,E); n - a number of periods in rsi(n). Mind that since I didn't use those particular tricks from the standard rsi(n) to shorten the initial transitional period, this function and standard rsi(n) differ for about month or so from the day 1. It was not that important for me, so I used this shortcut.​

RSI - Canonical
100 - 100/
(1.+ If(Mov(If(P-Ref(P,-1)<0,-(P-Ref(P,-1)),0),23,E)=0,1000000,
Mov(If(P-Ref(P,-1)>0, P-Ref(P,-1), 0),23,E) /
Mov(If(P-Ref(P,-1)<0,-(P-Ref(P,-1)),0),23,E)
))​

 

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
Başlatan Benzer Konular Forum Cevap Tarih
algoritma Relative Strength Index RSI 1
algoritma ideal 8
M R 0
algoritma R 0
algoritma Metastock Matriks 1
algoritma # 0
algoritma R 0
algoritma Kurgusal Stratejiler - Beyin Fırtanası 0
algoritma Relative Strength Index RSI 1
algoritma Relative Strength Index RSI 1
U R 0
Bogac T 0
Bogac V 0
Bogac L 0
algoritma Relative Strength Index RSI 1
algoritma Relative Strength Index RSI 1
algoritma Relative Strength Index RSI 2
algoritma Dikkat Çeken Önemli Formüller 2
algoritma Bollinger Band 1
algoritma Relative Strength Index RSI 1