ร – Squared indicato

0
(0)

ชื่อ:
ร - 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 ความคิดเห็น หากต้องการโพสต์ความคิดเห็นใหม่, โปรด เข้าสู่ระบบ หรือ ลงทะเบียน

ยอดเยี่ยม, 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; ฉัน ++) {
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

ยังไม่มีคะแนนโหวต! เป็นคนแรกที่ให้คะแนนโพสต์นี้.

ขออภัยที่โพสต์นี้ไม่มีประโยชน์สำหรับคุณ!

ให้เราปรับปรุงโพสต์นี้!

บอกเราว่าเราจะปรับปรุงโพสต์นี้ได้อย่างไร?



ผู้เขียน: ทีมงาน Forex Wiki
เราคือทีมผู้ซื้อขาย Forex ที่มีประสบการณ์สูง [2000-2023] ที่อุทิศตนเพื่อใช้ชีวิตในแบบของเรา. วัตถุประสงค์หลักของเราคือการได้รับอิสรภาพทางการเงินและอิสรภาพ, และเราได้ติดตามการศึกษาด้วยตนเองและได้รับประสบการณ์ที่กว้างขวางในตลาด Forex เพื่อเป็นหนทางในการบรรลุวิถีชีวิตที่ยั่งยืนด้วยตนเอง.