Document Webull brokerage#2462
Merged
AlexCatarino merged 1 commit intoJun 2, 2026
Merged
Conversation
Add Webull brokerage documentation across Cloud Platform live trading, Reality Modeling supported models, Lean CLI live trading, and the transaction-fee fee model, mirroring the Charles Schwab structure and inserting Webull after Charles Schwab (renumbering the following brokerages). Webull is an execution-only brokerage (US Equities, Equity Options, and Index Options) with no live data feed, so it is added to the live-deploy API schema and the Lean CLI supported-brokerages list but not to the data-provider listings. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 2, 2026
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.
Summary
Adds documentation for the Webull brokerage (QuantConnect/Lean#9362), following the Charles Schwab structure and inserting Webull immediately after Charles Schwab in each section (renumbering the brokerages that follow):
08 Webull08 Webull08 Webull18 Webull Model(alphabetical)Resources/brokerages/webull/*,introduction-by-brokerage/webull.html,create-credentials/webull.htmlWebullBrokerageSettingsinQuantConnect-Platform-2.0.0.yamland the Create Live Algorithm requestWebull is an execution-only brokerage (US Equities, Equity Options, and Index Options) with no live data feed, so it is intentionally not added to the data-provider listings. The brokerage pages direct users to the QuantConnect data provider (cloud) or Polygon (local) for market data.
Key details sourced from the Lean/
Lean.Brokerages.WeBullimplementation: order types (Market, Limit, StopMarket, StopLimit; TrailingStop for equity only),WebullOrderProperties.OutsideRegularTradingHours, Day/GTC time-in-force rules, App Key/App Secret/Account ID authentication, commission-free equity/options with tiered index-option fees, and rate limits.Test plan
QuantConnect-Platform-2.0.0.yamlparses as valid YAML; all new/editedmetadata.jsonand00.jsonfiles parse as valid JSON.