I have had no problems recieving quotes through the API, but I have had inconsistent results with the historic data. Even using the C++ Active X Sample writtin by Rob I cannot get any historic data. I am using 7.2. My login is jlilly. I only need daily data at this point and here is an example of the requests I have tried:
RequestHistory("BO N4", "D", IESignal.barType.btBARS, 10, -1, -1);
RequestHistory("BO N4", "D", IESignal.barType.btDAYS, 10, -1, -1);
RequestHistory("BO N4", "D", IESignal.barType.btBARS, 10, 0, 0);
RequestHistory("BO N4", "D", IESignal.barType.btDAYS, 10, 0, 0);
Strangely I have gotten data in the past but it has been erratic. I have used all of these inputs in the eSignal Destop API Sample and it has been the same. Most of the time I get nothing, occasionally I do get the bars returned. The real-time data displays in the app no problem.
Any ideas?
RequestHistory("BO N4", "D", IESignal.barType.btBARS, 10, -1, -1);
RequestHistory("BO N4", "D", IESignal.barType.btDAYS, 10, -1, -1);
RequestHistory("BO N4", "D", IESignal.barType.btBARS, 10, 0, 0);
RequestHistory("BO N4", "D", IESignal.barType.btDAYS, 10, 0, 0);
Strangely I have gotten data in the past but it has been erratic. I have used all of these inputs in the eSignal Destop API Sample and it has been the same. Most of the time I get nothing, occasionally I do get the bars returned. The real-time data displays in the app no problem.
Any ideas?
Comment