搜索
产品
社区
市场
新闻
经纪商
更多
CN
开始
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提供或认可的金融、投资、交易或其它类型的建议或背书。请在
使用条款
阅读更多信息。