What I built
Risk-Controlled AI Trading Agent
A full-stack system that reads financial news, checks whether it may affect the market, confirms the signal with technical indicators, and prepares a paper trade for human approval. Every decision and trade is recorded so the process can be reviewed.
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
The system prepares a trade, but a person must approve it before it reaches the paper account.
Do not trust news alone
A signal must also pass technical checks, and the combined confidence must reach 55%.
Limit damage before chasing returns
Each trade is capped at 10% of equity, total exposure at 50%, with a 400 USD kill switch.
What I would improve next
Add repeatable backtests and a paper-trading report before making any claim about signal quality or returns.
