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%
Find a file
2026-06-05 10:13:53 +00:00
static Initial commit 2026-06-05 10:09:11 +00:00
templates Initial commit 2026-06-05 10:09:11 +00:00
.gitignore Initial commit 2026-06-05 10:09:11 +00:00
config.example.json Initial commit 2026-06-05 10:09:11 +00:00
extracticon.py Initial commit 2026-06-05 10:09:11 +00:00
LICENSE Initial commit 2026-06-05 10:09:11 +00:00
Lucid_Gold_Sniper_EA.mq5 Lucid_Gold_Sniper_EA.mq5 2026-06-05 10:13:53 +00:00
main.py Initial commit 2026-06-05 10:09:11 +00:00
mt5_control.py Initial commit 2026-06-05 10:09:11 +00:00
README.md Initial commit 2026-06-05 10:09:11 +00:00

MT5 Manager

Установка

  1. Клонируйте репозиторий:
git clone https://forge.mql5.io/antekov/mt5-manager.git
cd mt5-manager
  1. Установите зависимости:
pip install fastapi uvicorn jinja2 psutil pydantic_settings
  1. Запустите приложение:
uvicorn main:app --reload --no-use-colors
  1. Откройте http://127.0.0.1:8000 в браузере.

MQL5 Algo Forge / antekov