mtapi icon indicating copy to clipboard operation
mtapi copied to clipboard

MetaTrader API for asp.net /mvc

Open arehman2001 opened this issue 8 years ago • 8 comments

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

arehman2001 avatar Jul 19 '16 12:07 arehman2001

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.

vdemydiuk avatar Jul 22 '16 07:07 vdemydiuk

Hi,

thanks it would be a great favour.


From: Vyacheslav Demidyuk [email protected] 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.

arehman2001 avatar Jul 23 '16 14:07 arehman2001

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ł

Zalevsky avatar Aug 02 '16 14:08 Zalevsky

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.

vdemydiuk avatar Aug 03 '16 12:08 vdemydiuk

Hello,

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


From: Vyacheslav Demidyuk [email protected] 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.

arehman2001 avatar Aug 03 '16 12:08 arehman2001

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

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

  • establish connection to metatrader
  • and then write bid/ask on page (even manualy - after click on button on page, or so)

it would be great starting point to further developing.

Zalevsky avatar Aug 03 '16 12:08 Zalevsky

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

SitholeWB avatar Jun 19 '18 00:06 SitholeWB

Hi, Thank you too for your help.

vdemydiuk avatar Jun 19 '18 11:06 vdemydiuk