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.

İndikatör Moving Linear Regression Line

Teknik analizde fiyatın yönü veya trendin devamıyla ilgili fikir veren matematiksel modellerdir. İndikatörlerin Türkçe karşılığı göstergedir.

algoritma

eiπ + 1 = 0
Algorithmist
Algoritma
Katılım
23 Eki 2020
Mesajlar
1,797
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);
Z:=LastValue(LinearReg(C,Pe));
Y:=LastValue(Cum(1))-Cum(1);
U:=Z-(LastValue(LinRegSlope(C,Pe))*Y);
R:=0-(LastValue(Cum(1))-Pe);
U+Ref(C,R)-Ref(C,R);

Linear Regression Line Motion ( MetaStock V. 6.5 - All Data Types)
Each formula will plot 10 linear regressions, calculated for the number of periods specified, and moving forward each day (period). Plotting all 4 formulas will draw 40 linear regression lines for the periods specified (use the same number of periods for each formula plotted). Useful for seeing the motion of the market. Note: While this will work with intraday data in real-time, due to the extensiveness of the calculation it may take some time to calculate and can slow down other processes on your system.
The formulas are in a copy-and-paste format that will go directly into MetaStock. One at a time - highlight the formulas (not the name), and while holding down the 'ctrl' key press 'c', then go into the MetaStock Indicator Builder, click on New, give the indicator a name, click into the formula window, and then while holding down the 'ctrl' key press 'v'. This will paste the formula into MetaStock. Then click on OK and the formulas will be saved. (Then follow the same process with the next formula.)​
Source / From:
Lechu
 

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 A 5
algoritma S 0
algoritma E 1
algoritma T 0
algoritma H 0
algoritma T 0
algoritma P 0
algoritma W 0
algoritma Kurgusal Stratejiler - Beyin Fırtanası 0
A V 0
Bogac S 0
Bogac A 0
algoritma Matriks 0
U V 1
K D 0
algoritma Dikkat Çeken Önemli Formüller 3
algoritma # 0
algoritma Teknik Analiz Tanımlamalar 0
algoritma Teknik Analiz Tanımlamalar 0
algoritma Teknik Analizde Göstergelerin Matematiksel Açıklamaları 0