PineCodersTASC

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!

Tools and ideas for all Pine coders: www.tradingview.com/u/PineCoders/
Pine news broadcasts: t.me/PineCodersSquawkBox or twitter.com/PineCoders
TASC: traders.com/
開源腳本

本著真正的TradingView精神,該腳本的作者將其開源發布,以便交易者可以理解和驗證它。為作者喝彩吧!您可以免費使用它,但在出版物中重複使用此代碼受網站規則的約束。 您可以收藏它以在圖表上使用。

免責聲明

這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。

想在圖表上使用此腳本?