HALF HEAD Гайд по трейдингу
Обновлено: July 22, 2026
The Half-Head Pattern — это квантитативный инструмент технического анализа. Pattern: "half_head" v2.0 - Golden Standard Architecture (O(1), Causal Live Execution, Anti-Repaint) 1) Local Peak (Head)
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- 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. - 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.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
sellSignal- Sell Signal event signal.sellSignal- Half-Head Sell event signal.
2. Фильтры и торговые уровни
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.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.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.