Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ Usage: lean cloud live deploy [OPTIONS] PROJECT
--notify-insights.

Options:
--brokerage [Paper Trading|Interactive Brokers|Tradier|Oanda|Bitfinex|Coinbase Advanced Trade|Binance|Zerodha|Samco|Terminal Link|Trading Technologies|Kraken|CharlesSchwab|Bybit|TradeStation|Alpaca|Tastytrade|Eze|dYdX|Webull|Public]
--brokerage [Paper Trading|Interactive Brokers|Tradier|Oanda|Bitfinex|Coinbase Advanced Trade|Binance|Zerodha|Samco|Terminal Link|Trading Technologies|Kraken|CharlesSchwab|Bybit|TradeStation|Alpaca|Tastytrade|Eze|dYdX|Webull|Public|ClearStreet]
The brokerage to use
--data-provider-live [QuantConnect|Interactive Brokers|Tradier|Oanda|Bitfinex|Coinbase Advanced Trade|Binance|Zerodha|Samco|Terminal Link|Trading Technologies|Kraken|CharlesSchwab|Polygon|CoinApi|Bybit|TradeStation|Alpaca|Tastytrade|Eze|dYdX]
The live data provider to use
Expand Down Expand Up @@ -536,6 +536,9 @@ Options:
--public-secret-key TEXT Your Public.com API secret key
--public-account-number TEXT Your Public.com account number. Public lets you have more than one account, so this
picks which one to trade.
--clearstreet-access-token TEXT
Your Clear Street API access token
--clearstreet-account-id TEXT Your Clear Street account id, the numeric id of the account the algorithm trades
--polygon-api-key TEXT Your Polygon.io API Key
--polygon-license-type [Individual|Business]
Select your Polygon.io subscription plan (Optional).
Expand Down Expand Up @@ -1408,7 +1411,7 @@ Options:
--environment TEXT The environment to use
--output DIRECTORY Directory to store results in (defaults to PROJECT/live/TIMESTAMP)
-d, --detach Run the live deployment in a detached Docker container and return immediately
--brokerage [Paper Trading|Interactive Brokers|Tradier|Oanda|Bitfinex|Coinbase Advanced Trade|Binance|Zerodha|Samco|Terminal Link|Trading Technologies|Kraken|CharlesSchwab|Bybit|TradeStation|Alpaca|Tastytrade|Eze|dYdX|Webull|Public]
--brokerage [Paper Trading|Interactive Brokers|Tradier|Oanda|Bitfinex|Coinbase Advanced Trade|Binance|Zerodha|Samco|Terminal Link|Trading Technologies|Kraken|CharlesSchwab|Bybit|TradeStation|Alpaca|Tastytrade|Eze|dYdX|Webull|Public|ClearStreet]
The brokerage to use
--data-provider-live [Interactive Brokers|Tradier|Oanda|Bitfinex|Coinbase Advanced Trade|Binance|Zerodha|Samco|Terminal Link|Trading Technologies|Kraken|CharlesSchwab|IQFeed|Polygon|CoinApi|ThetaData|Custom data only|Bybit|TradeStation|Alpaca|Tastytrade|Eze|dYdX|Databento]
The live data provider to use
Expand Down Expand Up @@ -1542,6 +1545,12 @@ Options:
--public-secret-key TEXT Your Public.com API secret key
--public-account-number TEXT Your Public.com account number. Public lets you have more than one account, so this
picks which one to trade.
--clearstreet-access-token TEXT
Your Clear Street API access token
--clearstreet-account-id TEXT Your Clear Street account id, the numeric id of the account the algorithm trades
--clearstreet-order-poll-interval-ms INTEGER
How long the brokerage waits between two reads of your Clear Street orders, in
milliseconds (Optional).
--ib-enable-delayed-streaming-data BOOLEAN
Whether delayed data may be used when your algorithm subscribes to a security you
don't have a market data subscription for (Optional).
Expand Down
Loading