Skip to content

Commit

Permalink
Merge branch 'dev' into fix-polygon-get-historical-prices
Browse files Browse the repository at this point in the history
  • Loading branch information
brettelliot committed Jan 2, 2025
2 parents 03db9c1 + 5664f94 commit 2bfe2c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lumibot/strategies/_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1416,6 +1416,8 @@ def send_update_to_cloud(self):
"cash": cash,
"positions": [position.to_dict() for position in positions],
"orders": [order.to_dict() for order in orders],
"strategy_name": self._name,
"broker_name": self.broker.name,
}

# Helper function to recursively replace NaN in dictionaries
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="lumibot",
version="3.8.22",
version="3.8.24",
author="Robert Grzesik",
author_email="[email protected]",
description="Backtesting and Trading Library, Made by Lumiwealth",
Expand Down

0 comments on commit 2bfe2c9

Please sign in to comment.