timurila/mt4managerrest

By timurila

Updated over 2 years ago

Image
0

35

MT4 Manager RESTful API

Full functional MT4 Manager restful api trial version for 14 days. More details and full version available at:

Installation

docker pull timurila/mt4managerrest
docker run --rm -p 80:80 timurila/mt4managerrest

After that open in browser: http://localhost

First steps

To connect to MT4 account you need to call /Connect method like this:

http://mt4mng.mtapi.be/Connect?user=YourUser&password=YourPassword&server=YourServer

Description

API allows to communicate with MT4 Server via manager account and make the same actions that available in MT4 Manager application and has following groups of functions:

  • Backup
  • Common Configuration
  • Common Functions
  • Configuration of Backups
  • Configuration of Data Centers
  • Configuration of Groups
  • Configuration of Holidays
  • Configuration of Live Update
  • Configuration of Managers
  • Configuration of Plugins
  • Configuration of Symbols
  • Configuration of Synchronization
  • Connecting to the Server
  • Data Feed Configuration
  • Data Feeds
  • Dealings
  • Exported Functions and Factory
  • Exposure
  • Firewall Configuration
  • Gateway Configuration
  • Mail, News and Notifications
  • Margin State
  • Online Connections
  • Orders
  • Price Data
  • Protocol Extension
  • Reports
  • Server Management
  • Summary Positions
  • Symbols
  • System Tools
  • Time Configuration
  • Trade Requests
  • Trading
  • Users

Docker Pull Command

docker pull timurila/mt4managerrest