So far as I can see, when requesting the history of a stock the only way to do this is to iterate through to what GetNumBars returns - calling GetBar at each interation.
Is there any method that is able to return all the bars available in a single call? I searched the forums and came up with a post around 3 years old detailing the same issue.
It just seems so inefficient, especially when requesting the intraday history of a larger number of stocks. During my iterations my CPU usage is hitting 100% - eSignal's Data Manager consuming the vast majority.
Is there any method that is able to return all the bars available in a single call? I searched the forums and came up with a post around 3 years old detailing the same issue.
It just seems so inefficient, especially when requesting the intraday history of a larger number of stocks. During my iterations my CPU usage is hitting 100% - eSignal's Data Manager consuming the vast majority.
Comment