Skip to content

michelmetran/mt5_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MT5 Server

GitHub | PyPI

A simple package that uses rpyc and a Python Windows version to allow using MetaTrader5 on Linux.

Based on the project MT5 Linux (GitHub | PyPI). A tried to make a fork to keep de credits... but I cannot build a package.



Install

Install the package in Windows and Linux.

# Metatrader Server
pip3 install --upgrade mt5-server

Install only in Windows

# Metatrader
pip3 install --upgrade MetaTrader5


Use

  1. No Windows open Metatrader and execute the folling command. You can provide the port, host, executable, etc... just type python -m mt5linux --help.
# Example
python -m mt5_server {path/to/python.exe}


Referências