Hey everyone, new here.
I'm pretty new to trading and I kept making the same mistake — buying on emotion and regretting it right after. "If I don't buy now, I'll miss it" — I'm sure some of you know the feeling.
So I built a simple tool to help me pause and check before entering a trade.
How it works:
Enter any coin and it runs 7 checks:
Market Temperature — is the overall market overheated?
Timing — has this coin already pumped recently?
Price Position — where is it vs its 90-day high?
Volume — is volume unusually high?
RSI — overbought or oversold?
Volatility — how much could I lose if it drops? (ATR-based)
FOMO Score — everything above combined
Green = relatively calm. Red = probably FOMO.
It never says "buy" or "sell" — just shows the data so I can think twice.
Demo:
https://trade-check-psi.vercel.app/I built the site today so it's still rough, but I've worked as a web developer so I'll clean it up fast. Data runs on free APIs for now — if people find it useful, I'll upgrade for better accuracy.
I'd really appreciate any feedback — what's useful, what's missing, what you'd change. Even "this is pointless" is helpful if you tell me why.
Thanks for reading!