GILD-AI v1 is a cross-platform algorithmic trading engine optimized for XAUUSD (Gold). It utilizes a multi-layer technology stack to deliver real-time data from MetaTrader 5 to a modern web interface and Telegram mobile.
This project is built using a professional multi-language architecture:
| Component | Technology | Logic Flow |
|---|---|---|
| Backend Engine | Python | Processes raw MT5 ticks and generates signals. |
| API Layer | Flask / JSON | Broadcasts live trading data via REST API. |
| Frontend UI | JavaScript / HTML | Fetches JSON data to render a live dashboard. |
| Alert Gateway | Telegram API | Routes critical signals to mobile devices. |
- Multi-Language Sync: Seamless communication between Python backend and JavaScript frontend.
- MT5 Data Bridge: Stable tick fetching for Gold (XAUUSD).
- Smart Alerting: Intelligent signal filtering via custom algorithmic logic.
- Zero-Latency Dashboard: Dynamic UI updates using Vanilla JavaScript.
main.py— Python core engine & Flask API handler.accuracy.py— Algorithmic signal detection logic.index.html— JavaScript-powered live monitoring dashboard.script.js— Frontend logic for real-time updates.data.json— System configuration manifest.style.css— Modern UI styling for the terminal interface.
This is a v1 release for testing and monitoring. Trading involves significant risk. Always validate strategies on a demo account before live deployment.