Skip to content

Commit 52437d0

Browse files
authored
Feature: streaming delay optional config [TradeStation, CharlesSchwab] (#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
1 parent 7f2fb6c commit 52437d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,6 +1400,9 @@ Options:
14001400
--ib-enable-delayed-streaming-data BOOLEAN
14011401
Whether delayed data may be used when your algorithm subscribes to a security you
14021402
don't have a market data subscription for (Optional).
1403+
--charles-schwab-enable-delayed-streaming-data BOOLEAN
1404+
Whether delayed data may be used when your algorithm subscribes to a security you
1405+
don't have a market data subscription for (Optional).
14031406
--iqfeed-iqconnect TEXT The path to the IQConnect binary
14041407
--iqfeed-username TEXT Your IQFeed username
14051408
--iqfeed-password TEXT Your IQFeed password
@@ -1416,6 +1419,9 @@ Options:
14161419
--thetadata-rest-url TEXT The ThetaData host address (Optional).
14171420
--thetadata-subscription-plan [Free|Value|Standard|Pro]
14181421
Your ThetaData subscription price plan
1422+
--trade-station-enable-delayed-streaming-data BOOLEAN
1423+
Whether delayed data may be used when your algorithm subscribes to a security you
1424+
don't have a market data subscription for (Optional).
14191425
--alpaca-api-key TEXT Your Alpaca Api Key
14201426
--alpaca-api-secret TEXT Your Alpaca Api Secret
14211427
--factset-auth-config-file FILE

0 commit comments

Comments
 (0)