HALF HEAD Guia de trading
Ultima actualizacion: July 22, 2026
The Half-Head Pattern es una herramienta cuantitativa de análisis técnico. Pattern: "half_head" v2.0 - Golden Standard Architecture (O(1), Causal Live Execution, Anti-Repaint) 1) Local Peak (Head)
¿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
- EMA Fast Período (
emaFast): Controls the calculation period and sensitivity for market detection. - EMA Slow Período (
emaSlow): Controls the calculation period and sensitivity for market detection. - EMA Trend Período (
emaTrend): Controls the calculation period and sensitivity for market detection. - Pivot Lookback (
pivotLookback): Controls the calculation period and sensitivity for market detection. - EMA 5 > EMA 50 Check (
useEma50Check): Controls the calculation period and sensitivity for market detection. - Show SL/TP Lines (
showSLTP): Controls the calculation period and sensitivity for market detection. - Only Last Trade (
onlyLastTrade): Controls the calculation period and sensitivity for market detection. - Sell Signal (
sellSignal): Controls the calculation period and sensitivity for market detection. - Pattern State (
patternState): Controls the calculation period and sensitivity for market detection. - Head Level (
headLevel): Controls the calculation period and sensitivity for market detection. - Shoulder Level (
shoulderLevel): Controls the calculation period and sensitivity for market detection. - Neckline Level (
necklineLevel): Controls the calculation period and sensitivity for market detection. - Stop Loss (
slLevel): Controls the calculation period and sensitivity for market detection. - Take Profit (
tpLevel): Controls the calculation period and sensitivity for market detection. - EMA Fast (
emaFast): Controls the calculation period and sensitivity for market detection. - EMA Slow (
emaSlow): Controls the calculation period and sensitivity for market detection. - EMA Trend (
emaTrend): Controls the calculation period and sensitivity for market detection. - Half-Head Sell (
sellSignal): 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
sellSignal- Sell Signal event signal.sellSignal- Half-Head Sell event signal.
2. Filtros y niveles de trading
emaFast- EMA Fast Período value used for structural qualification or thresholds.emaSlow- EMA Slow Período value used for structural qualification or thresholds.emaTrend- EMA Trend Período value used for structural qualification or thresholds.pivotLookback- Pivot Lookback value used for structural qualification or thresholds.useEma50Check- EMA 5 > EMA 50 Check value used for structural qualification or thresholds.showSLTP- Show SL/TP Lines value used for structural qualification or thresholds.onlyLastTrade- Only Last Trade value used for structural qualification or thresholds.patternState- Pattern State value used for structural qualification or thresholds.headLevel- Head Level value used for structural qualification or thresholds.shoulderLevel- Shoulder Level value used for structural qualification or thresholds.necklineLevel- Neckline Level value used for structural qualification or thresholds.slLevel- Stop Loss value used for structural qualification or thresholds.tpLevel- Take Profit value used for structural qualification or thresholds.emaFast- EMA Fast value used for structural qualification or thresholds.emaSlow- EMA Slow value used for structural qualification or thresholds.emaTrend- EMA Trend 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.