Изменить режим выполнения бота на реальный (dry_run=False)
Some checks failed
Weekly Portfolio Rebalance / rebalance (push) Failing after 41s
Some checks failed
Weekly Portfolio Rebalance / rebalance (push) Failing after 41s
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user