> if nobody is volunteering, I could offer to do this. By quick browsing
> the source one could program this within 2-5 days. As I am working on
> some other stuff I could deliver a version in the second half of Juli
> ( 2010 ;-)) ).
>
Your estimate of 2 to 5 days sounds about right. The downloader is now
yours.
> I have seen in com.jsystemtrader.platform.backdata.BackDataDownloader
> of JST that it downloads OHLC data. The IB API sample programs also
> download as OHLC. when we download 1 sec bars the OHLC values should
> all be the same, so the AVG on the OHLC values of bid and ask should
> be quite OK?
We should think about this. Instead of averaging the 1-second bids and
the asks, we may want to record the lowest 1-second bid and the
highest 1-second ask. This would give us a more conservative way to
capture the data to make sure that in real trading, we would do no
worse.