Fintech & Trading
Grid Bot
A disciplined multi-timeframe crypto futures agent built around mean reversion.
- Status
- In development
- Year
- 2026
- Discipline
- Fintech & Trading
Overview
Separates the parts most bots blur together: feature extraction, signal generation, risk sizing, execution and journaling each live in their own module. A forward-return scanner works backwards from the data — for every bar it measures the return N bars later and reports which feature combinations actually preceded moves, so a setup earns its place statistically rather than by looking convincing on a chart.
What matters
- Forward-return scanner tests setups against what actually happened next
- Risk sizing and execution kept separate from signal logic
- Every decision written to a journal for post-hoc review