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.

linear

  1. algoritma

    Oscillator Slope of a Linear Regression Line

    rev. 01/06/97 The following custom formula will return the slope of a 14 day linear regression line. Slope of a 14 Day Linear Regression Line ((Sum(Cum(1) * ((14*Sum(Cum(1) * C,14) - Sum(Cum(1),14) * Sum(C,14)) / (14 * Sum(Pwr(Cum(1),2),14) - Pwr(Sum(Cum(1),14),2)) * Cum(1) +...
  2. algoritma

    Hareketli Ortalama Nonlinear Ehlers Filters by John Ehlers

    The formulas discussed by John Ehlers in his article in this issue, "Nonlinear Ehlers Filters," can be recreated in MetaStock 6.52 or higher. To set up these indicators, select the Indicator Builder from the Tools menu. Then click "New" and enter the formulas as listed here: Ehlers Filters...
  3. algoritma

    İndikatör Moving Linear Regression Line

    Plots a single linear regression line for however many periods you enter. Prevents you from having to redraw a linear regression every day since this will update automatically as new data arrives (including in real time). Moving Linear Regression Line Pe:=Input("Periods",3,1000,10)...
  4. algoritma

    Al Sat Sistemi Linear Regression System by Jeff Ledermann

    Here's a system that works. Its no Holy Grail but with a little common sense you'd be hard pressed losing money with it. Steve posted it a while back (his "lumber.gif") so I can hardly take credit for the idea, but I think the system is so profitable that I felt I really ought to champion it a...