Server Plug-in
MT4 Overnight Interest Configuration Plugin
MT5 Overnight Interest Configuration Plugin
Plugin MT4 Manager Red Lips
Plugin Script MT4 Manager Scripts Parachute
The original MT4 plug-in script “MT4 Manager scripts Parachute” has separated the functions that some MT4 plug-ins need to run once from the server. This allows server operations to be executed through external scripts, and the plug-in script implements the server’s external computing execution function, which addresses the challenges of difficult plug-in development, high requirements, and high security risks.
MT4 Manager Scripts Parachute provides flexible configuration options based on configuration files. Currently, the scripts have implemented functions such as modifying orders, recalculating orders, and accounting for profits and losses within the server, and will continue to implement richer functions in the future.
Plugin Interface MT4 Manager API RESTful
MT4 Manager API is provided by the DLL dynamic link library through the C++ interface. Developers need to master a series of technical capabilities such as C++ language and DLL interface calling specifications. This greatly improves the development threshold for quickly building network applications using technologies such as Java/.NET.
MT4 Manager API RESTful packages some commonly used MT4 Manager API functions into RESTful network interfaces to facilitate calls by external developers. The caller does not need to master complex C++ language and DLL interface calling specifications. It can achieve the required functions using the universal RESTful interface specification, focusing on the required business logic, greatly improving development speed. MT4 Manager API RESTful interface permissions are completely configured and managed by the MT4 Manager API RESTful administrator. Permissions are controlled through RESTful API specifications. No MT4Manager password is required to use MT4 Manager API RESTful, which greatly reduces the risk of MT4 Manager password leakage.