
Mt5 Trading
Operate Babata V6.6 Predator MT5 automation on Windows VPS with trailing risk, blacklist filters, and journal-backed self-review.
Install
npx skills add https://github.com/epinvest516-web/openclaw-skills --skill mt5-tradingWhat is this skill?
- V6.6 Infinite RR: breakeven at 2× initial risk, then M15 bar trail with TP removed for moon runs
- Weekly self-evolution reviews journal.csv and writes blacklist.json to skip weak time/day clusters
- Triple-Resonance entries require H4 trend, M15 signal set (SMC, NakedK, Turtle, Vegas), and MACD histogram alignment
- Blackbox journal.csv logs full technical context per trade for post-mortem
- OpenClaw metadata requires Windows OS and MetaTrader 5 app
Adoption & trust: 1 installs on skills.sh; 2/3 security scanners passed (skills.sh audits); trending (+100% hot-view momentum).
Recommended Skills
China Stock Analysissugarforever/01coder-agent-skills
Grimoire Polymarketfranalgaba/grimoire
Backtesting Frameworkswshobson/agents
Stock Analysisgracefullight/stock-checker
Coinglassstarchild-ai-agent/official-skills
Akshare Stockmolezzz/openclaw-stock-skill
Journey fit
Primary fit
Automated live trading on MetaTrader 5 is production operations after strategy code exists, not initial product ideation. Infra subphase covers Windows VPS deployment, Python MT5 API wiring, and persistence files such as journal.csv and blacklist.json.
Common Questions / FAQ
Is Mt5 Trading safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Mt5 Trading
# MT5 Trading System Management (Babata V6.6 Predator Edition) This skill consolidates the highest-level quant logic for Gold/Silver trading on Windows VPS. ## 🚀 V6.6 Core Features (The Predator) ### 1. 🚀 Infinite RR Logic (Smart Trailing) - **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. ### 2. 🧠 Self-Evolution (Blacklist System) - **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. ### 3. 🌪️ Triple-Resonance Selector Entries require 3 layers of alignment: - **H4 Macro Trend** (EMA200 / Structure). - **M15 Micro Signal** (SMC, NakedK, Turtle, Vegas). - **MACD Momentum** (Histogram direction). ### 4. 📊 Blackbox Data Logging Full technical context for every trade is stored in `journal.csv` for post-mortem analysis. ## 🛠️ 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. ## 🔍 Verification - **Telegram**: Confirm receipt of "🐺 Babata V6.6 Predator Active!" message. - **Journal**: Ensure `journal.csv` is being populated after the first trade.