What I built
Risk-Controlled AI Trading Agent
Reads financial news, confirms the signal with technical indicators, and prepares a paper trade for human approval. Every decision is logged for review.
Read the source ↗What the repository shows
News is collected every 15 minutes and queued in Redis.
Saved results
These images are committed with the project, so the evidence remains visible even when no demo is hosted.
Why I built it this way
Keep a person in control
A person must approve every trade before it reaches the paper account.
Do not trust news alone
Signals must also clear technical checks, reaching 55% combined confidence.
Limit damage before chasing returns
Trades are capped at 10% of equity, exposure at 50%, with a $400 kill switch.
What I would improve next
Add repeatable backtests and a paper-trading report before making any claim about signal quality or returns.
