说明
🧠 逻辑概述 — Fade Breakout Ultimate(H1 ProPlus 版)
此 cBot 是一个 逆趋势突破回撤策略,专为 cTrader 平台设计。它使用 Donchian 通道 和 基于 ATR 的动态风险管理,并配备 高水位资本保护模型。
📋 核心功能
1. 入场逻辑
- 使用 Donchian 通道(默认周期:5)检测突破。
- 卖出:如果前一根蜡烛收盘价低于上轨,而当前蜡烛收盘价高于上轨(假突破向上)。
- 买入:如果前一根蜡烛收盘价高于下轨,而当前蜡烛收盘价低于下轨(假突破向下)。
- 入场方向与突破方向相反(回撤策略)。
2. 仓位计算(头寸大小)
- 两种模式:
-
- 固定手数
- 风险百分比:基于 高水位(迄今为止的最高余额),以防止回撤期间风险升级。
- 止损点数通过 ATR × 止损倍数计算。
3. 止盈 / 止损
- 初始止盈基于 ATR × 止盈倍数(默认:1.9)。
- 当达到止盈时:
-
- 平仓一半头寸。
- 剩余一半使用 保本止损保护。
- 如果止盈被触发,移动止损将根据 ATR × 移动止损倍数激活。
4. 冷却机制(亏损控制)
- 如果发生定义数量的连续亏损(例如,5次):
-
- 机器人停止交易设定数量的周期(冷却期,例如 6 根 H1 蜡烛)。
- 此举可防止在波动或不利市场条件下过度交易。
⚙️ 关键参数说明
组别参数描述
风险
LotSizingMode,FixedLotSize,RiskPercentage
定义头寸大小的计算方式
入场
DonchianPeriod,AtrPeriod
设置突破检测和波动窗口
止损/止盈
SlAtrMultiplier,FirstTpAtrMultiplier,TrailingStopAtrMultiplier
控制相对于 ATR 的止损/止盈/移动止损行为
安全
EnableCoolDown,MaxConsecutiveLosses,CoolDownBars
亏损保护设置
✅ 最佳使用场景
- 最适合 区间震荡市场,伴随频繁的 假突破。
- 适用于如 EUR/USD、AUD/USD或 EUR/GBP等品种。
- 应针对每个品种/时间框架进行 回测和优化。
摘要
AI 摘要
FadeBreakout.Ver1 is a cTrader cBot implementing a counter-trend breakout fading strategy using the Donchian Channel (default period 5) to detect breakouts. It enters trades opposite to breakout direction: selling on false upward breakouts and buying on false downward breakouts. Position sizing supports fixed lot or dynamic risk percentage based on a high watermark capital protection model, which adjusts risk relative to peak account balance to limit drawdown exposure.
Stop loss and take profit levels are calculated using the Average True Range (ATR) multiplied by configurable multipliers. Upon reaching the initial take profit (default ATR × 1.9), half the position is closed and the remainder protected by a break-even stop loss. A trailing stop based on ATR is activated thereafter to secure profits.
The bot includes a cool-down mechanism that halts trading for a set number of bars after a defined number of consecutive losses, helping to avoid overtrading during adverse conditions.
Recommended for range-bound markets with frequent false breakouts, it is suitable for symbols like EUR/USD, AUD/USD, EUR/GBP, USD/CHF, and Gold (XAU/USD). Parameters such as Donchian period, ATR period, stop loss, take profit, trailing stop multipliers, and risk settings are adjustable to optimize performance per symbol and timeframe.
Stop loss and take profit levels are calculated using the Average True Range (ATR) multiplied by configurable multipliers. Upon reaching the initial take profit (default ATR × 1.9), half the position is closed and the remainder protected by a break-even stop loss. A trailing stop based on ATR is activated thereafter to secure profits.
The bot includes a cool-down mechanism that halts trading for a set number of bars after a defined number of consecutive losses, helping to avoid overtrading during adverse conditions.
Recommended for range-bound markets with frequent false breakouts, it is suitable for symbols like EUR/USD, AUD/USD, EUR/GBP, USD/CHF, and Gold (XAU/USD). Parameters such as Donchian period, ATR period, stop loss, take profit, trailing stop multipliers, and risk settings are adjustable to optimize performance per symbol and timeframe.
交易概览
客户评价
0.0
评价:0
客户评价
该产品尚无评价。已经试过了?抢先告诉其他人!
讨论
常见问答
cTrader Store 提供的所有产品,包括交易机器人、指标和插件,均由第三方开发者提供,仅供信息参考和技术访问之用。cTrader Store 并非经纪商,不提供投资建议、个人推荐或任何未来业绩保证。
该作者的其他作品
价格
1
销售
1.51K
免费安装