ATR STOPLOSS Guia de trading

Ultima actualizacion: July 22, 2026

The ATR StopLoss es una herramienta cuantitativa de análisis técnico. ATR StopLoss Indicator Based on Pine Script "Stoploss area's" by chadmex Shows dynamic stop-loss levels based on ATR and price structure.

¿Qué muestra el indicador?

  • Estructura del mercado e impulso: Visualiza la dirección de la tendencia dominante y zonas clave de reversión.
  • Señales COMPRA / VENTA: Muestra puntos de entrada y salida confirmados según reglas cuantitativas.
  • Límites dinámicos: Proporciona niveles adaptativos para gestionar el riesgo y beneficio de las operaciones.

Ajustes clave

  • ATR Longitud (atrLongitud): 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.

Cómo usar los parámetros de estrategia (Condition Source)

Dentro del módulo Strategy Tester, este indicador se puede utilizar tanto como fuente directa de señales como filtro del estado del mercado.

1. Eventos de señal

  • buySignal - Se activa cuando a bullish market condition is confirmed.
  • sellSignal - Se activa cuando a bearish market condition is confirmed.
  • signalDir - Outputs 1 for bullish, -1 for bearish, and 0 when neutral.

2. Filtros y niveles de trading

  • atrLongitud - ATR Longitud 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.

Ejemplo de estrategia: Entrar en Long cuando buySignal es true y trendFilter == 1, asegurando que las operaciones se alineen con el impulso principal.

Seguir investigando

Explora toda la academia, la documentacion de la plataforma y las paginas principales del sitio para profundizar en crypto backtesting e investigacion de estrategias.

Ver todas las guias de la academia Leer la documentacion Comparar planes Ver el research engine