# python-mt5 **Repository Path**: wuchenlhy/python-mt5 ## Basic Information - **Project Name**: python-mt5 - **Description**: mt5 通过 python 实现程序化交易 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 3 - **Created**: 2021-06-21 - **Last Updated**: 2026-08-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python-mt5 python+mt5客户端实现策略回测 运行环境 Python3,mt5 1、创建好Python3环境后再项目根目录执行 pip install -r requirements.txt 安装项目依赖的安装包 2、demo.py 是回测需的入口文件,新策略请参考这个文件 运行命令 python demo.py