Basedbot
- 1 Devlogs
- 7 Total hours
A ai stock trading bot that is constantly learning and has its own obsidian vault, using Claude as the LLM.
A ai stock trading bot that is constantly learning and has its own obsidian vault, using Claude as the LLM.
BaseBot, the AI trading bot built to make you money
BaseBot is an autonomous trading agent I’m building that researches the market around the clock and hunts for the best moves so you don’t have to. It pulls from news, video, and social feeds, uses AI to analyze everything, and surfaces stock picks straight to a live dashboard with real-time P&L, your positions, and intraday charts for every stock. Right now it runs on Alpaca paper money (100k simulated) so I can test strategies with zero risk before any real cash is on the line. It does the heavy lifting and flags the plays, but you stay in control. It asks before it acts and never trades behind your back.
This week I fought through some good bugs. Every per-stock chart was rendering the same flat line. it was checking “NVDA” in bars looked at field names instead of the actual data, so it always came back empty. One line to fix after an hour of staring at it. I also switched the data feed to IEX after the free plan blocked the other one, tore out a bunch of fake demo numbers so the dashboard only shows real account data, and added take profit and stop loss orders that live on the broker’s servers so they fire even when my laptop is closed.