mhmalekian / mttrader
This is a package for handling MetaTrader 4/5 APIs
v1.1.0
2023-05-26 20:44 UTC
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2026-03-27 03:11:17 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');