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提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。