- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
rev. 01/06/97 The following formulas were taken from the article "The relative volatility index," written byDonald Dorsey, in the June 93 issue of Technical Analysis of STOCKS &COMMODITIES. Taken from Stocks & Commodities, V. 11:6 (253-256): The Relative Volatility Index by Donald Dorsey "The RVI is simply the relative strength index (RSI) with thestandarddeviation over the past 10 days used in place of daily price change. Because most indicators use price changefortheir calculations, we need a confirming indicator that uses a different measurement to interpret market strength.The RVI measures the direction of volatility on a scale of zero to 100. Readings above 50 indicate that the volatility as measured by the 10-day standard deviation of the closing prices is more to the upside.Readingsbelow 50 indicate that the direction of volatility is to the downside. The initial testing indicates thattheRVIcan be used wherever you might use the RSI and in the same way, but the specific purpose of this study is tomeasurethe RVI's performance as a confirming indicator." The RVI was designed to measure the direction of volatility. It calculatesprice strength by measuring volatility rather than pricechange. All of the following formulas are required: @RVI Down ((PREV*13)+If(ROC(C,1,%)<0,Stdev(C,10),0))/14 @RVI Up ((PREV*13)+If(ROC(C,1,%)>0,Stdev(C,10),0))/14 @RVI (100*Fml("@RVI Up"))/(Fml("@RVI Up")+Fml("@RVI Down")) |
|
Relative Volatility Index (RVI) RVIDown := ((PREV*13)+If(ROC(C,1,%)<0,Stdev(C,10),0))/14; RVIUp := ((PREV*13)+If(ROC(C,1,%)>0,Stdev(C,10),0))/14; RVIall := ( 100 * RVIUp ) / ( RVIUp + RVIDown); RVIall |
The Relative Volatility Index (RVI) was developed by Donald Dorsey. It was originally introduced in the June 1993 issue of Technical Analysis of Stocks and Commodities magazine (TASC). Arevision to the indicator was covered in the September 1995 issue. The RVI is used to measure the direction of volatility. The calculation is identical to the Relative Strength Index (RSI) (see Relative Strength Index) except that the RVI measures the standard deviationof daily pricechanges rather than absolute price changes. When developing the RVI, Dorsey was searching for a confirming indicatorto use with traditional trend-following indicators (such as a dual moving average crossover system). He found that usinga momentum-based indicator to confirm another “repackaged” momentum-based indicator is usually ineffective. Dorsey made this clear in the June 1993 TASC article: “Technicians are tempted to use one set of indicators to confirm another. We may decide to use the MACD to confirm a signal in Stochastic...Logic tells us that this form of diversification will enhance results, but too often the confirming indicator is just the original trading indicator repackaged, each using a theory similar to the other to measure market behavior... Every trader should understand the indicators being applied to the markets to avoid duplicating information.” When testing the profitability of a basic moving average crossover system, Dorsey found that the results could be significantly enhanced by applying the following RVI rules for confirmation. Similar rules are likely to be effective for other momentum or trend following indicators. · Only act on buy signals when RVI > 50. · Only act on sell signals when RVI < 50. · If a buy signal is ignored, enter long if RVI >60. · If a sell signal is ignored, enter short if RVI < 40. · Close a long position if RVI falls below 40. · Close a short position if RVI rises above 60. Because the RVI measures a different set of market dynamics than other indicators, it is often superior as a confirming indicator. As Dorsey states: “There is no reason to expect the RVI to perform any better or worse than the RSI as an indicator in its own right. The RVI’s advantage is as a confirming indicator because it provides a level of diversification missing in the RSI.” | |
| |
Source / From: |