说明
XAU Session Trend Sniper 是一款专业的黄金剥头皮机器人,专为希望在 XAUUSD 上实现干净、稳定走势 的交易者设计——无网格、无马丁格尔,也无疯狂的回撤。
该 cBot 捕捉 强趋势中的高概率回调,使用多时间框架引擎:
- 🔍 H1 趋势过滤器 – EMA50/200 + RSI 用于锁定主导方向,避免震荡和横盘市场。
- 🎯 M1/M5 精准入场 – 价格回调至 EMA/布林带区域,可选随机指标 + 蜡烛形态过滤器以优化时机。
- 📏 动态 ATR 引擎 – 止损和止盈根据波动率(ATR)计算,自动适应平静和爆发的黄金交易时段。
- 🕒 智能交易时段逻辑 – 伦敦和纽约时段聚焦,可配置时间,或24小时模式用于回测和优化。
- 🛡️ 风险优先 – 无网格,无马丁格尔,每个符号/标签仅持有1个仓位,日最大交易和最大亏损限制。
- 🔁 保本 + 跟踪止损 – 一旦行情启动自动移动保本点,随后基于 ATR 的跟踪止损让大趋势持续运行。
- 🧪 高级用户调试模式 – 详细日志(趋势、过滤器、拒绝原因)帮助微调参数,理解每个决策。
您可以通过直观的参数完全控制:趋势灵敏度、ATR倍数、交易时段、过滤器(随机指标/蜡烛形态)可启用或禁用,以匹配您的风格——从保守到激进的回测“展示模式”。
XAU Session Trend Sniper 专为 cTrader 上的 XAUUSD 剥头皮交易 构建,代码干净,无隐藏技巧,专注于 资金保护 + 趋势利用。
可将其作为您的主要黄金引擎,或作为多元化投资组合中的强大附加工具。
设置:
{
"Chart": {
"Symbol": "XAUUSD",
"Period": "m1"
},
"Parameters": {
"Label": "XAU_SessionTrendSniper_558",
"VolumeInUnits": 100,
"MaxSpreadInPoints": 30000.0,
"EnableDebugLogs": false,
"TrendEmaFastPeriod": 50,
"TrendEmaSlowPeriod": 200,
"TrendRsiPeriod": 14,
"TrendRsiBullLevel": 55.0,
"TrendRsiBearLevel": 45.0,
"FastEmaPeriod": 20,
"SlowEmaPeriod": 50,
"AtrPeriod": 14,
"SlAtrMultiplier": 10.0,
"TpAtrMultiplier": 6.1,
"PullbackToleranceAtr": 3.0,
"StochOversold": 50.0,
"StochOverbought": 75.0,
"UseStochFilter": true,
"UseCandlePatternFilter": false,
"UseSessionFilter": true,
"EnableLondon": true,
"LondonStartHour": 7,
"LondonEndHour": 11,
"EnableNewYork": true,
"NewYorkStartHour": 13,
"NewYorkEndHour": 17,
"UseDailyLimits": true,
"MaxLossesPerDay": 3,
"MaxTradesPerDay": 8,
"UseBreakEven": true,
"BreakEvenAtrMult": 10.0,
"BreakEvenOffsetPips": 1.0,
"UseTrailingStop": false,
"TrailingAtrMult": 1.0
}
}
摘要
Key features include a dynamic ATR-based engine that calculates stop-loss and take-profit levels according to market volatility, and smart session logic focusing on London and New York trading hours, configurable for optimization. Risk management is integral, with no grid or martingale strategies, limiting to one position per symbol/label, and daily caps on maximum trades and losses. The bot also supports automatic break-even adjustments and ATR-based trailing stops to maximize trend capture. A debug mode provides detailed logs for advanced parameter tuning. Users can customize trend sensitivity, ATR multipliers, session times, and filters to align with various trading styles, from conservative to aggressive.
客户评价
5 | 67 % | |
4 | 0 % | |
3 | 0 % | |
2 | 0 % | |
1 | 33 % |