SMART MONEY HABR Гайд по трейдингу
Обновлено: July 22, 2026
The Smart Money Zones (Habr) — это квантитативный инструмент технического анализа. Compute Indicator Data
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Long Signal (
hz_long_signal): Controls the calculation period and sensitivity for market detection. - Short Signal (
hz_short_signal): Controls the calculation period and sensitivity for market detection. - Demand Zone (
hz_demand_zone): Controls the calculation period and sensitivity for market detection. - Demand Border (
hz_demand_border): Controls the calculation period and sensitivity for market detection. - Supply Zone (
hz_supply_zone): Controls the calculation period and sensitivity for market detection. - Supply Border (
hz_supply_border): Controls the calculation period and sensitivity for market detection. - Long Signal (
hz_long): Controls the calculation period and sensitivity for market detection. - Short Signal (
hz_short): Controls the calculation period and sensitivity for market detection. - Demand Zone (
hz_d_zone): Controls the calculation period and sensitivity for market detection. - Demand Border (
hz_d_border): Controls the calculation period and sensitivity for market detection. - Supply Zone (
hz_s_zone): Controls the calculation period and sensitivity for market detection. - Supply Border (
hz_s_border): Controls the calculation period and sensitivity for market detection. - ATR Период (
atrПериод): Controls the calculation period and sensitivity for market detection. - Impulse ATR Множитель (
impulseAtr): Controls the calculation period and sensitivity for market detection. - Show Zones Visually (
showZones): Controls the calculation period and sensitivity for market detection. - Long Signal (
long_signal): Controls the calculation period and sensitivity for market detection. - Short Signal (
short_signal): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
long_signal- Long Signal event signal.short_signal- Short Signal event signal.
2. Фильтры и торговые уровни
hz_long_signal- Long Signal value used for structural qualification or thresholds.hz_short_signal- Short Signal value used for structural qualification or thresholds.hz_demand_zone- Demand Zone value used for structural qualification or thresholds.hz_demand_border- Demand Border value used for structural qualification or thresholds.hz_supply_zone- Supply Zone value used for structural qualification or thresholds.hz_supply_border- Supply Border value used for structural qualification or thresholds.atrПериод- ATR Период value used for structural qualification or thresholds.impulseAtr- Impulse ATR Множитель value used for structural qualification or thresholds.showZones- Show Zones Visually value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.