Claude
Skills
Sign in
โ† Back

mt5-trading

Included with Lifetime
$97 forever

Automated trading system management using Python and MetaTrader 5 API. V6.6 Predator Version with Infinite RR, Self-Evolution, and Triple-Resonance.

Backend & APIs

What this skill does


# 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.

Related in Backend & APIs