Smart Finance

Daily challenge ·

What happened next?

Five real charts with no name and no prices. You see 40 weeks, I cover the next 8, and you call what happened. Two minutes. At the end you find out what someone answering at random scores.

Bringing in today’s charts…

Yahoo Finance weekly closes loading…

Your streak

This lives in this browser only: no account, and nothing about it is sent anywhere. Switching phone or clearing your browsing data starts it from zero, and that is the honest price of not asking you to sign up.

How today’s challenge is picked
  1. The only ingredient is today’s date in Mexico City: “…”. Not the time, not your language, not your device.
  2. That date seeds a small reproducible random generator (xmur3 + mulberry32, 30 lines, no libraries).
  3. With it we shuffle the 12 assets and take five, and then draw five cut points along their five years of weekly closes.
  4. So the same day gives the same challenge to everyone, anywhere, and yesterday’s can be rebuilt from the date alone. No server and no account are involved.

The rules are one file with tests: src/lib/challenge/reto.mjs.

What you learn here

  • To read the shape of a chart without the asset’s name telling you what to expect.
  • That “a lot” and “a little” depend on the asset: 8 % in two months is routine for bitcoin and an earthquake for the peso. That is why every round sets its own threshold.
  • That two months out a price looks a lot like a coin flip — which is exactly why the serious strategies are the boring ones.
Read the lesson: mistakes people make when they start investing →

Educational challenge built on real historical data. Something having happened does not mean it happens again: this predicts nothing, it is not a recommendation to buy or sell, and it is not financial advice. Nothing is wagered and nothing is won here.