ค้นหา
ผลิตภัณฑ์
ชุมชน
ตลาด
ข่าว
โบรกเกอร์
เพิ่มเติม
TH
เริ่มกันเลย
ชุมชน
/
ไอเดีย
/
Eloi suporte - resistência
HAPVIDA ON NM
Eloi suporte - resistência
โดย eloishoner
ติดตาม
ติดตาม
2 ต.ค. 2024
0
2 ต.ค. 2024
//
version
=5
indicator("Suporte e Resistência Automático", overlay = true)
// Período de verificação
var int lookback = 20
// Calcula o suporte e resistência
highestHigh = ta.highest(high, lookback)
lowestLow = ta.lowest(low, lookback)
// Desenha linhas horizontais no gráfico
line.new(bar_index[lookback], highestHigh, bar_index, highestHigh, width=2, color=color.red)
line.new(bar_index[lookback], lowestLow, bar_index, lowestLow, width=2, color=color.green)
// Exibe os níveis no gráfico
plot(highestHigh, "Resistência", color=color.red, linewidth=2)
plot(lowestLow, "Suporte", color=color.green, linewidth=2)
Chart Patterns
Technical Indicators
Trend Analysis
eloishoner
ติดตาม
คำจำกัดสิทธิ์ความรับผิดชอบ
ข้อมูลและบทความไม่ได้มีวัตถุประสงค์เพื่อก่อให้เกิดกิจกรรมทางการเงิน, การลงทุน, การซื้อขาย, ข้อเสนอแนะ หรือคำแนะนำประเภทอื่น ๆ ที่ให้หรือรับรองโดย TradingView อ่านเพิ่มเติมที่
ข้อกำหนดการใช้งาน