INVITE-ONLY SCRIPT
Cyclic Volatility Index(Version NO.1)

The "Cyclic Volatility Index" indicator shows the characteristics of the 24-hour derivatives market.
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")
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")
仅限邀请脚本
只有经作者批准的用户才能访问此脚本。您需要申请并获得使用权限。该权限通常在付款后授予。如需了解更多详情,请按照以下作者的说明操作,或直接联系HAMTOOSA_ACADEMY。
除非您完全信任其作者并了解脚本的工作原理,否則TradingView不建议您付费或使用脚本。您还可以在我们的社区脚本中找到免费的开源替代方案。
作者的说明
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。
仅限邀请脚本
只有经作者批准的用户才能访问此脚本。您需要申请并获得使用权限。该权限通常在付款后授予。如需了解更多详情,请按照以下作者的说明操作,或直接联系HAMTOOSA_ACADEMY。
除非您完全信任其作者并了解脚本的工作原理,否則TradingView不建议您付费或使用脚本。您还可以在我们的社区脚本中找到免费的开源替代方案。
作者的说明
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。