Hey,
Just a quick note to trading robot developers and system automators. I successfully wrapped the mtapi.dll (MetaTrader version 3.x API) ages ago for my own use, and now I'm happy to share my hard work for free.
My wrapped MetaTrader v3.xx API for dotNet framework features:
- Object oriented way: much easier to program in .Net.
- Safe multithreading: no more strange error codes returned.
- Pumping Message Mechanism is programmed for you: all you need to do is to handle the messages.
- A method to avoid 'Too frequent requests' error is programmed for you.
- A very basic demo source code in VB.net is included.
- Support Visual Basic .Net, C#, C++ .Net, and more dotNet compatible languages.
You can download from
www.fxfisherman.com/downloads/MT3API_dotNet.zip and feel free to give comment.
Important: I really do suggest you understand how the original api works first; to do so you need to read the C source code provided with the
original api.
Requirement: Microsoft .Net Framework version 1.1 or newer.
Disclaimer: The product is provided free of charge, and, therefore, on an "as is" basis, without warranty of any kind, express or implied, including without limitation the warranties that it is free of defects, virus free, able to operate on an uninterrupted basis, merchantable, fit for a particular purpose or non-infringing. In any case, the author will not be responsible or liable for ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, INDIRECT OR ANY OTHER LOSSES caused by using of this software library.