I need a bot
Find a file
2025-11-11 12:15:50 +03:00
static Add time and margin to terminal card 2025-10-30 22:41:27 +03:00
templates Modify Views 2025-11-05 22:14:19 +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 Change default config and add comments 2025-11-04 21:23:59 +03:00
config.py Move Config class to separate file 2025-11-11 12:15:50 +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 Move Config class to separate file 2025-11-11 12:15:50 +03:00
mt5_control.py Move Config class to separate file 2025-11-11 12:15:50 +03:00
README.md Add displaying information about instances 2025-10-21 16:08:01 +03:00
run.py Move Config class to separate file 2025-11-11 12:15:50 +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