Retrieving Data from the network / file

Created at 25 Jan 2014, 08:07
KO

kodges

Joined 25.01.2014

Retrieving Data from the network / file
25 Jan 2014, 08:07


Prompt how to get data from an external source (network or file) for use in the trading robot. For example, such data as the date and time when the news of the economic calendar.

 


@kodges
Replies

Cerunnos
25 Jan 2014, 10:09

RE:

/forum/calgo-support/2067

kodges said:

Prompt how to get data from an external source (network or file) for use in the trading robot. For example, such data as the date and time when the news of the economic calendar.

 

 


@Cerunnos

kodges
25 Jan 2014, 12:24

RE: RE:

Cerunnos said:

/forum/calgo-support/2067

kodges said:

Prompt how to get data from an external source (network or file) for use in the trading robot. For example, such data as the date and time when the news of the economic calendar.

 

 

Thank you! 
How about reading the text file on http?


@kodges

adaled
30 Jan 2014, 15:26

look into the WebRequest Class http://msdn.microsoft.com/en-us/library/system.net.webrequest(v=vs.110).aspx


@adaled