Donchian Dawn

Donchian Dawn Breakout System

My other products: https://www.mql5.com/zh/users/bitksk/seller

1. What Problem Does It Solve

Manually identifying trend breakouts often relies on subjective judgment and lacks consistency. This indicator programmatically and visually implements the Donchian channel breakout logic, solving three core problems:

  • Signal Standardization: Automatically generates arrow signals when the price breaks through the upper or lower band of the dynamic channel, eliminating subjective guesswork.

  • Position Management Visualization: Uses colored rectangles to mark the boundaries of the current trend, making stop-loss and target levels clear at a glance.

  • Strategy Review Datafication: Automatically records the entry point, exit point, and profit/loss result of every simulated trade, and aggregates statistics on win rate and profit/loss ratio, allowing you to evaluate strategy performance without manual backtesting.

2. Who Is It For

  • Traders looking for a clearly defined, reproducible trend-following strategy

  • Technical analysis users who wish to reduce reliance on subjective judgment and use objective signals to assist decision-making

  • Traders who need to filter trade direction by trend to avoid counter-trend operations when using existing strategies

  • Users familiar with breakout strategies such as Donchian channels or the Turtle Trading rules, seeking a modern MT5 implementation

  • Users who prefer a clean chart and do not want visual clutter from loading multiple indicators simultaneously

3. Usage Scenarios

Scenario Description
Trending Market Performs best when the channel expands and the price runs consistently on one side of the channel
Breakout Confirmation Signal reliability is higher on the first breakout from the channel after consolidation
Trend Filter Combine with oscillators (RSI, Stochastic) and only trade in the direction of the trend
Multi-Timeframe Analysis Determine the major direction on H1/D1; find entry timing on M15/M30
Instrument Suitability Instruments with stronger trending characteristics (e.g., Gold, major currency pairs, indices) are more suitable

4. Parameter Explanation

Parameter Default Description
Price Heiken Ashi Close Price type used for breakout calculation. 8 options available: Close, Median, Typical, Weighted Close, and the corresponding 4 Heiken Ashi variants. The Heiken Ashi series effectively filters false breakouts
ChannelPeriod 5 Base calculation period for the channel. Smaller values produce more sensitive breakout signals but may increase false signals
MaxChannelPeriod 30 Maximum period for adaptive channel expansion. When market volatility contracts and channel width falls below MinChannelWidth , the system will progressively extend the period until the width meets the requirement or this upper limit is reached
Margin 0 Scaling factor for channel boundaries. 0 uses the original high/low; a positive value shrinks the channel inward, making breakout signals more conservative
MinChannelWidth 10 (points) Minimum allowed channel width. Falling below this value triggers the adaptive expansion mechanism, avoiding excessive invalid signals during narrow consolidations
ShowFilledBoxes true Whether to fill trend boxes. When enabled, draws semi-transparent rectangles for each trend segment after a breakout, visually showing the trend running area
ShowAnalysis true Whether to enable simulated trade analysis. When disabled, only signal arrows and channel lines remain; trade data is no longer recorded
ShowStatsComment true Whether to display the statistics panel in the corner of the chart (number of trades, win rate, profit/loss ratio)
AlertOn true Whether to enable pop-up alerts
UpTrendSound / DnTrendSound alert.wav / alert2.wav Custom sound files for up-break and down-break signals
EmailOn / PushNotificationOn false Email and mobile push notification switches, default to off

5. Risk Notes

  • Signal Lag: Breakout signals are determined based on the relationship between the candlestick closing price (or the selected price type) and the upper/lower band of the channel; therefore, signal confirmation occurs at candle close, not at the moment of breakout. In fast-moving markets, the entry price may deviate from the breakout moment.

  • False Breakouts: Any breakout strategy inevitably encounters false breakouts. When the price briefly breaks through the channel and then quickly returns, an invalid signal is generated. It is recommended to use in combination with volume or auxiliary filtering conditions.

  • Underperformance in Ranging Markets: In sideways markets without a clear trend, the channel may be repeatedly broken in both directions, potentially resulting in consecutive losses. The MinChannelWidth and adaptive period expansion mechanism partially mitigate this, but cannot completely avoid it.

  • Historical Statistics Do Not Represent the Future: The win rate and profit/loss ratio displayed on the indicator panel come from simulated backtest statistics of historical candlestick data and do not represent future live performance. Live trading involves factors such as slippage, spread, and overnight interest; the statistical results are for strategy evaluation reference only.

  • Single Indicator Risk: This indicator is based solely on price breakout logic and should not be used as a standalone trading system. It is recommended to use in combination with other analytical methods (support/resistance, volume, money management rules).

6. Unsuitable Situations

  • Scalping: Signals are confirmed at candle close and are not suitable for tick-level high-frequency operations

  • Ultra-short M1 timeframe: When the period is too short, market noise increases and the signal-to-noise ratio of channel breakouts decreases

  • Instruments with extremely low volatility: Such as certain minor altcoins or highly correlated cross-pairs, where the channel runs narrow for extended periods and effective signals are sparse

  • During major news events: In extreme volatility during events such as NFP or central bank rate decisions, prices may quickly penetrate the channel and then sharply reverse, reducing signal reliability

  • Pure reversal strategies: This indicator is a trend-following tool intended to trade with the trend and is not suitable for trading styles that seek tops and bottoms

7. Broker Requirements

  • Broker type: No special restrictions; suitable for any broker that supports the MT5 platform

  • Data quality: It is recommended to choose a broker that provides stable real-time quotes and complete historical data. Missing historical data will affect the accuracy of backtest statistics upon initial loading

  • Spread and execution: Signals are generated based on chart prices and do not include spread. In live trading, high floating spreads may cause slippage during news events; an ECN or low-spread account is recommended during major trading sessions

  • Sound/Email/Push: To use alert functions, please ensure that the MT5 terminal settings allow sound playback, email sending, and in-app push notifications

  • Platform version: Requires MT5 build 2085 or above

8. Frequently Asked Questions

Q1: The indicator shows no signals or lines after loading?
A1: Check the "DONCHIAN" button in the upper left corner of the chart and confirm it is green (enabled). Upon initial loading, a sufficient number of candlesticks may need to be completed for calculation (depending on the settings of ChannelPeriod and MaxChannelPeriod ).

Q2: The trend box (rectangle) appears very wide and takes up too much chart time. What should I do?
A2: This is normal. Within a trend segment, the box extends from the breakout point until the next candle, as long as the trend persists. When a new trend emerges, the current box will be truncated by the box of the next signal, ending the previous trend.

Q3: Why do signal arrows sometimes appear without corresponding trend boxes?
A3: When ShowFilledBoxes is set to false, all boxes will not be drawn. If set to true, ensure sufficient candle data and that no accidental deletion has occurred; toggling the master switch off and back on will force recalculation and redraw all objects.

Q4: The simulated trade statistics show "Too few trades"?
A4: This message appears when the analysis function is enabled ( ShowAnalysis is true) but there are few breakout events in the chart history. Switching to a longer timeframe (such as H4 or D1) and loading more historical data can effectively increase the statistical sample.

Q5: How do I change the Heiken Ashi price type?
A5: Adjust the Price parameter in the indicator parameter panel. Options 4-7 correspond to the four Heiken Ashi variants. The indicator will recalculate all historical signals after switching.

Q6: Will the signal become less responsive after adaptive channel expansion?
A6: Yes, this is a double-edged sword. After expansion, the channel widens, and a breakout requires a larger price movement, which reduces false signals but lowers sensitivity. You can balance this by adjusting MinChannelWidth according to the volatility characteristics of the instrument.

Q7: Can multiple copies of the indicator with different timeframes be loaded on the same chart?
A7: Yes. Each copy has an independent UniqueName prefix and will not interfere with others. It is recommended to assign different color configurations to copies of different timeframes for easy distinction.

Q8: The chart becomes laggy after loading?
A8: The initial calculation may consume some resources when processing a large amount of historical candlesticks. It is recommended to set a reasonable limit for "Max bars in chart" in the options (e.g., 5000-10000 bars), or disable ShowAnalysis to keep only the basic signal functions.

Updates & Feedback

This indicator is under continuous maintenance. If you encounter any issues or have feature suggestions, please feel free to contact via private message.


제작자의 제품 더 보기
Quantum Channel Pro 는 가격 트렌드, 반전 지점 및 시장 노이즈를 정밀하게 식별하기 위해 설계된 혁신적인 멀티 채널 변동성 분석 도구입니다. 적응형 표준 편차 채널 기술을 적용하여 3가지 가격대(내부, 중간, 외부)를 동적으로 표시함으로써 트레이더가 시장 상태를 직관적으로 파악하고 고확률 거래 기회를 포착할 수 있도록 지원합니다. 주요 기능 3단계 스마트 채널 내부 채널(녹색) : 1σ 변동 범위, "정상 변동 구간" 표시 중간 채널(주황) : 2σ 변동 범위, "잠재적 반전 구간" 경고 외부 채널(빨강) : 3σ 변동 범위, "극단적 과매수/과매도" 신호 실시간 확률 통계 독자적인 "존 분석 시스템"이 각 채널별 가격 출현 빈도를 자동 계산하여 다음을 표시: 내부 채널 확률(정상 시장) 중간/외부 채널 확률(추세 가속화 단계) 외부 채널 돌파 확률(극단적 반전 신호) 적응형 시장 노이즈 필터링 동적 표준 편차 계산으로 외환, 주식, 암호화폐 등 다양한 자산의
FREE
Predator 8 AI
Teng Fei Zhu
Predator 8 AI AI Predicts Next 8 Candles Trend Continuation Probability _______________________________________________________________________________________ Core Features Real-time output of next 8 candles up/down/sideways probability per bar Built-in Lasso+Attention deep learning model (fully embedded, no internet, no coding required) Zero repaint – historical signals never flicker Supports all markets: Forex, Gold, Crypto, Indices Model Training Trained on over 12 million real tick data (20
FREE
필터:
리뷰 없음
리뷰 답변