0

i am a metatrader developer. it has it's own script language which is similar to C in syntax. one of it's most advantages is that it let you include some dll and use it's functions.

now, i want to send and receive HTTP requests. which DLL should i use and how?

in PHP context i always use cURL library. does it have any DLL that could be used here?

Donato Szilagyi
  • 4,279
  • 4
  • 36
  • 53
Alexar
  • 1,858
  • 5
  • 24
  • 34

2 Answers2

1

libcurl?

Fred Foo
  • 355,277
  • 75
  • 744
  • 836
  • i knew libcurl... may you explain more? which dll? what are function names? any manual? – Alexar Oct 17 '10 at 16:09
  • 1
    The website includes a download page with Windows DLLs, an API reference for function names and various other documentation. The tutorial explains the "simple" API: http://curl.haxx.se/libcurl/c/libcurl-tutorial.html – Fred Foo Oct 17 '10 at 16:12
1

hey buddy! I think you can use something like this (I didn't check it!) that I found at this forum(www.forex-tsd.com/metatrader-4/11409-mt4-api-3.html)

also I found some helpful techniques here(globaleconomicstrategies.com/index.php/global/global-technology/virtual-private-server-vps-with-web-interface-for-metatrader-forex/) and here(becomewebhost.com/virtual-private-server-vps-with-web-interface-for-metatrader-1040.html) for web based metatrader programming (using VPS's!) I think they may help you and solve your problem directly...

in other hand this(www.alpari-forex.com/en/help/metatrader/) seems a good and useful API but I have no experience and study on it!

hope you success.

P.S : sorry I'm new to stackoverflow and it don't rely enough on me to allow me post more than just one hyperlink, excuse me for them...

Hadi Sadeqi
  • 196
  • 1
  • 5