DEV Community

dengkui yang
dengkui yang

Posted on

AI Stock Prediction: a live model for the next US ticker move

AI Stock Prediction is a free live desk. Type a US ticker and it prints a next-session or 5-day direction from a three-vote statistical ensemble.

It is not a neural net. It is not a page about companies named AI.

How the print is made

The worker reads public daily closes (Stooq first, Yahoo Chart if Stooq is blocked). Then three votes fire:

  • momentum
  • mean-reversion
  • vol-regime

Each vote uses the same bars: 1d / 5d / 20d returns, SMA20 / SMA50, RSI14, and a 20-day volatility z. Net votes decide up / down / flat. The expected move is a small slice of recent 5-day range. Confidence is locked in a mid band (48–64). If the series is too short or the ticker does not exist, the desk errors. It does not invent a number.

What you can do with it

  • Check a US ticker before the next session
  • Compare a 5-day direction print with your own read
  • Use a live statistical ensemble when you want a model print, not a β€œbuy AI stocks” article

Price

Free. 8 forecasts per browser each day. No card required.

Live desk: https://aistockprediction.space/

Top comments (0)