ค้นหา
ผลิตภัณฑ์
ชุมชน
ตลาด
ข่าว
โบรกเกอร์
เพิ่มเติม
TH
เริ่มกันเลย
Dogecoin / TetherUS
3 ม.ค.
dip tepe indikatörü
0
เลือกชาร์ตนี้
เลือกชาร์ตนี้
//
version
=5
indicator("Basit Al-Sat İndikatörü", overlay=true)
// Gösterge parametreleri
length = input.int(14, title="Uzunluk")
src = input(close, title="Kaynak")
// Hareketli ortalamalar
ma = ta.sma(src, length)
ma2 = ta.sma(src, length*2)
// Al ve Sat Sinyalleri
alSinyali = ta.crossover(ma, ma2)
satSinyali = ta.crossunder(ma, ma2)
// Görselleştirme
plot(ma, color=color.blue, title="MA")
plot(ma2, color=color.red, title="MA2")
plotshape(alSinyali, title="Al Sinyali", location=location.belowbar, color=color.green, style=shape.triangleup, size=size.small)
plotshape(satSinyali, title="Sat Sinyali", location=location.abovebar, color=color.red, style=shape.triangledown, size=size.small)
hakancicek58
ติดตาม
Trend Analysis
hakancicek58
ติดตาม
คำจำกัดสิทธิ์ความรับผิดชอบ
ข้อมูลและบทความไม่ได้มีวัตถุประสงค์เพื่อก่อให้เกิดกิจกรรมทางการเงิน, การลงทุน, การซื้อขาย, ข้อเสนอแนะ หรือคำแนะนำประเภทอื่น ๆ ที่ให้หรือรับรองโดย TradingView อ่านเพิ่มเติมที่
ข้อกำหนดการใช้งาน