Page 1 of 1

.NET Trading API's (MT4, Dukascopy, MBTrading, Currenex, IB)

Posted: Thu Feb 10, 2011 5:11 am
by frang0nve
Hello,

Perhaps these links can be interesting for traders programming in .NET :

http://www.tradingapi.net/

http://www.mt4api.net/

1. MT4 API allows to control MT4 terminal remotely via TCP/IP.

2. It's possible to control several MT4 terminals simultaneously from one application.

3. It's possible to communicate with one MT4 terminal from several .NET applications.

4. Available almost all MQL functions:

Timeseries access
Predefined variables
Window functions
Technical indicators
Common functions
Trading functions
Checkup
Account information
Math & Trig
Global variables
Object functions
Logon function

Cheers

Francisco

Posted: Thu Feb 10, 2011 6:04 pm
by newschool
If you want to do some serious non-interpreted coding, than you better off with something else than MT4. It is just too slow.