Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 483 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 483 Bytes

mttrader (MetaTrader API package)

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');