├── README.md ├── getit.bat ├── include └── api.mqh ├── libraries └── api.mq4 └── scripts └── test_api.mq4 /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fxbee/mt4-api/HEAD/README.md -------------------------------------------------------------------------------- /getit.bat: -------------------------------------------------------------------------------- 1 | 2 | ant -f build.xml -Dsource="C:\home\OANDA - MetaTrader" -Ddest="." copy_from_mt -------------------------------------------------------------------------------- /include/api.mqh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fxbee/mt4-api/HEAD/include/api.mqh -------------------------------------------------------------------------------- /libraries/api.mq4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fxbee/mt4-api/HEAD/libraries/api.mq4 -------------------------------------------------------------------------------- /scripts/test_api.mq4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fxbee/mt4-api/HEAD/scripts/test_api.mq4 --------------------------------------------------------------------------------