TRENDILO DIV Гайд по трейдингу
Обновлено: July 22, 2026
The Trendilo Div: Ultimate Stats — это квантитативный инструмент технического анализа. TRENDILO_DIV Ported from legacy klinecharts indicator: old/assets/indicators/TRENDILO_DIV.js Optimized to the Golden Standard
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Smooth Длина (
smooth): Controls the calculation period and sensitivity for market detection. - Lookback (ALMA) (
almaLen): Controls the calculation period and sensitivity for market detection. - ALMA Offset (
almaOffset): Controls the calculation period and sensitivity for market detection. - ALMA Sigma (
almaSigma): Controls the calculation period and sensitivity for market detection. - Band Множитель (
bandMult): Controls the calculation period and sensitivity for market detection. - EMA Длина (
emaLen): Controls the calculation period and sensitivity for market detection. - Div Lookback Current (
divLbCurrent): Controls the calculation period and sensitivity for market detection. - Div Lookback Hist (
divLbHist): Controls the calculation period and sensitivity for market detection. - Show Squeeze Zone? (
showSqueeze): Controls the calculation period and sensitivity for market detection. - Pane Labels (WP/WD) (
paneLabels): Controls the calculation period and sensitivity for market detection. - Trendilo (
avpch): Controls the calculation period and sensitivity for market detection. - EMA (
ema): Controls the calculation period and sensitivity for market detection. - RMS+ (
rms): Controls the calculation period and sensitivity for market detection. - RMS- (
nrms): Controls the calculation period and sensitivity for market detection. - Color Dir (
cdir): Controls the calculation period and sensitivity for market detection. - Squeeze Zone (
isSqueeze): Controls the calculation period and sensitivity for market detection. - Bull Div (
bullDiv): Controls the calculation period and sensitivity for market detection. - Bear Div (
bearDiv): Controls the calculation period and sensitivity for market detection. - Trendilo (
avpch): Controls the calculation period and sensitivity for market detection. - EMA (
ema): Controls the calculation period and sensitivity for market detection. - RMS+ (
rms): Controls the calculation period and sensitivity for market detection. - RMS- (
nrms): Controls the calculation period and sensitivity for market detection. - Squeeze Zone (
isSqueeze): Controls the calculation period and sensitivity for market detection. - Бычий Divergence (
bullDiv): Controls the calculation period and sensitivity for market detection. - Медвежий Divergence (
bearDiv): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
isSqueeze- Squeeze Zone event signal.bullDiv- Бычий Divergence event signal.bearDiv- Медвежий Divergence event signal.
2. Фильтры и торговые уровни
smooth- Smooth Длина value used for structural qualification or thresholds.almaLen- Lookback (ALMA) value used for structural qualification or thresholds.almaOffset- ALMA Offset value used for structural qualification or thresholds.almaSigma- ALMA Sigma value used for structural qualification or thresholds.bandMult- Band Множитель value used for structural qualification or thresholds.emaLen- EMA Длина value used for structural qualification or thresholds.divLbCurrent- Div Lookback Current value used for structural qualification or thresholds.divLbHist- Div Lookback Hist value used for structural qualification or thresholds.showSqueeze- Show Squeeze Zone? value used for structural qualification or thresholds.paneLabels- Pane Labels (WP/WD) value used for structural qualification or thresholds.avpch- Trendilo value used for structural qualification or thresholds.ema- EMA value used for structural qualification or thresholds.rms- RMS+ value used for structural qualification or thresholds.nrms- RMS- value used for structural qualification or thresholds.cdir- Color Dir value used for structural qualification or thresholds.isSqueeze- Squeeze Zone value used for structural qualification or thresholds.bullDiv- Bull Div value used for structural qualification or thresholds.bearDiv- Bear Div value used for structural qualification or thresholds.avpch- Trendilo value used for structural qualification or thresholds.ema- EMA value used for structural qualification or thresholds.rms- RMS+ value used for structural qualification or thresholds.nrms- RMS- value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.