Skip to content

Commit

Permalink
Feature: streaming delay optional config [TradeStation, CharlesSchwab] (
Browse files Browse the repository at this point in the history
#536)

* feat: update Readme with new input params

* feat: new param of CS in Readme

* remove: extra configs to several brokerages

* remove: extra configs of TS brokerage

* remove: extra configs of TS brokerage

* feat: delay config for CharlesSchwab brokerage
  • Loading branch information
Romazes authored Jan 7, 2025
1 parent 7f2fb6c commit 52437d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1400,6 +1400,9 @@ Options:
--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).
--charles-schwab-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).
--iqfeed-iqconnect TEXT The path to the IQConnect binary
--iqfeed-username TEXT Your IQFeed username
--iqfeed-password TEXT Your IQFeed password
Expand All @@ -1416,6 +1419,9 @@ Options:
--thetadata-rest-url TEXT The ThetaData host address (Optional).
--thetadata-subscription-plan [Free|Value|Standard|Pro]
Your ThetaData subscription price plan
--trade-station-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).
--alpaca-api-key TEXT Your Alpaca Api Key
--alpaca-api-secret TEXT Your Alpaca Api Secret
--factset-auth-config-file FILE
Expand Down

0 comments on commit 52437d0

Please sign in to comment.