Skip to content

Commit

Permalink
Fix this logic
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Nov 1, 2024
1 parent 086cea6 commit 0637561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thetagang/portfolio_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -2292,7 +2292,7 @@ def submit(contract: Contract, order: Order) -> Optional[Trade]:

def adjust_prices(self) -> None:
if (
any(
all(
[
not self.config["symbols"][symbol].get(
"adjust_price_after_delay", False
Expand Down

0 comments on commit 0637561

Please sign in to comment.