Fade Breakout (Demo Version)
cBot
18 다운로드
버전 1.0, Jul 2025
Windows, Mac, Mobile, Web
1
판매
1.78K
무료 설치
설명
✅ 기본 정보 및 제한 사항
- 데모 계정 전용: 라이브 계정에서 실행 중이면 봇이 중지되며,
Account.IsLive를 통해 강제 적용됩니다.
🔧 매개변수
자금 관리
MaxOpenPositions: 동시에 열 수 있는 최대 포지션 수.LotSizingMode: 로트 계산 모드 (고정 / 잔고 기반 / 최고 잔고 기반).RiskPercentage: 거래당 위험으로 설정할 계좌 잔고의 백분율.FixedLotSize: 고정 로트 크기 (선택 시).
거래 전략
DonchianPeriod: 돈치안 채널 기간.SlMultiplierBuy/Sell: ATR 기반 손절 배수 (매수/매도).Tp1MultiplierBuy/Sell: 초기 이익 실현 배수.TrailMultiplierBuy/Sell: 추적 손절 배수.
필터
AtrPeriod: ATR 지표 기간.EnableAdxFilter: ADX 기반 필터링 활성화.AdxPeriod,MaxAdxValue: ADX 설정 및 임계값.
쿨다운 (손실 관리)
EnableCoolDown: 손실 후 일시 정지 활성화.MaxLosses: 일시 정지 전 허용되는 최대 연속 손실 횟수.CoolDownHours: 거래 일시 정지 시간(시간 단위).
🧠 전략 로직
OnStart()
- 지표 초기화 (돈치안, ATR, ADX).
- 데모 계정 여부 확인.
- 포지션 종료 이벤트 핸들러 등록.
OnBar()
- 새로운 바마다:
-
- 쿨다운 중이거나 포지션이 이미 존재하면 건너뜀.
- ADX가 임계값 이상이면 건너뜀 (강한 추세).
- 그렇지 않으면 신호 평가를 위해
HandleEntry()호출.
HandleEntry()
- 페이드 브레이크아웃 로직:
-
- 가격이 돈치안 고점을 돌파했다가 다시 하락 마감하면 → 매도
- 가격이 돈치안 저점을 돌파했다가 다시 상승 마감하면 → 매수
ProcessOrder()
- ATR을 사용하여 SL/TP 계산.
- 로트 크기를
GetVolume()로 결정. ExecuteMarketOrder()로 시장가 주문 실행.
ManagePositions()
- 초기 TP 도달 시: 포지션 절반 청산 및 SL을 손익분기점으로 이동.
- TP가 설정되지 않은 경우: ATR 배수를 기반으로 추적 손절 적용.
GetVolume()
- 선택된 로트 계산 모드에 따라 거래량 계산:
-
- 고정 로트
- 현재 잔고의 위험 %
- 최고 잔고의 위험 %
OnPositionClosed()
- 연속 손실 횟수 증가.
- 손실이 임계값을 초과하면 쿨다운 기간 시작.
📊 전략 요약
- 페이드 브레이크아웃 스타일: 돈치안 돌파에 반응하여 반전 거래.
- ATR 사용하여 변동성에 맞게 SL/TP 및 추적 손절 조정.
- ADX 필터는 너무 강한 추세에서 거래를 피함.
- 쿨다운 메커니즘은 연속 손실 후 자본 보호에 도움.
요약
AI 요약
Fade Breakout (Demo Version) is a trading bot designed for reversal-oriented breakout strategies that adapt to market volatility and trend strength. It operates exclusively on demo accounts, halting automatically if run on live accounts.
The bot uses Donchian Channels to identify breakout points and trades reversals: it sells when price breaks above the Donchian high but closes below it, and buys when price breaks below the Donchian low but closes above. It incorporates the Average True Range (ATR) indicator to dynamically set stop-loss, take-profit, and trailing stop levels based on current volatility.
An ADX filter is included to avoid trading during strong trending conditions, enhancing strategy selectivity. The bot manages risk through configurable money management parameters, including maximum open positions, lot sizing modes (fixed, balance-based, or peak balance-based), and risk percentage per trade.
A cool-down mechanism pauses trading after a set number of consecutive losses to help protect capital. The bot monitors position closures to track losses and trigger this pause when necessary.
Key features include adaptive volatility-based trade management, trend filtering, configurable risk controls, and automated position management with partial profit-taking and break-even stop adjustments.
The bot uses Donchian Channels to identify breakout points and trades reversals: it sells when price breaks above the Donchian high but closes below it, and buys when price breaks below the Donchian low but closes above. It incorporates the Average True Range (ATR) indicator to dynamically set stop-loss, take-profit, and trailing stop levels based on current volatility.
An ADX filter is included to avoid trading during strong trending conditions, enhancing strategy selectivity. The bot manages risk through configurable money management parameters, including maximum open positions, lot sizing modes (fixed, balance-based, or peak balance-based), and risk percentage per trade.
A cool-down mechanism pauses trading after a set number of consecutive losses to help protect capital. The bot monitors position closures to track losses and trigger this pause when necessary.
Key features include adaptive volatility-based trade management, trend filtering, configurable risk controls, and automated position management with partial profit-taking and break-even stop adjustments.
트레이딩 프로필
고객 리뷰
0.0
리뷰: 0
고객 리뷰
이 상품에 대한 리뷰가 아직 없습니다. 이미 사용해 보셨나요? 다른 사람들에게 가장 먼저 소개해 주세요!
상담
자주 묻는 질문(FAQ)
트레이딩 봇, 지표, 플러그인 등 cTrader Store에서 제공되는 상품은 제3자 개발자에 의해 제공되며, 이는 단순히 정보 및 기술적 접근을 목적으로 제공된 것입니다. cTrader Store는 중개인이 아니며, 투자 조언, 개인별 추천 또는 향후 성과에 대한 어떠한 보장도 제공하지 않습니다.
이 작성자의 상품 더 보기
좋아하실 만한 다른 항목
가격
1
판매
1.78K
무료 설치
