TSI DZ Гайд по трейдингу
Обновлено: July 22, 2026
The TSI Dynamic Zones (Div) — это квантитативный инструмент технического анализа. TSI_DZ Ported from legacy klinecharts indicator: old/assets/indicators/TSI_DZ.js TSI in Dynamic Zones with Divergence.
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- TSI Long Длина (
long): Controls the calculation period and sensitivity for market detection. - TSI Short Длина (
short): Controls the calculation period and sensitivity for market detection. - TSI Signal Длина (
signal): Controls the calculation period and sensitivity for market detection. - Lookback Bars (DZ) (
lookback): Controls the calculation period and sensitivity for market detection. - Start Buy Probability (
startBuy): Controls the calculation period and sensitivity for market detection. - Start Sell Probability (
startSell): Controls the calculation period and sensitivity for market detection. - Show Divergences (
showDiv): Controls the calculation period and sensitivity for market detection. - TSI (
tsi): Controls the calculation period and sensitivity for market detection. - Signal (
sig): Controls the calculation period and sensitivity for market detection. - Buy Zone (
buyZ): Controls the calculation period and sensitivity for market detection. - Sell Zone (
sellZ): Controls the calculation period and sensitivity for market detection. - Vol (Norm) (
vol): Controls the calculation period and sensitivity for market detection. - TSI Prev (
tsiPrev): Controls the calculation period and sensitivity for market detection. - TSI Delta (
tsiDelta): 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. - TSI (
tsi): Controls the calculation period and sensitivity for market detection. - Signal (
sig): Controls the calculation period and sensitivity for market detection. - Buy Zone (
buyZ): Controls the calculation period and sensitivity for market detection. - Sell Zone (
sellZ): Controls the calculation period and sensitivity for market detection. - TSI Prev (
tsiPrev): Controls the calculation period and sensitivity for market detection. - TSI Delta (
tsiDelta): 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. События сигналов
bullDiv- Бычий Divergence event signal.bearDiv- Медвежий Divergence event signal.
2. Фильтры и торговые уровни
long- TSI Long Длина value used for structural qualification or thresholds.short- TSI Short Длина value used for structural qualification or thresholds.signal- TSI Signal Длина value used for structural qualification or thresholds.lookback- Lookback Bars (DZ) value used for structural qualification or thresholds.startBuy- Start Buy Probability value used for structural qualification or thresholds.startSell- Start Sell Probability value used for structural qualification or thresholds.showDiv- Show Divergences value used for structural qualification or thresholds.tsi- TSI value used for structural qualification or thresholds.sig- Signal value used for structural qualification or thresholds.buyZ- Buy Zone value used for structural qualification or thresholds.sellZ- Sell Zone value used for structural qualification or thresholds.vol- Vol (Norm) value used for structural qualification or thresholds.tsiPrev- TSI Prev value used for structural qualification or thresholds.tsiDelta- TSI Delta 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.tsi- TSI value used for structural qualification or thresholds.sig- Signal value used for structural qualification or thresholds.buyZ- Buy Zone value used for structural qualification or thresholds.sellZ- Sell Zone value used for structural qualification or thresholds.tsiPrev- TSI Prev value used for structural qualification or thresholds.tsiDelta- TSI Delta value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.