Add debugging information

This commit is contained in:
2023-08-24 17:47:02 +00:00
parent a68ade9efe
commit 542dca8324
2 changed files with 2 additions and 1 deletions

View File

@@ -377,8 +377,10 @@ def execute_strategy(callback, strategy, func):
within_trends = checks.within_trends(strategy, symbol, direction)
if not within_trends:
return
print("Checked trends")
type = strategy.order_settings.order_type
print("Set order type")
# Get the account's balance in the native account currency
cash_balance = strategy.account.client.get_balance()