SMART MONEY HABR Trading Guide
Last updated: July 22, 2026
The Smart Money Zones (Habr) is a quantitative technical analysis tool. Compute Indicator Data
What does the indicator show?
- Market Structure & Momentum: Visualizes prevailing trend directions and key reversal zones.
- BUY / SELL Signals: Highlights confirmed entry and exit opportunities based on quantitative rules.
- Dynamic Boundaries: Provides adaptive levels for managing trade risk and reward expectations.
Key Settings
- 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 Period (
atrPeriod): Controls the calculation period and sensitivity for market detection. - Impulse ATR Multiplier (
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.
How to use Strategy Parameters (Condition Source)
Within the Strategy Tester module, this indicator can be used both as a direct signal source and as a market-state filter.
1. Signal Events
long_signal- Long Signal event signal.short_signal- Short Signal event signal.
2. Filters and Trade Levels
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.atrPeriod- ATR Period value used for structural qualification or thresholds.impulseAtr- Impulse ATR Multiplier value used for structural qualification or thresholds.showZones- Show Zones Visually value used for structural qualification or thresholds.
Strategy Example: Enter Long when buySignal is true and trendFilter == 1, ensuring trades align with dominant momentum.