
Three AI agents run my trading strategy. The one that finds a trade can'...
I traded my own strategy and lost money. Not because the plan was wrong — because I
couldn't follow it. I knew where the stop belonged and I moved it anyway.
So I built the thing I needed: an LLM agent that runs my strategy on my own exchange
account, on my own keys, and writes down its reasoning every time it wakes up —
including every time it decides to do nothing.
That last part is the whole point. Every other bot I bought was a black box: you get a
fill and no idea why. This one thinks in plain language and you can read all of it.
How it's built:
• A trader agent wakes on a schedule and on price triggers, reads the market, and
proposes a signal — side, entry, stop, target, a confidence score, and its reasoning.
• A separate controller agent sizes and executes it behind code-level risk gates, and
can refuse. The agent that finds a trade is never the agent allowed to take it.
• A curator agent reads the log back afterwards and rewrites the playbook from what
actually happened.
Here is an actual wakrup from this week where it decided to wait:
22:00 WATCHING BREAKDOWN RETEST
conviction 4/10
scheduled wakeup
"The 1h reclaimed 63450, but a failed-breakdown long needs a 4h reclaim above 64050. Next wakeup on a 4h close above 64000."
You can watch one of my agents work right now, including the decisions where it
refuses: https://soulquant.ai/live
u/Much-Section-7680 — 9 days ago