diff --git a/README.md b/README.md index ed20364..1761e4b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,51 @@ # TOL-LANGIT-Neural-Quant-Advisor Institutional MT5 Quantitative System for Gold and Forex + +# TOL LANGIT Neural Quant Advisor (MT5) +**Institutional Gold & Forex Quantitative System** + +![License](https://img.shields.io/badge/License-Proprietary-blue.svg) +![Platform](https://img.shields.io/badge/Platform-MetaTrader%205-orange.svg) + +## ⚠️ ATTENTION: PROFESSIONAL USE ONLY +**This EA is NOT designed for beginners or those seeking "magic" auto-profit buttons.** + +This is a sophisticated quantitative tool. Do NOT use this EA unless you possess a firm grasp of professional trading mathematics. You are expected to fully understand: +* **Calculations:** Manual calculation of pips, points, and tick values. +* **Position Sizing:** The math behind Risk-to-Reward ratios and margin requirements. +* **Recovery Logic:** The mathematical risks and mechanics of Grid and Martingale systems. +* **Market Dynamics:** Distance, slippage, and spread impact on execution. + +*If you are looking for a "get rich quick" scheme without learning the math, this tool is not for you.* + +--- + +## 📊 LIVE SIGNALS PERFORMANCE (AS OF JANUARY 2026) +| Account Name | Start Date | Total Growth | Link | +| :--- | :--- | :--- | :--- | +| **TOL LANGIT V10 (Core System)** | July 2021 | **+1,352%** | [View Signal](https://www.mql5.com/en/signals/1083101) | +| **TOL LANGIT V10 HIGH RISK** | March 2025 | **+778%** | [View Signal](https://www.mql5.com/en/signals/2296225) | +| **TOL LANGIT ETF - MT5** | January 2026 | **+85%** | [View Signal](https://www.mql5.com/en/signals/2353105) | + +--- + +## 🧠 STRATEGY LOGIC +TOL LANGIT processes market data through a multi-layered quantitative process: + +1. **Trend Filter (EMA):** Uses a 200-period EMA for institutional noise reduction. +2. **Regime Classification (ADX):** ADX(14) > 25 confirms trend strength. Uses DI+/- as mathematical "neurons" to identify trend probability, skipping choppy markets. +3. **Volatility Confirmation (ATR):** Bands = Mid ± 3.5 × ATR. Signal triggers only on volatility-backed crosses in the direction of the macro trend. + +--- + +## 🛡️ RISK CONTROLS +* **Precision Lot Sizing:** `Lot = (Equity × Risk%) / (SL_pts × TickValue)` +* **Equity Guard:** 5% Total Equity Drawdown hard-stop. +* **Daily Limits:** 1% Max Daily Loss & 5 trades per day cap. + +## 🚀 INSTALLATION +1. Download `TOL_LANGIT_Neural_Quant_Advisor.mq5`. +2. Open MetaTrader 5. +3. Go to `File > Open Data Folder`. +4. Navigate to `MQL5 > Experts` and paste the file. +5. Restart MT5 or refresh the Navigator, then drag the EA onto a Gold (XAUUSD) or EURUSD chart.