mhmalekian / mttrader
This is a package for handling MetaTrader 4/5 APIs
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mhmalekian/mttrader
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2025-10-27 02:00:14 UTC
README
This is a package for accessing to meta trader APIs.
Installation
composer require mhmalekian/mttrader
Usage
You can create a metatrader4 object:
$mt4obj = Mt4trader('your_wallet_user','your_wallet_password','your_wallet_host','your_wallet_host_port');
You can also create metatrader5 object:
$mt5obj = Mt5trader('your_wallet_user','your_wallet_password','your_wallet_host','your_wallet_host_port');