Skip to content

Commit

Permalink
Merge pull request #253 from jhonabreul/bug-252-ib-weekly-restart-tim…
Browse files Browse the repository at this point in the history
…e-option

Update readme to reflect IB weekly restart time option
  • Loading branch information
Martin-Molinero authored Dec 14, 2022
2 parents 638dc28 + 302190f commit 129228a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ Options:
--ib-user-name TEXT Your Interactive Brokers username
--ib-account TEXT Your Interactive Brokers account id
--ib-password TEXT Your Interactive Brokers password
--ib-weekly-restart-utc-time TEXT
Weekly restart UTC time (hh:mm:ss). Each week on Sunday your algorithm is restarted at
this time, and will require 2FA verification. This is required by Interactive Brokers.
Use this option explicitly to override the default value.
--ib-data-feed BOOLEAN Whether the Interactive Brokers price data feed must be used instead of the
QuantConnect price data feed
--tradier-account-id TEXT Your Tradier account id
Expand Down Expand Up @@ -854,6 +858,10 @@ Options:
--ib-user-name TEXT Your Interactive Brokers username
--ib-account TEXT Your Interactive Brokers account id
--ib-password TEXT Your Interactive Brokers password
--ib-weekly-restart-utc-time TEXT
Weekly restart UTC time (hh:mm:ss). Each week on Sunday your algorithm is restarted at
this time, and will require 2FA verification. This is required by Interactive Brokers.
Use this option explicitly to override the default value.
--tradier-account-id TEXT Your Tradier account id
--tradier-access-token TEXT Your Tradier access token
--tradier-environment [live|paper]
Expand Down
2 changes: 2 additions & 0 deletions tests/commands/test_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ def create_fake_environment(name: str, live_mode: bool) -> None:
"ib-agent-description": "Individual",
"ib-trading-mode": "paper",
"ib-enable-delayed-streaming-data": "no",
"ib-enable-delayed-streaming-data": "no",
"ib-weekly-restart-utc-time": "21:00:00",
"organization-id": "abc",
"environments": {{
Expand Down

0 comments on commit 129228a

Please sign in to comment.