Can someone help me figure how to read back the data request through the IB API?
the historicaldata event fires HistoricalDataEventArgs - I can read this i.e. .high or .low so it has data in it.. but it's suppose to have all the historical for the chosen date range - and doesn't have getenumerator..
so question is: how do you convert this into meaningful bars/ticks - do you implement some class yourself? any examples anywhere? what needs to be done?
appreciate any input.
thanks
the historicaldata event fires HistoricalDataEventArgs - I can read this i.e. .high or .low so it has data in it.. but it's suppose to have all the historical for the chosen date range - and doesn't have getenumerator..
so question is: how do you convert this into meaningful bars/ticks - do you implement some class yourself? any examples anywhere? what needs to be done?
appreciate any input.
thanks