vdemydiuk / mtapi

MetaTrader API (terminal bridge)
http://mtapi4.net/
MIT License
514 stars 277 forks source link

Kind tutorial for begginer #199

Open lovetrading10 opened 4 years ago

lovetrading10 commented 4 years ago

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.

image Where do I add the dlls into vs2015 project folder? Thanks in anticipation

KptKuck commented 4 years ago

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/

lovetrading10 commented 4 years ago

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.

KptKuck commented 4 years ago

Yes, it does. I've been using this API for about 3 years, but only with MatLab.

eabase commented 3 years ago

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:

eabase commented 3 years ago

@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?

KptKuck commented 3 years ago

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

KptKuck commented 3 years ago

https://github.com/vdemydiuk/mtapi/pull/216