No description
Find a file
2025-10-14 23:54:26 +03:00
static Fix typo and add comments 2025-10-14 22:04:04 +03:00
templates Add controls to main page 2025-10-14 14:16:34 +03:00
.gitignore Modify .gitignore 2025-10-04 15:11:09 +03:00
LICENSE Initial commit 2025-10-04 08:21:12 +00:00
main.py Add docs for routes 2025-10-14 23:54:26 +03:00
mt5_control.py Fix typo and add comments 2025-10-14 22:04:04 +03:00
README.md Add info about the app launch 2025-10-14 07:37:15 +03:00

MT5 Manager

Установка

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

MQL5 Algo Forge / antekov