mt5-trading

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

MT5 Trading System Management (Babata V6.6 Predator Edition)

MT5交易系统管理(Babata V6.6 Predator版本)

This skill consolidates the highest-level quant logic for Gold/Silver trading on Windows VPS.
本技能整合了Windows VPS上黄金/白银交易的顶级量化逻辑。

🚀 V6.6 Core Features (The Predator)

🚀 V6.6核心特性(Predator版本)

1. 🚀 Infinite RR Logic (Smart Trailing)

1. 🚀 无限风险回报率逻辑(智能追踪止损)

  • Phase 1 (Breakeven): Move SL to Entry + buffer once Profit >= 2.0 * Initial Risk.
  • Phase 2 (Moon Run): Remove fixed TP. Trail SL behind the previous M15 bar's low/high.
  • Goal: Capture 1:10+ outliers while securing 0-loss trades early.
  • 阶段1(保本): 当利润≥初始风险的2.0倍时,将止损(SL)移动至入场价+缓冲区间。
  • 阶段2(收益狂奔): 移除固定止盈(TP),将止损追踪至前一根M15K线的低点/高点后方。
  • 目标: 在早期确保零亏损交易的同时,捕捉1:10及以上的极端收益机会。

2. 🧠 Self-Evolution (Blacklist System)

2. 🧠 自我进化(黑名单系统)

  • Review: Weekly automated analysis of
    journal.csv
    .
  • Action: Identifies low-win-rate time/day clusters and generates
    blacklist.json
    .
  • Filtering: Automatically skips entry during blacklisted intervals.
  • 复盘: 每周自动分析
    journal.csv
    文件。
  • 操作: 识别低胜率的时段/日期集群,并生成
    blacklist.json
    文件。
  • 过滤: 在黑名单时段自动跳过入场操作。

3. 🌪️ Triple-Resonance Selector

3. 🌪️ 三重共振筛选器

Entries require 3 layers of alignment:
  • H4 Macro Trend (EMA200 / Structure).
  • M15 Micro Signal (SMC, NakedK, Turtle, Vegas).
  • MACD Momentum (Histogram direction).
入场需满足3层信号对齐:
  • H4宏观趋势(EMA200 / 市场结构)。
  • M15微观信号(SMC、裸K、海龟交易法、维加斯通道)。
  • MACD动量(柱状图方向)。

4. 📊 Blackbox Data Logging

4. 📊 黑盒数据日志

Full technical context for every trade is stored in
journal.csv
for post-mortem analysis.
每笔交易的完整技术细节都会存储在
journal.csv
中,用于事后分析。

🛠️ Deployment Checklist

🛠️ 部署清单

  1. Environment:
    pip install MetaTrader5 pandas requests pytz
    .
  2. Files:
    main.py
    ,
    config.py
    ,
    engine/
    ,
    strategies/
    .
  3. Supervisor: Always run via
    START_BOT.cmd
    to ensure auto-restart.
  4. Sync: Commit and push to Github repository for version control.
  1. 环境: 执行
    pip install MetaTrader5 pandas requests pytz
    进行安装。
  2. 文件:
    main.py
    ,
    config.py
    ,
    engine/
    ,
    strategies/
  3. 管理工具: 始终通过
    START_BOT.cmd
    运行,以确保自动重启。
  4. 同步: 提交并推送到Github仓库进行版本控制。

🔍 Verification

🔍 验证方式

  • Telegram: Confirm receipt of "🐺 Babata V6.6 Predator Active!" message.
  • Journal: Ensure
    journal.csv
    is being populated after the first trade.
  • Telegram: 确认收到“🐺 Babata V6.6 Predator已激活!”消息。
  • 日志: 确保首笔交易完成后
    journal.csv
    已被填充数据。