Objective
When a headline relates to one of the stocks, decide if the news is bullish or bearish and buy or sell before the market reacts. Build a profitable position across the session. Skills targeted: speed, interpreting headlines, managing live portfolios. Open Atlas from the Simulator hub (or go to/atlas).
Feed (UI)
- Open Atlas and click Start Feed.
- The server emits headlines on the configured interval.
- Signal items name one of the two session companies; the wording is bullish or bearish, and the server schedules a market reaction after a delay in the session band.
- Noise items are unrelated text with no market reaction.
atlasFeedState. Over the API, each headline is only { id, text, timestamp } — match text against those company names to recover the subject (see Atlas API).
Settings
Frequency, reaction range (points), and reaction delay (seconds) are set under Atlas Settings or presets (Easy, Medium, Hard). The server stores those values for the session and applies them when generating reactions.Scoring
Cumulative Atlas P&L for a session requires servertradableHeadlinesSeen > 0. Client-reported headline counts are not used for recording or reset.