ATR STOPLOSS Guia de trading
Ultima atualizacao: July 22, 2026
The ATR StopLoss é uma ferramenta quantitativa de análise técnica. ATR StopLoss Indicator Based on Pine Script "Stoploss area's" by chadmex Shows dynamic stop-loss levels based on ATR and price structure.
O que o indicador mostra?
- Estrutura de mercado e momento: Visualiza direções de tendência predominantes e zonas de reversão chave.
- Sinais COMPRA / VENDA: Destaca oportunidades de entrada e saída confirmadas com base em regras quantitativas.
- Limites dinâmicos: Fornece níveis adaptativos para gerenciar risco e metas de negociação.
Configurações principais
- ATR Comprimento (
atrComprimento): Controls the calculation period and sensitivity for market detection. - Use Structure (
useStructure): Controls the calculation period and sensitivity for market detection. - Lookback for High/Low (
lookback): Controls the calculation period and sensitivity for market detection. - ATR Multiplicador (
atrMultiplicador): Controls the calculation period and sensitivity for market detection. - Hide Data (
hideData): Controls the calculation period and sensitivity for market detection. - Long Stop (
longStop): Controls the calculation period and sensitivity for market detection. - Short Stop (
shortStop): Controls the calculation period and sensitivity for market detection. - Long Stop Zone (
longZone): Controls the calculation period and sensitivity for market detection. - Short Stop Zone (
shortZone): Controls the calculation period and sensitivity for market detection. - Long Stop Level (
longStop): Controls the calculation period and sensitivity for market detection. - Short Stop Level (
shortStop): Controls the calculation period and sensitivity for market detection. - Distance to Long Stop % (
distToLongStopPct): Controls the calculation period and sensitivity for market detection. - Distance to Short Stop % (
distToShortStopPct): Controls the calculation period and sensitivity for market detection. - ATR (with multiplier) (
realAtr): Controls the calculation period and sensitivity for market detection.
Como usar parâmetros de estratégia (Condition Source)
No módulo Strategy Tester, este indicador pode ser usado tanto como fonte direta de sinal quanto como filtro de estado de mercado.
1. Eventos de sinal
buySignal- Dispara quando a bullish market condition is confirmed.sellSignal- Dispara quando a bearish market condition is confirmed.signalDir- Outputs1for bullish,-1for bearish, and0when neutral.
2. Filtros e níveis de negociação
atrComprimento- ATR Comprimento value used for structural qualification or thresholds.useStructure- Use Structure value used for structural qualification or thresholds.lookback- Lookback for High/Low value used for structural qualification or thresholds.atrMultiplicador- ATR Multiplicador value used for structural qualification or thresholds.hideData- Hide Data value used for structural qualification or thresholds.longStop- Long Stop value used for structural qualification or thresholds.shortStop- Short Stop value used for structural qualification or thresholds.longZone- Long Stop Zone value used for structural qualification or thresholds.shortZone- Short Stop Zone value used for structural qualification or thresholds.longStop- Long Stop Level value used for structural qualification or thresholds.shortStop- Short Stop Level value used for structural qualification or thresholds.distToLongStopPct- Distance to Long Stop % value used for structural qualification or thresholds.distToShortStopPct- Distance to Short Stop % value used for structural qualification or thresholds.realAtr- ATR (with multiplier) value used for structural qualification or thresholds.
Exemplo de estratégia: Entrar em Long quando buySignal for true e trendFilter == 1, garantindo alinhamento com a tendência principal.