Relative Vigor Index, RVI

0
(0)
Nama:
Relative Vigor Index, RVI
Pengarang: MetaQuotes (2005.12.22 14:36)
Diunduh: 6321
Unduh:
Relative Vigor Index, RVI 1
RVI.mq4 (3.1 Kb) Melihat
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, sebagai aturan, lebih tinggi, 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.

Perhitungan
VALUE1 = ((MENUTUP - OPEN) + 2 * (MENUTUP (1)) – OPEN (1)) + 2*(MENUTUP (2) – OPEN (2)) + (MENUTUP (3) – OPEN (3))) / 6

VALUE2 = ((TINGGI - RENDAH) + 2 * (TINGGI (1) – LOW (1)) + 2*(TINGGI (2)- RENDAH (2)) + (TINGGI (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

Di mana:
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 komentar Untuk mengirim komentar baru, Tolong Gabung atau daftar

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=...?

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

Secara umum, if I'm creating an EA using two lines of an indicator, should I include/call that particular indicator using the dobel iCustom 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?

Betapa bermanfaatnya postingan ini?

Klik pada bintang untuk menilainya!

Penilaian rata-rata 0 / 5. Penghitungan suara: 0

Tidak ada suara sejauh ini! Jadilah orang pertama yang menilai postingan ini.

Kami mohon maaf karena postingan ini tidak bermanfaat bagi Anda!

Mari kita perbaiki postingan ini!

Beri tahu kami bagaimana kami dapat meningkatkan postingan ini?



Pengarang: Tim Wiki Forex
Kami adalah tim Trader Forex yang sangat berpengalaman [2000-2023] yang berdedikasi untuk menjalani hidup dengan cara kita sendiri. Tujuan utama kami adalah untuk mencapai kemandirian dan kebebasan finansial, dan kami telah mengejar pendidikan mandiri dan memperoleh pengalaman luas di pasar Forex sebagai sarana kami untuk mencapai gaya hidup mandiri.