Auto trading in containers

 

Hi guys,


I am working on a project running MT5 in a docker container. All good except that I can't find how to enable auto trading in headless.
I have tried starting with a config file like that:

C:\mt5\terminal64.exe /config:c:\mt5\config.ini

And in config.ini having these lines:

[Experts]

AllowLiveTrading=1
AllowDllImport=0
Enabled=1
Account=0
Profile=0


But no success, anybody has an idea ?

Thank you

 
Hey everybody,

I have managed to automate all the processes of creation of docker containers, with auto trading enabled and experts installed. They all communicate together instantly.
If you are interested in the tech feel free to reach out. 
 
Hello stef dec. Can you help with setup process steps. I was hitting my head for a long time on this