-
Notifications
You must be signed in to change notification settings - Fork 76
Description
Hi Ryan,
First off, amazing work on this trading bot — the codebase and documentation are incredibly well-organized. Thank you for making this project publicly available.
I’m running into a small issue when trying to run the bot in live mode. The ingestion process runs without any problems, but the bot never seems to transition into live trading. It appears to remain stuck in the ingestion stage.
Here’s what I’ve verified so far:
I’m running the command: python beast_mode_bot --live
My balance is sufficient (confirmed via the dashboard)
All tests pass successfully
API connectivity and authentication are working with no errors
Additional observations:
From the dashboard under Strategy Performance Analysis → Strategy Comparison Table, I can see capital being deployed and incrementing. It also shows “Open Positions” increasing (currently showing 4). I’ve attached a screenshot for reference. However, “Active Positions” never updates, which suggests the trades aren’t actually executing.
Could you please advise? Thanks so much in advance for your help
Aspiring bot trader