The MT4 platform provides two ways to customize tools – Plugins and Manager API. While plugins are more suited for brokers with MT4 admin access, manager API works for white Labels.
Manager API from MT4 can be used to extend the functionality of MT4 platform that are specific to a white label. The manager API can be used to add various functions like
- Broker CRM
- Traders Room
- MT4 Web Integration
- FIX Bridge
- Dealer
- Web Trader
- Multi Account Manager
We provide wrappers for MT4 manager API in two variants
The MT4 Manager PHP API is a wrapper that provides all the functions exposed by MT4 manager API via PHP script. This is useful for integrating the MT4 functions with the website, like Broker CRM, Web Integration, Traders room etc.
The MT4 Manager JSON API is a wrapper for MT4 manager API that provide all the functions thru JSON protocol over Web Sockets. The API provides feeds, trading functions, Accounts details in real time. The API can be used to develop Web Trader for MT4, Trade Analytics as well as other custom tools required.
Apart from the APIs, we also provide MT4 Bridge, Dealer and custom development as per requirement.
Please write to us at contact@ltecindia for more information