OPEN-SOURCE SCRIPT

TASC 2022.03 Relative Strength Volatility-Adjusted EMA

█ OVERVIEW

TASC's March 2022 edition of Traders' Tips includes the "Relative Strength Moving Averages - Part 3: The Relative Strength Volatility-Adjusted Exponential Moving Average" article authored by Vitali ​Apirine. This is the code that implements the "RS VolatAdj EMA" from the article.


█ CONCEPTS

In a three-part article series, Vitaly Apirine examines ways to filter price movements and define turning points by applying the Relative Strength concept to exponential moving averages. The resulting indicator is more responsive and is intended to account for the relative strength of volatility.


█ CALCULATIONS

The calculation process uses the following steps:
  • Select an appropriate volatility index (in our case it is VIX).
  • Calculate up day volatility (UV) smoothed by a 10-day EMA.
  • Calculate down day volatility (DV) smoothed by a 10-day EMA.
  • Take the absolute value of the difference between UV and DV and divide by the sum of UV and DV. This is the Volatility Strength we need.
  • Calculate a MLTP constant - the weighting multiplier for an exponential moving average.
  • Combine Volatility Strength and MLTP to create an exponential moving average on current price data.


Join TradingView!
apirineExponential Moving Average (EMA)relativestrengthRelative Strength ComparisontascVIX CBOE Volatility IndexVolatility

開源腳本

在真正的TradingView精神中,這個腳本的作者以開源的方式發佈,這樣交易員可以理解和驗證它。請向作者致敬!您可以免費使用它,但在出版物中再次使用這段程式碼將受到網站規則的約束。 您可以收藏它以在圖表上使用。

想在圖表上使用此腳本?


Tools and ideas for all Pine coders: tradingview.com/u/PineCoders/
Pine news broadcasts: t.me/PineCodersSquawkBox or twitter.com/PineCoders
TASC: traders.com/
更多:

免責聲明