Cyclic Volatility Index(Version NO.1)

As the volume increases, the CVI reading at the bottom increases as the variation increases, either up or down.
Conversely, when the cumulative volume of trading decreases and market fluctuation begins to decrease, the CVI at the bottom decreases.
CVI can effectively identify major players in the high-risk derivatives market.
"This indicator had reused indicator which name is 'CEMA'.
Reused indicator URL: [url= tradingview.com/u/mvtradeidea/ tradingview.com/u/mvtradeidea/
reused indicator 'CEMA' CODE
study(title="Color EMA", shorttitle="CEMA", overlay=true)
en = input (10, minval=1, Title="Length")
src = input(close, Title="Source")
out = ema(src, le)
(out, color=out>out[1]?green:out[out[1]?red:blue, linewidth=2, transsp=0, Title="CEMA")
Invite-only script
Only users approved by the author can access this script. You'll need to request and get permission to use it. This is typically granted after payment. For more details, follow the author's instructions below or contact HAMTOOSA_ACADEMY directly.
TradingView does NOT recommend paying for or using a script unless you fully trust its author and understand how it works. You may also find free, open-source alternatives in our community scripts.
Author's instructions
Disclaimer
Invite-only script
Only users approved by the author can access this script. You'll need to request and get permission to use it. This is typically granted after payment. For more details, follow the author's instructions below or contact HAMTOOSA_ACADEMY directly.
TradingView does NOT recommend paying for or using a script unless you fully trust its author and understand how it works. You may also find free, open-source alternatives in our community scripts.