From d8711a14cdd55bf190227f86f1e9dd3cdf53d8ec Mon Sep 17 00:00:00 2001 From: Roman Yavnikov <45608740+Romazes@users.noreply.github.com> Date: Wed, 31 Jan 2024 22:44:36 +0200 Subject: [PATCH] feat: IEX -> README (#410) --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd153a64..abc2a43f 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Options: -d, --detach Run the backtest in a detached Docker container and return immediately --debug [pycharm|ptvsd|vsdbg|rider|local-platform] Enable a certain debugging method (see --help for more information) - --data-provider [IQFeed|Polygon|QuantConnect|Local|Terminal Link] + --data-provider [IQFeed|Polygon|IEX|QuantConnect|Local|Terminal Link] Update the Lean configuration file to retrieve data from the given provider --iqfeed-iqconnect TEXT The path to the IQConnect binary --iqfeed-username TEXT Your IQFeed username @@ -151,6 +151,9 @@ Options: --iqfeed-version TEXT The product version of your IQFeed developer account --iqfeed-host TEXT The IQFeed host address --polygon-api-key TEXT Your Polygon.io API Key + --iex-cloud-api-key TEXT Your iexcloud.io API token publishable key + --iex-price-plan [Launch|Grow|Enterprise] + Your IEX Cloud Price plan --terminal-link-connection-type [DAPI|SAPI] Terminal Link Connection Type [DAPI, SAPI] --terminal-link-server-auth-id TEXT @@ -1056,9 +1059,9 @@ Options: -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|TDAmeritrade|Bybit] The brokerage to use - --data-feed [Interactive Brokers|Tradier|Oanda|Bitfinex|Coinbase Advanced Trade|Binance|Zerodha|Samco|Terminal Link|Kraken|TDAmeritrade|IQFeed|Polygon|Custom data only|Bybit] + --data-feed [Interactive Brokers|Tradier|Oanda|Bitfinex|Coinbase Advanced Trade|Binance|Zerodha|Samco|Terminal Link|Kraken|TDAmeritrade|IQFeed|Polygon|IEX|Custom data only|Bybit] The data feed to use - --data-provider [IQFeed|Polygon|QuantConnect|Local] + --data-provider [IQFeed|Polygon|IEX|QuantConnect|Local] Update the Lean configuration file to retrieve data from the given provider --ib-user-name TEXT Your Interactive Brokers username --ib-account TEXT Your Interactive Brokers account id @@ -1165,6 +1168,9 @@ Options: --iqfeed-version TEXT The product version of your IQFeed developer account --iqfeed-host TEXT The IQFeed host address --polygon-api-key TEXT Your Polygon.io API Key + --iex-cloud-api-key TEXT Your iexcloud.io API token publishable key + --iex-price-plan [Launch|Grow|Enterprise] + Your IEX Cloud Price plan --release Compile C# projects in release configuration instead of debug --image TEXT The LEAN engine image to use (defaults to quantconnect/lean:latest) --python-venv TEXT The path of the python virtual environment to be used @@ -1588,7 +1594,7 @@ Usage: lean research [OPTIONS] PROJECT Options: --port INTEGER The port to run Jupyter Lab on (defaults to 8888) - --data-provider [IQFeed|Polygon|QuantConnect|Local|Terminal Link] + --data-provider [IQFeed|Polygon|IEX|QuantConnect|Local|Terminal Link] Update the Lean configuration file to retrieve data from the given provider --iqfeed-iqconnect TEXT The path to the IQConnect binary --iqfeed-username TEXT Your IQFeed username @@ -1596,6 +1602,9 @@ Options: --iqfeed-version TEXT The product version of your IQFeed developer account --iqfeed-host TEXT The IQFeed host address --polygon-api-key TEXT Your Polygon.io API Key + --iex-cloud-api-key TEXT Your iexcloud.io API token publishable key + --iex-price-plan [Launch|Grow|Enterprise] + Your IEX Cloud Price plan --terminal-link-connection-type [DAPI|SAPI] Terminal Link Connection Type [DAPI, SAPI] --terminal-link-server-auth-id TEXT