mtapi
mtapi copied to clipboard
Kind tutorial for begginer
Hello Is there any tutorial video and guide for informing how to integrate this api with VS2015? I would appreciate if some one can send me any code, I am new to both MetaTrader API and vs2015. But I am very interested in this material.
Where do I add the dlls into vs2015 project folder?
Thanks in anticipation
Is there any tutorial video and guide for informing how to integrate this api with VS2015? I would appreciate if some one can send me any code, I am new to both MetaTrader API and vs2015. But I am very interested in this material.
I am not aware of any tutorial or video. But there are test programs . There you can see how it is done. https://github.com/vdemydiuk/mtapi/tree/master/TestClients http://mtapi4.net/examples/
Hi @KptKuck Thanks for your informing. So did you run this example on your pc? does it work well? I will wait for your favorable reply. Thanks.
Yes, it does. I've been using this API for about 3 years, but only with MatLab.
Any screenshots would have been appreciated. You just call it "example" but nothing more and nothing what it is supposed to do.
The previously botched links:
- https://github.com/vdemydiuk/mtapi/tree/master/TestClients
- https://web.archive.org/web/20200314062608/http://mtapi4.net/examples/
@KptKuck @vdemydiuk
.. but only with MatLab.
I would like to try this with MatLab (or Octave) and R, as well. There used to be a downloadable example (in the link above), but it was never archived. Can you provide some example code to get me started?
i can add an example for MatLab The first one will be an easy one with logging and slack. The 2nd will be a more complex one that will start the MT5 from the CLI.
The thing is you just need to know how to load the assembly MtApi5.dll into your target language
https://github.com/vdemydiuk/mtapi/pull/216