Hi all,
I'm running a live algo on MYM (Micro Dow futures) via Interactive Brokers and I've noticed a consistent discrepancy between the bar data my algorithm receives from QC and what CME-direct feeds (TradingView) show for the same bars. On normal sessions the gap is small, but today I have a very clear example that helped me identify what I think is the root cause.
Date/Time: 2026-04-17, Bar 09:30–09:35 ET Symbol: MYM front month (MYM18M26)
QC bar: Open 49,314 → Close 49,416 | Momentum: +0.207%
TradingView/CME: Open 49,275 → Close 49,445 | Momentum: +0.350%Bot log line:
[MYM-NEAR-THR] Bar:09:30 | 49314→49416 | Mom:0.207% | Thr:0.230% | Gap:0.023% | ADX:24.0 | Vol:6015The interesting part is that the discrepancy is not just in the close — it's also in the open. The QC open (49,314) is 39 points higher than the actual CME open (49,275). This suggests the feed may be missing the first prints of the 09:30 bar and constructing the open from a slightly later trade. The result is my algorithm only captures ~60% of the actual bar momentum on volatile bars.
I had already lowered my burst threshold from 0.0025 to 0.0023 to compensate for a previously observed ~0.02–0.04% discount on normal bars. But on event-driven volatile bars, the discrepancy is an order of magnitude larger and no static threshold correction can handle it.
My questions:
- Which data provider does QC use for live MYM bars when running through IBKR — Polygon or IBKR's own feed?
- How is the open price of the 09:30 bar constructed — is there a known delay in capturing the opening prints for CME futures?
- Has anyone else observed this, and is there a workaround?
This is a live account so understanding the root cause matters quite a bit. Happy to share more log data if useful. Thanks!
Manos P
The material on this website is provided for informational purposes only and does not constitute an offer to sell, a solicitation to buy, or a recommendation or endorsement for any security or strategy, nor does it constitute an offer to provide investment advisory services by QuantConnect. In addition, the material offers no opinion with respect to the suitability of any security or specific investment. QuantConnect makes no guarantees as to the accuracy or completeness of the views expressed in the website. The views are subject to change, and may have become unreliable for various reasons, including changes in market conditions or economic circumstances. All investments involve risk, including loss of principal. You should consult with an investment professional before making any investment decisions.
To unlock posting to the community forums please complete at least 30% of Boot Camp.
You can continue your Boot Camp training progress from the terminal. We hope to see you in the community soon!