Account Transaction Propagator
The Account Transaction Propagator (ATP) package facilitates a seamless account deposit and withdrawal solution for organizations interested in:
- developing a custom interface for inputting customer cash transactions
- developing systems to normalize balances between MT4 and another platform or back-office system.
The ATP package consistent of 3 components:
- The ATP Application . The ATP Application runs on a machine visible to the MT4 Server and monitors an SQL database at a set interval. When new records are added to the database, it processes the record and makes the necessary change (deposit or withdrawal) within MT4. Comments can be added to each transaction that will be displayed in both administrative journal entries and to the client.
- Database Configuration Scripts . The ATP package ships with all the scripts necessary to configure an existing DBMS to have the proper DB, Table and Record setup for integration with the ATP Application.
- The ATP Web Interface . The ATP web interface is a PHP based web application which provides a means for adding new records to the database used by the ATP Application. This interface can be used out of the box to provide a means of entering new accounts into MT4 without direct access to the MT4 Manager software.
The ATP package also ships with a Developer's Guide which will give step by step instructions for developing on top of the ATP Application, providing flexibility to brokerages interested in developing their own custom interface for adding and updating accounts in MT4.