diff --git a/01 Cloud Platform/10 Live Trading/02 Brokerages/08 Webull/02 Account Types.html b/01 Cloud Platform/10 Live Trading/02 Brokerages/08 Webull/02 Account Types.html index fb67c1ebcd..f3baf9c4d9 100644 --- a/01 Cloud Platform/10 Live Trading/02 Brokerages/08 Webull/02 Account Types.html +++ b/01 Cloud Platform/10 Live Trading/02 Brokerages/08 Webull/02 Account Types.html @@ -4,7 +4,7 @@
Follow the account creation wizard on the Webull website to create a Webull account.
To trade with the Webull API, you need an App Key, App Secret, and the account ID of the Webull account you want to trade. The following steps summarize how to create them. For the full process with screenshots, see Individual Application API in the Webull developer documentation.
+In QuantConnect Cloud and when you use the Lean CLI to deploy to the cloud, you authenticate through the deployment wizard, so you don't need to create API credentials. To use Webull locally with the Lean CLI—to download data, backtest, research, or trade live—you need an App Key, App Secret, and the account ID of the Webull account you want to trade. The following steps summarize how to create these credentials. For the full process with screenshots, see Individual Application API in the Webull developer documentation.
Webull doesn't provide a live data feed, so use the QuantConnect data provider or another data provider for the securities you trade.
"; include(DOCS_RESOURCES."/live-trading/deploy-live-algorithm.php"); diff --git a/05 Lean CLI/09 Live Trading/01 Brokerages/08 Webull/02 Deploy Cloud Algorithms.php b/05 Lean CLI/09 Live Trading/01 Brokerages/08 Webull/02 Deploy Cloud Algorithms.php index 87533f6b51..73d0dc9fe8 100644 --- a/05 Lean CLI/09 Live Trading/01 Brokerages/08 Webull/02 Deploy Cloud Algorithms.php +++ b/05 Lean CLI/09 Live Trading/01 Brokerages/08 Webull/02 Deploy Cloud Algorithms.php @@ -1,13 +1,20 @@ $brokerageDetails = " -$ lean cloud live \"My Project\" --push --open -App key: 0a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d -App secret: ******************************* -Account id: 12345678+Please open the following URL in your browser to authorize the LEAN CLI. +https://www.quantconnect.com/api/v2/live/auth0/authorize?brokerage=webull +Will sleep 5 seconds and retry fetching authorization... + +
$ lean cloud live \"My Project\" --push --open +The Webull account Id: 12345678