EMA CANDLE REVERSAL Гайд по трейдингу
Обновлено: July 22, 2026
The EMA Candle Reversal — это квантитативный инструмент технического анализа. EMA Candle Reversal Indicator v2.0 - Golden Standard Architecture (O(1) CA, O(1) EMA, Native Candle API, Headless Safe) Detects reversal signals based on EMA crossover and Candle Acceleration "Explosion" history.
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- EMA 13 Период (
ema13): Controls the calculation period and sensitivity for market detection. - EMA 50 Период (
ema50): Controls the calculation period and sensitivity for market detection. - CA Avg Период (
caПериод): Controls the calculation period and sensitivity for market detection. - CA Warmup Mult (
caWarmupMult): Controls the calculation period and sensitivity for market detection. - CA Explode Mult (
caExplodeMult): Controls the calculation period and sensitivity for market detection. - Explosion Lookback (
lookback): Controls the calculation period and sensitivity for market detection. - Show Labels (
showLabels): Controls the calculation period and sensitivity for market detection. - Color Candles (Accel) (
colorCandles): Controls the calculation period and sensitivity for market detection. - EMA 13 (
ema13): Controls the calculation period and sensitivity for market detection. - EMA 50 (
ema50): Controls the calculation period and sensitivity for market detection. - Ratio (Accel) (
debug): Controls the calculation period and sensitivity for market detection. - Details (R/A) (
diagnostic): Controls the calculation period and sensitivity for market detection. - Rev Short (
revShort): Controls the calculation period and sensitivity for market detection. - Rev Long (
revLong): Controls the calculation period and sensitivity for market detection. - Open (
_open): Controls the calculation period and sensitivity for market detection. - High (
_high): Controls the calculation period and sensitivity for market detection. - Low (
_low): Controls the calculation period and sensitivity for market detection. - Close (
_close): Controls the calculation period and sensitivity for market detection. - Rev Short Signal (
signalShort): Controls the calculation period and sensitivity for market detection. - Rev Long Signal (
signalLong): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
revShort- Rev Short event signal.revLong- Rev Long event signal.signalShort- Rev Short Signal event signal.signalLong- Rev Long Signal event signal.
2. Фильтры и торговые уровни
ema13- EMA 13 Период value used for structural qualification or thresholds.ema50- EMA 50 Период value used for structural qualification or thresholds.caПериод- CA Avg Период value used for structural qualification or thresholds.caWarmupMult- CA Warmup Mult value used for structural qualification or thresholds.caExplodeMult- CA Explode Mult value used for structural qualification or thresholds.lookback- Explosion Lookback value used for structural qualification or thresholds.showLabels- Show Labels value used for structural qualification or thresholds.colorCandles- Color Candles (Accel) value used for structural qualification or thresholds.ema13- EMA 13 value used for structural qualification or thresholds.ema50- EMA 50 value used for structural qualification or thresholds.debug- Ratio (Accel) value used for structural qualification or thresholds.diagnostic- Details (R/A) value used for structural qualification or thresholds._open- Open value used for structural qualification or thresholds._high- High value used for structural qualification or thresholds._low- Low value used for structural qualification or thresholds._close- Close value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.