vdemydiuk / mtapi

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

MetaTrader API for asp.net /mvc #9

Open arehman2001 opened 8 years ago

arehman2001 commented 8 years ago

Hello Is there any sample code for MetaTrader API in asp.net/MVC, I would appreciate if some one can send me any code, I am new to both MetaTrader API and asp.net/mvc.

Thanks in anticipation

vdemydiuk commented 8 years ago

Hello. Unfortunately, I don't have any examples in ASP.NET for using MtApi. But I will try to create it as soon as possible.

arehman2001 commented 8 years ago

Hi,

thanks it would be a great favour.


From: Vyacheslav Demidyuk notifications@github.com Sent: Friday, 22 July 2016 3:14:59 PM To: vdemydiuk/mtapi Cc: arehman2001; Author Subject: Re: [vdemydiuk/mtapi] MetaTrader API for asp.net /mvc (#9)

Hello. Unfortunately, I don't have any example in ASP.NET for using MtApi. But I will try to create it as soon as possible.

You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/vdemydiuk/mtapi/issues/9#issuecomment-234471689, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ATlfcAjBEZbDkByDcP1xd0vKL5ULkTn_ks5qYG3zgaJpZM4JPqF8.

Zalevsky commented 8 years ago

Hi

Is there any chance to make - regardless of TestMtApi - simple web test application? Even single page connected to Metatrader. Or maybe simple RestFull/Jason web service - with few working methods. I have troubles to initiate such application (lack of connection, despite successful connection via TestMtApi and TestApiClientUI).

Could you spend few minutes of your precious time and prepare such simple web app - which then, I'll be able to develop solo??

best regards Paweł

vdemydiuk commented 8 years ago

Hello. Ok. I will create simple test web app asap. I don't have experience in ASP.NET so it will take some time on investigation.

arehman2001 commented 8 years ago

Hello,

Thanks, you would need to create the sample in asp.net mvc as mvc is in now a days.


From: Vyacheslav Demidyuk notifications@github.com Sent: Wednesday, 3 August 2016 8:02:17 PM To: vdemydiuk/mtapi Cc: arehman2001; Author Subject: Re: [vdemydiuk/mtapi] MetaTrader API for asp.net /mvc (#9)

Hello. Ok. I will create simple test web app asap. I don't have experience in ASP.NET so it will take some time on investigation.

You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/vdemydiuk/mtapi/issues/9#issuecomment-237218227, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ATlfcK6tJerZj1LDo_AmDgz28x5R0_zbks5qcINJgaJpZM4JPqF8.

Zalevsky commented 8 years ago

Great! thanks in advance:) Regarding experiences - I don't have either:) - that's the point

Anyway... Let's focus on something extremely simple:

it would be great starting point to further developing.

SitholeWB commented 6 years ago

Hi All,

I have created a sample WCF service that wrap this MTAPI and expose its functions as http, the repository can be found here https://github.com/SitholeWB/MT5WCFHTTPService.

I just started doing it so any input will much appreciated.

Thanks and big thanks to @vdemydiuk for creating this MTAPI

vdemydiuk commented 6 years ago

Hi, Thank you too for your help.