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 Ken Roberts' Formula's

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
12 Month High/Low (Contract)

This is a Trinary wave indicator that you put into its own inner window.This formula is used only on specific contracts that have lessthan 1 year of data. It will plot a +1 on days that have made a newcontract high and a -1 on days that have made a new contractlow.​

Ken Roberts' 12 Month High/Low (Contract)
If(Highest(High)>Ref(Highest(High),-1),+ 1,
If(Lowest(Low)<Ref(Lowest(Low),-1),-1,0))
12 Month High/Low (Continuous)

This is a Trinary wave indicator that you put into its own inner window.This formula is used only on continuous contracts that havemore than 1 year of data. It will plot a +1 on days that have madea new contract high and a -1 on days that have made a newcontract low.​

Ken Roberts' 12 Month High/Low (Continuous)
If(HHV(High,252)>Ref(HHV(High,252),-1),+1,
If(LLV(Low,252)<Ref(LLV(Low,252),-1),-1,0))
50% Retracement (Contract)

This is an indicator that is applied directly onto your price data chart. This formula is used only on specific contracts that have lessthan 1 year of data. It will plot a line on your chart that will showat any point in time what the 50% retracement will be. Note: This linewill change as the security makes new high's or new low's, showingwhat the 50% retracement would be at that time.​

Ken Roberts' 50% Retracement (Contract)
((Highest(High)-Lowest(Low))/2)+Lowest(Low)
50% Retracement (Continuous)

This is an indicator that is applied directly onto your price data chart. This formula is used only on continuous contracts that havemore than 1 year of data. It will plot a line on your chart that willshow at any point in time what the 50% retracement will be.
Note:This line will change as the security makes new high's or new low's, showing what the 50% retracement would be at that time.​

Ken Roberts' 50% Retracement (Continuous)
((HHV(High,252)-LLV(Low,252))/2)+LLV(Low,252)​

Sideways Channels Exploration
Periodicity: Daily
Formulas
ColumnA: Top
Mov(Peak(1,H,1),45,S)-Ref(Mov(Peak(1,H,1),45,S),-45)
ColumnB: Bottom
Mov(Trough(1,L,1),45,S)-Ref(Mov(Trough(1,L,1),45,S),-45)
Filter:
ColA < 1 AND ColA > -1 AND ColB < 1 AND ColB > -1​
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
Başlatan Benzer Konular Forum Cevap Tarih
algoritma S 2
algoritma Moving Average Convergence/Divergence MACD 2
algoritma Hareketli Ortalama 1
algoritma Mining Hakkında Tüm Soru ve Cevaplar 1
algoritma Stochastic Oscillator 1
algoritma Matriks 0
algoritma Teknik Analizde Çözülemeyen Çözüm bekleyen Formüller 0
algoritma Teknik Analiz Tanımlamalar 0
algoritma Moving Average Convergence/Divergence MACD 1
algoritma S 0
algoritma R 0
algoritma K 0
algoritma I 0