Thread: Ask!
View Single Post
  #569 (permalink)  
Old 04-21-2007, 11:45 PM
forexts's Avatar
forexts forexts is offline
Administrator
 
Join Date: Sep 2005
Posts: 293
forexts has disabled reputation
This dll is exactly to do that:

http://www.forex-tsd.com/metatrader-...t=asynchronous

If you call the function first time, the url is addedd to a queue pending to be processed and returns ""

When finally the url is fully downloaded, data is returned instead of empty string.

You must be sure that dll is allowed in your indicator/Ea.

Quote:
Originally Posted by slope
Is there a simple way to get a .csv file located in a remote server?
I know how to call it if its located in local filesystem, with Fileopen, but if I put a remote address it wont work.
Reply With Quote