Relative Vigor Index, RVI

0
(0)
姓名:
Relative Vigor Index, RVI
作者: 元報價 (2005.12.22 14:36)
已下載: 6321
下載:
Relative Vigor Index, RVI 1
RVI.mq4 (3.1 KB) 看法
Relative Vigor Index, RVI 2 rvi.gif (8.8 KB)
Relative Vigor Index, RVI 3
The main point of Relative Vigor Index Indicator (RVI) is that on the bull market the closing price is, 通常, 更高, than the opening price. It is the other way round on the bear market. So the idea behind Relative Vigor Index is that the vigor, or energy, of the move is thus established by where the prices end up at the close. To normalize the index to the daily trading range, divide the change of price by the maximum range of prices for the day. To make a more smooth calculation, one uses a symmetrically weighted moving average of the differences of the closing and openings prices, as well as maximum and minimum prices of the bar.

The best period at calculation of the indicator is considered 10. To avoid probable ambiguity one needs to construct a signal line, which is a symmetrically weighted moving averageof Relative Vigor Index values. The concurrence of lines serves as a signal to buy or to sell.

Calculation
VALUE1 = ((CLOSE - 打開) + 2 * (CLOSE (1)) – OPEN (1)) + 2*(CLOSE (2) – OPEN (2)) + (CLOSE (3) – OPEN (3))) / 6

VALUE2 = ((高的 - 低的) + 2 * (高的 (1) – LOW (1)) + 2*(高的 (2)- 低的 (2)) + (高的 (3) – LOW (3))) / 6

NUM = SUM (VALUE1, N)

DENUM = SUM (VALUE2, N)

RVI = NUM / DENUM

RVISig = (RVI + 2 * RVI (1) + 2 * RVI (2) + RVI (3)) / 6

在哪裡:
OPEN — is the opening price;
HIGH — is the maximum price;
LOW — is the minimum price;
CLOSE — is the closing price;
VALUE1 — symmetrically weighted moving average of the differences of the closing and openings prices;
VALUE2 — symmetrically weighted moving average of the differences of the maximum and minimum prices;
NUM — amount N importances of VALUE1;
DENUM —amount N importances of VALUE2;
RVI — value of the Relative Vigor Index indicator for the current bar;
RVISig — value of the RVI signal line for the current bar;
N — period of the smoothing.

Technical Indicator Description

Full description of Relative Vigor Index is available in the Technical analysis: Relative Vigor Index

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

What about the SUM value: NUM = SUM (VALUE1, N). Does it mean that the value of VALUE1 should be added to the value of N, the period of the smoothing?

Is the period of smoothing the one we change in the extern double? Is it the same as extern int ExtRVIPeriod=...?

還, why is 'CLOSE' not '關閉[]'? It gives me errors when I try to compile it.

一般來說, if I'm creating an EA using two lines of an indicator, should I include/call that particular indicator using the double 定制 or cut that indicator's formula manually and paste it into the EA I'm making?

11.02.2008 20:44 bdht

I have been analyzing several different pairs using the RVI. I find using three RVI indicators of different values works very well. I have zero programing skills and find the web instruction very difficult to follow. Could someone create an EA or Indicator for me?

這篇文章有多有用?

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

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

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

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

讓我們改進這篇文章!

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



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