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.

weighted

  1. algoritma

    Matriks Weighted Moving Average açık kodu

    Weighted Moving Average ın açık kodu mov(c,3,w) açık kodu (ref(c,-2)+ref(c,-1)*2+c*3)/6 60 dk mov(c,3,w) alt periyodlarda görmek için Nw:=Hour()<>ref(Hour(),-1); alg:=(valuewhen(3,nw,ref(c,-1)) + valuewhen(2,nw,ref(c,-1))*2 + valuewhen(1,nw,ref(c,-1))*3)/6; alg kaynak uufuk
  2. algoritma

    Hareketli Ortalama Sine Weighted Moving Average by Patrick E. Lafferty

    June 1999 TASC Traders Tip - How Smooth is Your Data Smoother? (Sine-Wave Weighted Moving Average) {#&} The article "How Smooth is Your Data Smoother", by Patrick E. Lafferty, reviews differenttypes of moving averages, including a Sine-Weighted Moving Average. The Sine-Weighted Moving Average...
  3. algoritma

    Oscillator OWMA Optimized Weighted Moving Average

    The first step for calculating a weighted moving average (WMA) is to decide the lookback period (n) and the alpha (a). For our example in sidebar Figure 1, we are using n = 8 and a = 0.6 to calculate the optimized weighted moving average (OWMA) described in "Weighted moving averages." The OWMA...
  4. algoritma

    Hareketli Ortalama Front Weighted 36 Day Moving Average

    This indicator requires 3 sub calculations and then the totalling of all3to get the final indicator: This is the basic calculation: Take the closing prices of your instrument 34 days ago - 26 days ago(inclusive), multiply each daily value by 0.01 and write each value down. Then take the closing...