AminHP / gym-mtsim

A general-purpose, flexible, and easy-to-use simulator alongside an OpenAI Gym trading environment for MetaTrader 5 trading platform (Approved by OpenAI Gym)
MIT License
412 stars 101 forks source link

Supported MacOS #1

Closed n-lavrenko closed 2 years ago

n-lavrenko commented 2 years ago

I've check that there is no Metatrader 5 on pip, because it's support Windows OS only. As I understand, it's impossible to use your module outside of Windows, cause it's contains required for Windows only module. Maybe you could provide limited using of your module for MacOS / Linux without MetaTrader? Thank you for your great job, @AminHP!

AminHP commented 2 years ago

They recently released their software for Linux and Mac. I guess they will release the related pip modules soon. However, it is possible to use their software and python modules in Wine. Did you try that? In case Wine didn't work for you, use this temporary version and install it via the command below:

pip install https://github.com/AminHP/gym-mtsim/archive/refs/heads/linux-mac.zip

Note that it is not possible to download new data by this temporary version.

n-lavrenko commented 2 years ago

Thank you. I will use pip install https://github.com/AminHP/gym-mtsim/archive/refs/heads/linux-mac.zip as temporary solution.