
Mt5 Trading
- 266 installs
- Updated April 2, 2026
- epinvest516-web/openclaw-skills
mt5-trading is an agent skill for solo quant-minded builders running gold and silver automation on a Windows VPS through MetaTrader 5 and Python.
About
mt5-trading is an agent skill for solo quant-minded builders running gold and silver automation on a Windows VPS through MetaTrader 5 and Python. It documents the Babata V6.6 Predator stack: smart trailing that first moves stops to breakeven then trails behind prior M15 structure, a weekly journal-driven blacklist that suppresses chronically losing sessions, and a triple-resonance gate combining higher-timeframe trend, microstructure signals, and MACD momentum before entries fire. The skill doubles as a deployment guide—MetaTrader5, pandas, requests, and pytz—and as an operations manual for evolving rules without manually re-tuning every filter. Reach for it in Operate when the bot is already coded but risk, logging, or VPS reliability still need disciplined procedures. It is advanced, platform-bound, and not a substitute for broker compliance review or prop-risk policies. Prism classifies it as phase-specific infra because success hinges on sustained production hosting rather than a one-off Build snippet.
- 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
Mt5 Trading by the numbers
- 266 all-time installs (skills.sh)
- Ranked #350 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
- Security screen: MEDIUM risk (skills.sh audit)
- Data as of Jul 24, 2026 (Skillselion catalog sync)
npx skills add https://github.com/epinvest516-web/openclaw-skills --skill mt5-tradingAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 266 |
|---|---|
| Security audit | 2 / 3 scanners passed |
| Last updated | April 2, 2026 |
| Repository | epinvest516-web/openclaw-skills ↗ |
How do I operate Babata V6.6 Predator MT5 automation on Windows VPS with trailing risk, blacklist filters, and journal-backed self-review.?
Operate Babata V6.6 Predator MT5 automation on Windows VPS with trailing risk, blacklist filters, and journal-backed self-review.
Who is it for?
Best when you're working on finance & trading and need structured help with mt5 trading.
Skip if: Teams with no finance & trading needs, or anyone wanting a generic chat assistant without this specific workflow.
When should I use this skill?
When you need to operate Babata V6.6 Predator MT5 automation on Windows VPS with trailing risk, blacklist filters, and journal-backed self-review., or when mt5-trading is an agent skill for solo quant-minded builders run
What you get
Structured output aligned to mt5-trading: 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
Files
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.csvis being populated after the first trade.
Related skills
FAQ
What does mt5-trading do?
mt5-trading is an agent skill for quant-minded developers running gold and silver automation on a Windows VPS through MetaTrader 5 and Python.
When should I use mt5-trading?
When you need to operate Babata V6.6 Predator MT5 automation on Windows VPS with trailing risk, blacklist filters, and journal-backed self-review., or when mt5-trading is an agent skill for quant-minded developers running gold and silver automation on a windows vps through met
What are the main capabilities?
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, Ve
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.