EHLERS TREND NORMALIZED Гайд по трейдингу
Обновлено: July 22, 2026
The Ehlers Trend Normalized — это квантитативный инструмент технического анализа. ehlers_trend_normalized.js Ehlers Trend Normalized Adaptation of John Ehlers' Trend indicator, normalized to a -100 to 100 range.
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- High-Pass Период (
hpПериод): Controls the calculation period and sensitivity for market detection. - SuperSmoother Период (
ssПериод): Controls the calculation period and sensitivity for market detection. - Raw Amplitude Scale (
ampMult): Controls the calculation period and sensitivity for market detection. - Normalization Период (
normПериод): Controls the calculation period and sensitivity for market detection. - Enable Glow Effect (
showGlow): Controls the calculation period and sensitivity for market detection. - Enable Gradients (
showGradient): Controls the calculation period and sensitivity for market detection. - Source (
source): Controls the calculation period and sensitivity for market detection. - Trend Value % (
normVal): Controls the calculation period and sensitivity for market detection. - Momentum (
momentum): Controls the calculation period and sensitivity for market detection. - Strong Bull (
isStrongBull): Controls the calculation period and sensitivity for market detection. - Strong Bear (
isStrongBear): Controls the calculation period and sensitivity for market detection. - Trend % (
normVal): Controls the calculation period and sensitivity for market detection. - Is Strong Uptrend (
isStrongBull): Controls the calculation period and sensitivity for market detection. - Is Strong Downtrend (
isStrongBear): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
isStrongBull- Is Strong Uptrend event signal.isStrongBear- Is Strong Downtrend event signal.
2. Фильтры и торговые уровни
hpПериод- High-Pass Период value used for structural qualification or thresholds.ssПериод- SuperSmoother Период value used for structural qualification or thresholds.ampMult- Raw Amplitude Scale value used for structural qualification or thresholds.normПериод- Normalization Период value used for structural qualification or thresholds.showGlow- Enable Glow Effect value used for structural qualification or thresholds.showGradient- Enable Gradients value used for structural qualification or thresholds.source- Source value used for structural qualification or thresholds.normVal- Trend Value % value used for structural qualification or thresholds.momentum- Momentum value used for structural qualification or thresholds.isStrongBull- Strong Bull value used for structural qualification or thresholds.isStrongBear- Strong Bear value used for structural qualification or thresholds.normVal- Trend % value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.