DENSITY STRUCTURE CONFIRM Гайд по трейдингу
The Density Structure Confirm indicator detects continuation pullbacks by combining swing structure, ATR-padded density zones, impulse validation, and trend direction. It is built to identify when price returns into a meaningful zone and then confirms continuation with a micro-structure break.
What does the indicator show?
- Bull and Bear Density Zones: ATR-padded areas where continuation pullbacks are considered valid.
- Buy and Sell Signals: Markers that appear only after price interacts with a zone and confirms structure.
- Trend Bias: Directional context based on the configured trend EMA.
- Pullback Depth: A normalized measure of how deeply price has pulled back into the active zone.
Key Settings
- Swing Length: Controls the structural pivots used to build zones.
- ATR Length and Zone Padding: Define the volatility buffer around each zone.
- Min Impulse: Requires enough prior movement before a zone is accepted.
- Min / Max Pullback: Filter setups by how deep the retracement is.
- Micro Break Lookback and Max Setup Bars: Control confirmation timing after price enters a zone.
How to use Strategy Parameters (Condition Source)
Within the Strategy Tester module, this indicator is useful as a pullback continuation engine.
1. Entry Signals
buySignal- Bullish continuation confirmed from a bull density zone.sellSignal- Bearish continuation confirmed from a bear density zone.trendBias- Directional filter where positive values favor Long setups and negative values favor Short setups.
Strategy Example: Enter Long when buySignal is true and trendBias > 0, so the strategy only buys confirmed pullbacks in bullish structure.
2. Zone State
inBullZoneandinBearZone- Show whether price is currently inside the active zone.bullPullbackDepthandbearPullbackDepth- Quantify retracement depth inside the setup.bullZoneTop,bullZoneBottom,bearZoneTop,bearZoneBottom- Active zone boundaries.
Strategy Example: Avoid late entries by requiring bullPullbackDepth <= 0.75 before accepting a bullish continuation signal.