generated from Atoiyaa/mt5-manager
Lucid Gold Sniper EA is an automated MT5 trading bot designed for XAUUSD (Gold) trading. It analyzes market trends using technical indicators and executes trades automatically based on predefined entry and exit conditions. The bot includes risk management features such as Stop Loss, Take Profit, and trade filtering to help maintain disciplined trading. It is suitable for traders who want a systematic approach to the market without needing to monitor charts constantly.
Features
• Fully automated MT5 trading
• Optimized for XAUUSD (Gold)
• Trend-following trade entries
• Automatic Stop Loss and Take Profit
• One-trade-at-a-time protection
• Adjustable lot size and risk settings
• Fast execution on supported brokers
• Beginner-friendly configuration
Short Description
Automated MT5 Gold trading bot with trend analysis, risk management, and hands-free trade execution.
- Python 45%
- JavaScript 24.3%
- HTML 14.9%
- MQL5 9.7%
- CSS 6.1%
| static | ||
| templates | ||
| .gitignore | ||
| config.example.json | ||
| extracticon.py | ||
| LICENSE | ||
| Lucid_Gold_Sniper_EA.mq5 | ||
| main.py | ||
| mt5_control.py | ||
| README.md | ||
MT5 Manager
Установка
- Клонируйте репозиторий:
git clone https://forge.mql5.io/antekov/mt5-manager.git
cd mt5-manager
- Установите зависимости:
pip install fastapi uvicorn jinja2 psutil pydantic_settings
- Запустите приложение:
uvicorn main:app --reload --no-use-colors
- Откройте http://127.0.0.1:8000 в браузере.
MQL5 Algo Forge / antekov