🔧 Basic Concept
- Fade Breakout Strategy: Executes a trade in the opposite direction right after the price breaks the upper or lower bound of the Donchian Channel (e.g., breakout above → sell, breakout below → buy).
- Portfolio Management Across Multiple Symbols: Monitors and trades up to three currency pairs simultaneously.
- Position Management: Automatically sets SL (Stop Loss), TP (Take Profit), and trailing stop levels.
⚙️ Parameter Configuration
Money Management
- Position size is determined either by a fixed lot size or based on a risk percentage.
- Supports both current balance and peak balance for risk calculation.
Per-Symbol Settings
- Donchian Channel Period
- SL, TP, and Trailing Multipliers for Buy/Sell
- Cool-Down Feature: Temporarily suspends trading after a specified number of consecutive losses.
Common Settings
- ATR period
- ADX filter to avoid entries during overtrending markets.
🧠 Logic Flow
OnStart()
- Initializes indicators (Donchian, ATR, ADX) for each symbol.
- Initializes dictionaries for tracking cool-downs and loss streaks.
OnBarOpened()
- Detects Donchian breakouts and opens reverse-direction trades.
- Skips entries if ADX exceeds a threshold (avoids overheated markets).
ProcessOrder()
- Calculates SL/TP distance based on ATR.
- Computes volume and places a market order.
OnPositionClosed()
- Increments consecutive loss count if the trade was a loss.
- Applies a cool-down period if loss limit is reached.
ManagePositions()
- On TP hit, takes partial profit (half volume) and sets SL to breakeven.
- Manages trailing stop based on ATR.
🧩 Supplementary Classes
SymbolConfig: Holds all per-symbol configuration parameters.LotSizingMode: Enum defining methods of position sizing.
✅ Summary of Key Features
- Flexible risk management with per-symbol custom settings.
- Fade-style (contrarian) breakout strategy.
- Risk mitigation through entry limits and cool-down periods.
- Gradual position closure logic (half profit-taking and trailing)
트레이딩 프로필
0.0
리뷰: 0
고객 리뷰
이 상품에 대한 리뷰가 아직 없습니다. 이미 사용해 보셨나요? 다른 사람들에게 가장 먼저 소개해 주세요!
트레이딩 봇, 지표, 플러그인 등 cTrader Store에서 제공되는 상품은 제3자 개발자에 의해 제공되며, 이는 단순히 정보 및 기술적 접근을 목적으로 제공된 것입니다. cTrader Store는 중개인이 아니며, 투자 조언, 개인별 추천 또는 향후 성과에 대한 어떠한 보장도 제공하지 않습니다.
이 작성자의 상품 더 보기
1
판매
844
무료 설치