feature: add webull brokerage core integration#9356
Merged
Romazes merged 1 commit intoQuantConnect:masterfrom Mar 30, 2026
Merged
feature: add webull brokerage core integration#9356Romazes merged 1 commit intoQuantConnect:masterfrom
Romazes merged 1 commit intoQuantConnect:masterfrom
Conversation
- add BrokerageName.Webull enum value - add WebullBrokerageModel supporting Equity, Option, IndexOption - add WebullFeeModel with zero commission for equity/option, tiered index option fees (SPX, SPXW, VIX/VIXW, XSP, DJX, NDX/NDXP), 0.6% crypto fee - register Webull in IBrokerageModel factory switch and GetBrokerageName - add webull config keys and live-webull environment to Launcher/config.json - add WebullBrokerageModelTests (CanSubmitOrder, GetFeeModel) - add WebullFeeModelTests covering all index option tiers and crypto
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.
Description
Adds Lean core support for the Webull brokerage:
BrokerageNameenum entry,WebullBrokerageModel,WebullFeeModel, factory wiring, config keys, and tests.Related PR(s)
Related Issue
N/A
Motivation and Context
Lean requires a core entry for every supported brokerage (
BrokerageName,IBrokerageModelfactory, config) before the external plugin can be loaded at runtime.Requires Documentation Change
No
How Has This Been Tested?
WebullBrokerageModelTests: 17 tests coveringCanSubmitOrderfor all supported/unsupported security types (Equity, Option, IndexOption, Forex, Future, Crypto, Cfd) and order types (Market, Limit, StopMarket, StopLimit, MarketOnClose, MarketOnOpen, TrailingStop, ComboMarket), plusGetFeeModeltype assertion.WebullFeeModelTests: 22 tests covering zero-commission equity/option, all index option underlying tiers (SPX below/above $1, SPXW below/above $1, VIX/VIXW all four price tiers, XSP small/large quantity, DJX flat, NDX/NDXP single-leg below/above $25, NDXP parity with NDX), and 0.6% crypto notional fee.Types of changes
Checklist:
bug-<issue#>-<descriptionorfeature-<issue#>-<description>