Calculation:
PP = (HIGH + LOW + CLOSE) / 3
R1 = 2 * PP - LOW
R2 = PP + HIGH - LOW
R3 = 2 * PP + HIGH - 2 * LOW
S1 = 2 * PP - HIGH
S2 = PP + LOW - HIGH
S3 = 2 * PP + LOW - 2 * HIGH
Where:
PP — the central axis (any price can perform as it);
R1, R2, R3 — the 1st, 2nd and 3rd levels of resistance;
S1, S2, S3 — the 1st, 2nd and 3rd levels of support;
HIGH — the max price in the previous period of the indicator;
LOW — the min price in the previous period of indicator;
CLOSE — the closing price in the previous period of indicator.
軸心點系統指標對吧
將文件復制到MT4文件夾 \experts\indicators下(這裏有很多mq4文件)
點菜單/插入/技術指標/自定義/pivot point,就在mt4的主圖上顯示出阻力支撐位了
重新啟動MT4
看到指標。
妳也可以自己去指標大全的欄目去找找自己需要的指標