question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Enable CBOE Indexes in Interactive Brokers Live Trading

See original GitHub issue

Expected Behavior

Be able to add CBOE Indexes that are not currently supported by QuantConnect to a live algorithm using IB data feed.

Actual Behavior

It’s not possible to add indexes that QC doesn’t support like VIX3M.

AddIndex("VIX3M", market: Market.CBOE)

Potential Solution

Add generic key in MHDB "Index-cboe-[*]" and allows Market.CBOE in CanSubscribe.

Reproducing the Problem

Deploy basic algorithm with:

AddIndex("VIX3M", market: Market.CBOE)

Checklist

  • I have completely filled out this template
  • I have confirmed that this issue exists on the current master branch
  • I have confirmed that this is not a duplicate issue by searching issues
  • I have provided detailed steps to reproduce the issue

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mateuszbcommented, Jul 12, 2021

Thanks for opening the ticket! I’m looking forward to this being available!

0reactions
Martin-Molinerocommented, Jan 14, 2022

Will this be supported soon. This used to work up until a few months ago by using the following:

self.vix3m = self.AddData(CBOE, 'VIX3M', Resolution.Daily)

This still works fine in backtesting, but not anymore in live trading where self.vix3m.Close now evaluates to zero. Not sure what changed.

Hey @mmlin, CBOE VIX3M custom data is working in live trading, we gave it a sanity test just in case (@Marinovsky), are you still having issues with it? If you can contact support directly would be helpful to pin any specific algorithm issues, see logs.

2022-01-13 12:30:10 : | Symbol: VIX3M.CBOE Value: 21.580000. IsFillForward: False. EndTime: 1/13/2022 12:00:00 AM
2022-01-14 12:30:10 : | Symbol: VIX3M.CBOE Value: 23.410000. IsFillForward: False. EndTime: 1/14/2022 12:00:00 AM

@Marinovsky will add the missing MHDB & SPDB entries shortly

Read more comments on GitHub >

github_iconTop Results From Across the Web

Market Data Pricing Overview
Cboe MSCI Indexes (L1), USD 4.50, USD 4.50 ; Cboe One — IBKR Pro, USD 1.00, USD 5.00 ; Cboe One Add-On 29...
Read more >
Interactive Brokers' Custom Indexes for Advisors
Our Custom Indexing tool allows advisors to quickly build portfolios modeled after Index ETFs, and easily customize them to accommodate client investment ...
Read more >
How to setup Interactive Brokers Market Data - YouTube
Interactive Brokers Market Data Subscriptions for American and Canadian stock and options traders. Find out how I have my Market Data setup ...
Read more >
NANOS Index Options
Reach out to your broker to ask whether Nanos are right for you, or trade Nano options at: Fidelity; Interactive Brokers; Tiger Brokers;...
Read more >
Best Options Trading Platforms of 2023
Best for Advanced Options Traders: Interactive Brokers ... excellent options trading tools, and superb options-focused education and live video content.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found