搜尋
產品
社群
市場
新聞
經紀商
更多
TW
立即開始
社群
/
投資想法
/
Anil chandeos
RUPA & COMPANY LTD
看多
Anil chandeos
由anil301提供
關注
關注
2023年1月29日
0
2023年1月29日
//
version
=4
study("Chande Momentum Oscillator (CMO)", overlay=true)
length = input(10, minval=1)
// Calculate CMO
cmo = cmo(close, length)
// Plot CMO
plot(cmo, color=orange, linewidth=2, title="CMO")
// Buy Signal
buy = cmo > 25
plotshape(buy, style=shape.arrowup, location=location.belowbar, color=green, title="Buy")
// Sell Signal
sell = cmo < -25
plotshape(sell, style=shape.arrowdown, location=location.abovebar, color=red, title="Sell")
Trend Analysis
anil301
關注
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在
使用條款
閱讀更多資訊。