Skip to content

Commit

Permalink
refactor: README
Browse files Browse the repository at this point in the history
  • Loading branch information
Romazes committed Jul 18, 2024
1 parent e32057a commit 2579d5f
Showing 1 changed file with 7 additions and 27 deletions.
34 changes: 7 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,19 +406,10 @@ Options:
--bybit-api-secret TEXT Your Bybit API secret
--bybit-vip-level [VIP0|VIP1|VIP2|VIP3|VIP4|VIP5|SupremeVIP|Pro1|Pro2|Pro3|Pro4|Pro5]
Your Bybit VIP Level
--trade-station-oath-token [Yes|No]
Select 'Yes' if you want to use OAuth authentication to connect to QuantConnect
securely. This will allow you to access TradeStation's brokerage services through
QuantConnect. Select 'No' if you do not want to use OAuth authentication.
--trade-station-client-id TEXT Your TradeStation Client ID is a unique identifier provided by TradeStation when you
register for an account. This ID is required to authenticate your access to
TradeStation's brokerage services
--trade-station-client-secret TEXT
Your Trade Station api secret (Optional).
--trade-station-redirect-url TEXT
Your Trade Station redirect url for authorization (Optional).
--trade-station-refresh-token TEXT
Your Trade Station OAuth Refresh Token (Optional).
--trade-station-oath-token TEXT
Using OAuth authentication with QuantConnect.
--trade-station-environment [live|paper]
Whether the testnet should be used
--trade-station-account-type [Cash|Margin|Futures|DVP]
Specifies the type of account on TradeStation
--polygon-api-key TEXT Your Polygon.io API Key
Expand Down Expand Up @@ -1343,20 +1334,9 @@ Options:
Your Bybit VIP Level
--bybit-use-testnet [live|paper]
Whether the testnet should be used
--trade-station-oath-token [Yes|No]
Select 'Yes' if you want to use OAuth authentication to connect to QuantConnect
securely. This will allow you to access TradeStation's brokerage services through
QuantConnect. Select 'No' if you do not want to use OAuth authentication.
--trade-station-client-id TEXT Your TradeStation Client ID is a unique identifier provided by TradeStation when you
register for an account. This ID is required to authenticate your access to
TradeStation's brokerage services
--trade-station-client-secret TEXT
Your Trade Station api secret (Optional).
--trade-station-redirect-url TEXT
Your Trade Station redirect url for authorization (Optional).
--trade-station-refresh-token TEXT
Your Trade Station OAuth Refresh Token (Optional).
--trade-station-use-simulator [live|paper]
--trade-station-oath-token TEXT
Using OAuth authentication with QuantConnect.
--trade-station-environment [live|paper]
Whether the testnet should be used
--trade-station-account-type [Cash|Margin|Futures|DVP]
Specifies the type of account on TradeStation
Expand Down

0 comments on commit 2579d5f

Please sign in to comment.