Forum

Enable autotrading in Python

Hi, I made some automation to create a new machine everyday, and everytime I install metatrader from my broker, however metatrader algo-trading is always disabled when it starts a new mt5. Consequently, my orders returns: 10027 - TRADE_RETCODE_CLIENT_DISABLES_AT - Autotrading disabled by client

Docker - linux - MT5

Is there any chance to release a linux version of MT5 that is possible to install from a dockerfile ? I have just seen people trying to use a hybrid of docker and MT5 installed locally using wine (like this https://github.com/tickelton/docker-metatrader)