i would like to get the 200 bars of 5-minute data into the from 1000 minutes from now until now.
it seems as if the below code will place the correct request, but i don't seem to be getting the correct data.
esignal.get_RequestHistory(StockName, "5", IESignal.barType.btBARS, 200, -1, -1);
what do you think?
it seems as if the below code will place the correct request, but i don't seem to be getting the correct data.
esignal.get_RequestHistory(StockName, "5", IESignal.barType.btBARS, 200, -1, -1);
what do you think?
Comment