Skip to content

Enable CBOE Indexes in Interactive Brokers Live Trading #5752

Open
@AlexCatarino

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    featuregood first issueIf you're looking to get started as a LEAN contributor, check out these starter issues!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions