Teknik Analiz Dünyasına Hoşgeldiniz.

Paylaşmak ◄ ► Güzeldir

DİKKAT: Formüller, Sistemler 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.

Yayından kaldırmak istediğiniz formüller için algoritmabul@gmail.com ile iletişime geçebilirsiniz...

twitter adresim https://x.com/algoritmabul telegram adresimhttps://t.me/algoritmabul

  • 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...
  5. algoritma

    Oscillator Linear Regression Slope

    The basic "programming" in MetaStock of the LRS-ROC indicator is like this: NIO is the _basic_ number of points taken to calculate the ROCs. The four ROCs _per day_ used for interpolation are: rll:=ROC(O,nio-1,%)/(nio-1); rl:=ROC(O,nio,%)/nio; rh:=ROC(O,nio+1,%)/(nio+1)...
  6. algoritma

    İndikatör Linear Regression Trendline & Channels by Jose Silva

    Linear Regression Trendline with Standard Deviation/Error Channels/Bands, date-adjustable. Linear Regression Trendline & Channels { Linear Regression Trendline & Channels v4.0 } { (c) Copyright 2004-2005 Jose Silva } { For personal use only } { http://www.metastocktools.com } { User Inputs...