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 100 forks source link

Incompatibility with Linux systems #38

Closed bangxiangyong closed 1 year ago

bangxiangyong commented 1 year ago

One of the core dependency, MetaTrader5 is only available to Windows but not Linux. This causes the gym-mtsim to be unable to run on Linux machines.

AminHP commented 1 year ago

Yes that's right. At the time I started this project, they promised to make MetaTrader5 compatible with Linux and macOS. But they haven't published anything yet. I created a branch in this repo to support Linux and macOS. However, it's not updated. I will update this branch soon and release a new version.

AminHP commented 1 year ago

Please install the latest version (v1.3.0). The repo can now be installed on Linux and macOS. Note that the download_data method only works on Windows.