No description
Find a file
2025-10-31 21:45:09 +03:00
static Add time and margin to terminal card 2025-10-30 22:41:27 +03:00
templates Add status starting 2025-10-31 21:45:09 +03:00
.gitignore Add time and margin to terminal card 2025-10-30 22:41:27 +03:00
config.example.json Cleaning code 2025-10-21 21:24:09 +03:00
config.json Cleaning code 2025-10-21 21:24:09 +03:00
extracticon.py Add account info, BEP, start/stop icons 2025-10-24 02:13:35 +03:00
LICENSE Initial commit 2025-10-04 08:21:12 +00:00
main.py Add and rename config items 2025-10-30 09:59:38 +03:00
mt5_control.py Add status starting 2025-10-31 21:45:09 +03:00
README.md Add displaying information about instances 2025-10-21 16:08:01 +03:00
run.py Add external launcher 2025-10-30 10:00:18 +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 pydantic_settings
  1. Запустите приложение:
uvicorn main:app --reload --no-use-colors
  1. Откройте http://127.0.0.1:8000 в браузере.

MQL5 Algo Forge / antekov