Изменить режим выполнения бота на реальный (dry_run=False)
Some checks failed
Weekly Portfolio Rebalance / rebalance (push) Failing after 41s

This commit is contained in:
Dmitry
2026-01-06 19:15:15 +03:00
parent d17065bb56
commit c9e39b07f0

View File

@@ -16,7 +16,7 @@ def main():
account_id="2235046505",
target_weights=TARGET_WEIGHTS,
corridor=CORRIDOR,
dry_run=True,
dry_run=False,
)
plan = bot.calculate_rebalance(bot.fetch_portfolio())