JCL,

when requesting historical data directly with assetHistory("EUR/USD",1) Zorro (or IB plug-in?) first tries to request live market data for this asset.

While this turns around quickly during market hours (response to reqMrktData), in other times (overnight or over the weekend) - when traders are actually more likely to update their historical data - it takes 1-1.5min until Zorro decides to proceed with a reqHistoricalData call to IB.

Can this initial reqMarktData call be skipped at all?