PBJ wrote:
@eelofi,
Thanks for your reply.
I guess you are referring to the second approach I mention: calling GetHistoricalBars() in OnStrategyStart().
That was the only possibility I can think of but...
1- that requires an IB account
2- GetHistoricalBars("IB", Instrument, begin, end, BarType.Time, 60) returns an empty BarSeries on my side
3- IB TWS doesn't seem to be very stable (I see TWS trying to reconnect sometimes, although none of my other Internet services is down)
4- Is the call in point 2 (above) supposed to work if another market data provider is set in OQ's options?
So I was wondering how other FX algo traders using OQ do...
1) true
2) how long interval are you trying to retrieve? It's a long time since I solved those issues, but try a short period first. And it should quite fresh, like max Friday now. Is the quote monitor working ok for the instrument? That's your first check.
3) I haven't noticed any major issues in stability of the real trading account. But with the simulated account plenty of problems also today

Just now trying to get QR to connect...
4) Don't know, only lately been using IB with OQ
I'm not a FX trader - not until now - but happend to run into a old friend who had an interesting FX strategy elsewhere, trying now to set it up with OQ + QR.