R – Squared indicato

0
(0)

姓名:
R - Squared indicator [ ]
作者: melihonurs (2007.11.14 13:13)
已下載: 5653
下載:
R - Squared indicato 1
r-squared.mq4 (4.1 KB) 看法
r-squared shows the correlation with its linear regression line

values close to 1.0 show perfect relation
values close to 0.0 show poor relation

See Metastock Help
To determine if the trend is statistically significant for a given x-period linear regression line,
plot the r-squared indicator and refer to the following table. This table shows the values of
r-squared required for a 95% confidence level at various time periods. If the r-squared value
is less than the critical values shown, you should assume that prices show no statistically
significant trend.
Number ofPeriods r-squaredCritical Value(95%confidence)
5 0.77
10 0.40
14 0.27
20 0.20
25 0.16
30 0.13
50 0.08
60 0.06
120 0.03
You may even consider opening a short-term position opposite the prevailing trend when you
observe r-squared rounding off at extreme levels. 例如, if the slope is positive and
r-squared is above 0.80 and begins to turn down, you may consider selling or opening a short position.
There are numerous ways to use the linear regression outputs of r-squared and Slope in trading
系統. For more detailed coverage, refer to the book The New Technical Trader by Tushar Chande
and Stanley Kroll.

1 評論 發表新評論, 請 登錄 或者 登記

Great, I was just going to code a linear regression myself.
然而, I found to mistakes in the code, but they'll only become obvious when looking at the slope.
I changed the regression iteration to:

為了 (i=0; 我<=per-1; i++) {
x = 每 - 我;

This first line was modified to get display rSquare at the correct bar
The second modification is a correction for the fact that MT4 counts the bars back. In the original code X1 is linked to Yn etc. But this only affects the slope calculation

這篇文章有多有用?

點擊一顆星即可對其進行評分!

平均評分 0 / 5. 計票數: 0

目前還沒有投票! 成為第一個評價這篇文章的人.

很抱歉這篇文章對您沒有用!

讓我們改進這篇文章!

告訴我們如何改進這篇文章?



作者: 外匯維基團隊
我們是一支經驗豐富的外匯交易員團隊 [2000-2023] 致力於以我們自己的方式生活的人. 我們的主要目標是實現財務獨立和自由, 我們追求自我教育並在外匯市場上獲得豐富的經驗,以此作為實現自我可持續生活方式的手段.