Tag
aegis
-
I made my trading system grade itself against just buying the index
A trading bot can show a rising equity curve and still be worse than doing nothing. Aegis compares every account to putting the same money in the index on day one, and records how each trade behaved, so it can ask not just did it win but did it win safely.
-
My trading system writes down why every trade failed, then refuses to learn from most of it
An AI handed a pile of losing trades will happily invent a lesson from noise. Aegis lets a model propose lessons but never accept them, and a sealed out of sample test does the accepting. So far it has accepted zero, which is the right answer.
-
I run eight trading accounts in parallel to measure a single idea
You cannot A/B test a trading strategy on one account, because the market is the noise. Aegis runs eight paper accounts that differ by exactly one thing each, so any gap between them is that thing and not luck.
-
I built an AI trading system and then forbade it from picking stocks
Aegis is a private paper trading harness where the AI is only allowed to veto a trade, never choose one. Here is why I built it that way, and the honest thing it has told me so far.