Show HN: I built a simple quant scanner for mean-reversion setups (ZcoreAI)
1 points
1 hour ago
| 1 comment
| zcoreai.onrender.com
| HN
Hi HN — I built a small web app that scans a list of tickers across multiple timeframes and flags potential overbought/oversold mean‑reversion setups using a regression-channel Z‑score.

Live MVP: https://zcoreai.onrender.com/

What it does:

Pick tickers + timeframes, then run a scan

Outputs a matrix of signals (simple labels now; “expert” view shows exact values of Z-Score)

Why: I wanted something fast to answer “what’s oversold / overbought right now?” without opening all charts on every timeframes on TradingView.

Notes / current state:

- Early MVP, UI is intentionally minimal

I’d love feedback on:

- Whether the output is understandable/useful

- Which features you’d want next (alerts, presets, exports, etc.)

- Any obvious UX issues or missing pieces for a tool like this

Happy to answer questions and share implementation details if people are interested.

tchantchov
1 hour ago
[-]
If you try it and it feels unclear, tell me where you got confused (tickers selection, timeframe, result labels, etc

Thank you! :)

reply