Skip to content

Commit

Permalink
add broker name to cloud update and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesir committed Dec 22, 2024
1 parent f09e38d commit 5664f94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lumibot/strategies/_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -1417,6 +1417,7 @@ def send_update_to_cloud(self):
"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.23",
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 5664f94

Please sign in to comment.