Skip to content

p3ps1-man/dockertrader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Metatrader 5 docker image

This is a base image of docker running MetaTrader 5 using wine. X11 server is already pre-configured. This image is base for dockertrader-x11 which just runs the wine localy for development and dockertrader-vnc an headless container running novnc that can be monitored via browser.

Features

  • Preinstalled MetaTrader 5

Requirements

  • Docker installed on your machine.
  • x86_64 cpu

Usage

  1. Clone repository:
git clone https://github.com/p3ps1-man/dockertrader.git
cd dockertrader
  1. Build the Docker image:
docker build -t image-name .
  1. Or just pull it from dockerhub:
docker pull p3ps1man/dockertrader

Notice

Default user is mt5 and installation path is program directory inside its home directory /home/mt5/program from there you can access MQL5/Experts or other directories you need. Permissions are preconfigured for mt5 user with GID:1000 and UID:1000.

About

Dockerized metatrader using x11 forwawrding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors