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 Market Pressure - Ultimate

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
This is the basic calculation:
If toadies close is greater than yesterdays close and toadies volume is greater than yesterdays volume, write down toadiesvolume * close, otherwise, If toadies close is less than yesterdays close and toadies volume is less than yesterdays volume, write down todays volume as a negative number * close, otherwise write down 0.​

Then add up the past 7 days and * 4, add this to the past 14 days total and * 2, add this to the past 28 days total.
Plot this grand total in your chart for eachnew trading day.​

Simple Interpretation:
Market Pressure - Ultimate can show divergences with the instrument it is plotted against.
It may show signs of support and resistance when the indicator hits areas of support/resistance on its own
graph.
Comparing rates of change/moving averages ofthe indicator against that of the instrument may reveal
accumulation/distribution pressures.​

Metastock code for :​

Market Pressure - Ultimate
Sum(If(
C > Ref(C,-1) AND V > Ref(V,-1), V *C, If(C < Ref(C,-1) AND
V < Ref(V,-1), Neg(V) * C,0)),7) * 4 + Sum(If(C > Ref(C,-1) AND
V > Ref(V,-1), V* C, If(C < Ref(C,-1) AND
V < Ref(V,-1), Neg(V) * C,0)),14) * 2 + Sum(If(C > Ref(C,-1) AND
V > Ref(V,-1), V* C, If(C < Ref(C,-1) AND V < Ref(V,-1), Neg(V) * C,0)),28)​


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