WT LB Гайд по трейдингу
Обновлено: July 22, 2026
The WaveTrend (LazyBear) — это квантитативный инструмент технического анализа. Ported from legacy klinecharts indicator: old/assets/indicators/WT_LB.js Optimized to the Golden Standard Improvements:
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Channel Длина (n1) (
n1): Controls the calculation period and sensitivity for market detection. - Average Длина (n2) (
n2): Controls the calculation period and sensitivity for market detection. - OB Level 1 (
ob1): Controls the calculation period and sensitivity for market detection. - OB Level 2 (
ob2): Controls the calculation period and sensitivity for market detection. - OS Level 1 (
os1): Controls the calculation period and sensitivity for market detection. - OS Level 2 (
os2): Controls the calculation period and sensitivity for market detection. - WT1 (
wt1): Controls the calculation period and sensitivity for market detection. - WT2 (
wt2): Controls the calculation period and sensitivity for market detection. - Diff (WT1-WT2) (
diff): Controls the calculation period and sensitivity for market detection. - Zero (
zero): Controls the calculation period and sensitivity for market detection. - OB 1 (
ob1): Controls the calculation period and sensitivity for market detection. - OB 2 (
ob2): Controls the calculation period and sensitivity for market detection. - OS 1 (
os1): Controls the calculation period and sensitivity for market detection. - OS 2 (
os2): Controls the calculation period and sensitivity for market detection. - Diff Prev (
diffPrev): Controls the calculation period and sensitivity for market detection. - Diff Delta (
diffDelta): Controls the calculation period and sensitivity for market detection. - WT1 (
wt1): Controls the calculation period and sensitivity for market detection. - WT2 (
wt2): Controls the calculation period and sensitivity for market detection. - Diff (WT1 - WT2) (
diff): Controls the calculation period and sensitivity for market detection. - Diff Prev (
diffPrev): Controls the calculation period and sensitivity for market detection. - Diff Delta (
diffDelta): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
buySignal- Срабатывает, когда a bullish market condition is confirmed.sellSignal- Срабатывает, когда a bearish market condition is confirmed.signalDir- Outputs1for bullish,-1for bearish, and0when neutral.
2. Фильтры и торговые уровни
n1- Channel Длина (n1) value used for structural qualification or thresholds.n2- Average Длина (n2) value used for structural qualification or thresholds.ob1- OB Level 1 value used for structural qualification or thresholds.ob2- OB Level 2 value used for structural qualification or thresholds.os1- OS Level 1 value used for structural qualification or thresholds.os2- OS Level 2 value used for structural qualification or thresholds.wt1- WT1 value used for structural qualification or thresholds.wt2- WT2 value used for structural qualification or thresholds.diff- Diff (WT1-WT2) value used for structural qualification or thresholds.zero- Zero value used for structural qualification or thresholds.ob1- OB 1 value used for structural qualification or thresholds.ob2- OB 2 value used for structural qualification or thresholds.os1- OS 1 value used for structural qualification or thresholds.os2- OS 2 value used for structural qualification or thresholds.diffPrev- Diff Prev value used for structural qualification or thresholds.diffDelta- Diff Delta value used for structural qualification or thresholds.wt1- WT1 value used for structural qualification or thresholds.wt2- WT2 value used for structural qualification or thresholds.diff- Diff (WT1 - WT2) value used for structural qualification or thresholds.diffPrev- Diff Prev value used for structural qualification or thresholds.diffDelta- Diff Delta value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.