
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Above is a snippit of an example code where an initial WebRequest for a website containing only lists of account numbers looking like:
,123,456,789,101,102,
My question is, and I cannot seem to find the answer for this:
How long / how many data points is it possible for my code to retrieve?
There are no "security" or any other data on this website other then the strings of account numbers seperated by an ',' (comma).
What are the limits for WebRequest? Is it unlimited? And therefore only limited by the string response and/or the char array results[]?