No description
Find a file
2026-03-17 21:52:22 +00:00
static Initial commit 2026-03-17 21:52:22 +00:00
templates Initial commit 2026-03-17 21:52:22 +00:00
.gitignore Initial commit 2026-03-17 21:52:22 +00:00
config.example.json Initial commit 2026-03-17 21:52:22 +00:00
extracticon.py Initial commit 2026-03-17 21:52:22 +00:00
LICENSE Initial commit 2026-03-17 21:52:22 +00:00
main.py Initial commit 2026-03-17 21:52:22 +00:00
mt5_control.py Initial commit 2026-03-17 21:52:22 +00:00
README.md Initial commit 2026-03-17 21:52:22 +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