SUPER TREND Guia de trading
Ultima actualizacion: July 22, 2026
The SuperTrend es una herramienta cuantitativa de análisis técnico. SuperTrend Indicator Based on Pine Script v4 SuperTrend Trend-following indicator based on ATR
¿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 Período (
atrPeríodo): Controls the calculation period and sensitivity for market detection. - Multiplicador (
multiplier): Controls the calculation period and sensitivity for market detection. - Use True ATR (
useTrueATR): Controls the calculation period and sensitivity for market detection. - Show Signals (
showSignals): Controls the calculation period and sensitivity for market detection. - Highlighting (
highlighting): Controls the calculation period and sensitivity for market detection. - Up Trend Value (
upTrend): Controls the calculation period and sensitivity for market detection. - Down Trend Value (
downTrend): Controls the calculation period and sensitivity for market detection. - Buy Signal Indicator (
buySignal): Controls the calculation period and sensitivity for market detection. - Sell Signal Indicator (
sellSignal): Controls the calculation period and sensitivity for market detection. - Is Up Trend (
isUpTrend): Controls the calculation period and sensitivity for market detection. - Is Down Trend (
isDownTrend): Controls the calculation period and sensitivity for market detection. - Up Trend Color (value) (
upTrendColor): Controls the calculation period and sensitivity for market detection. - Down Trend Color (value) (
downTrendColor): Controls the calculation period and sensitivity for market detection. - Buy Signal Color (
buySignalColor): Controls the calculation period and sensitivity for market detection. - Sell Signal Color (
sellSignalColor): Controls the calculation period and sensitivity for market detection. - Buy Signal (
buySignal): Controls the calculation period and sensitivity for market detection. - Sell Signal (
sellSignal): Controls the calculation period and sensitivity for market detection. - Is Up Trend (
isUpTrend): Controls the calculation period and sensitivity for market detection. - Is Down Trend (
isDownTrend): Controls the calculation period and sensitivity for market detection. - Up Trend Line (
upTrend): Controls the calculation period and sensitivity for market detection. - Down Trend Line (
downTrend): 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- Buy Signal Indicator event signal.sellSignal- Sell Signal Indicator event signal.buySignalColor- Buy Signal Color event signal.sellSignalColor- Sell Signal Color event signal.buySignal- Buy Signal event signal.sellSignal- Sell Signal event signal.isUpTrend- Is Up Trend event signal.isDownTrend- Is Down Trend event signal.
2. Filtros y niveles de trading
atrPeríodo- ATR Período value used for structural qualification or thresholds.multiplier- Multiplicador value used for structural qualification or thresholds.useTrueATR- Use True ATR value used for structural qualification or thresholds.showSignals- Show Signals value used for structural qualification or thresholds.highlighting- Highlighting value used for structural qualification or thresholds.upTrend- Up Trend Value value used for structural qualification or thresholds.downTrend- Down Trend Value value used for structural qualification or thresholds.isUpTrend- Is Up Trend value used for structural qualification or thresholds.isDownTrend- Is Down Trend value used for structural qualification or thresholds.upTrendColor- Up Trend Color (value) value used for structural qualification or thresholds.downTrendColor- Down Trend Color (value) value used for structural qualification or thresholds.upTrend- Up Trend Line value used for structural qualification or thresholds.downTrend- Down Trend Line 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.