Add cryptocurrency support to the Interactive Brokers brokerage model - #9766
Open
AlexCatarino wants to merge 1 commit into
Open
Add cryptocurrency support to the Interactive Brokers brokerage model#9766AlexCatarino wants to merge 1 commit into
AlexCatarino wants to merge 1 commit into
Conversation
- interactivebrokers crypto symbol properties measured from IB's contract details, placed after the coinbase rows; the default crypto market stays coinbase, where the data lives - CanSubmitOrder: listed pairs, market and limit only, no short sales, buy limit within 10 USD or 0.25% of the ask, buy market needs a price, venue open Sunday 03:00 to Friday 16:00 New York - FIX model rejects crypto, fee 0.18% with a 1.75 USD minimum, leverage 1 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brokerage model side of QuantConnect/Lean.Brokerages.InteractiveBrokers#24.
interactivebrokerscrypto symbol properties for the 11 pairs IB lists, tick and lot sizes measured from its contract details (BTCUSD ticks 0.25, coinbase says 0.01). Rows placed after the coinbase ones so market-less lookups keep resolving to coinbase; the default crypto market staysCoinbase, where the backtest data livesCanSubmitOrder: listed pairs only, market and limit only, no short sales, buy limit within 10 USD or 0.25% of the ask, buy market needs a price, venue open Sunday 03:00 to Friday 16:00 New York (new market-hours entry)Every check mirrors an answer IB gave on paper account DU7405806:
must be Minutes or IOC), 202 on a buy limit away from the ask, 201 on a short sale🤖 Generated with Claude Code