Mei Advisor
Scores the most traded coins for grid trading and tracks its estimates against real outcomes.
WorkersDurable ObjectsD1

What it does
Mei Advisor scans the most traded crypto coins every hour and scores each one for spot grid trading. For every coin it estimates a daily return from the last fourteen days of hourly candles, counting how often price would have crossed the grid levels after fees, and labels it GO, OK or SKIP.
Keeping it honest
Every estimate is written down and later checked against what a real grid actually earned, so the scores are measured, not just claimed. It is advice only: it holds no exchange keys and never places a trade.
How it is built
- Cloudflare Workers on a schedule, with the market-data fetches inside a Durable Object.
- D1 for snapshots, scans and outcomes, and deterministic scoring covered by unit tests.
- One public page shows the current scan table, cached at the edge. Everything else stays private.