ค้นหา
ผลิตภัณฑ์
ชุมชน
ตลาด
ข่าว
โบรกเกอร์
เพิ่มเติม
TH
เริ่มกันเลย
ชุมชน
/
ไอเดีย
/
Anil chandeos
RUPA & COMPANY LTD
เพิ่มขึ้น
Anil chandeos
โดย anil301
ติดตาม
ติดตาม
29 ม.ค. 2023
0
29 ม.ค. 2023
//
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 อ่านเพิ่มเติมที่
ข้อกำหนดการใช้งาน