搜尋
產品
社群
市場
新聞
經紀商
更多
TW
立即開始
HAPVIDA ON NM
2024年10月2日
Eloi suporte - resistência
0
取得這個圖表
取得這個圖表
//
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)
eloishoner
關注
Chart Patterns
Technical Indicators
Trend Analysis
eloishoner
關注
免責聲明
這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在
使用條款
閱讀更多資訊。