Kronos: open model for trading signals

A new open‑source model called Kronos, reportedly trained on 12 billion financial records, claims much stronger zero‑shot accuracy on candlestick chart analysis and price forecasting and already has a live BTC demo. Traders and quant teams might view it as an alternative to closed models for specialized chart analytics, though social posts are the primary source for the claim so scrutiny is warranted. (x.com/heynavtoor/status/2042879339256254689)

Most market models read prices like a spreadsheet. Kronos was built to read them like a language, with each candlestick treated as a token in a sequence instead of a row in a table. (github.com, arxiv.org) A candlestick is the basic block traders stare at all day: one bar that shows where an asset opened, where it closed, and how high and low it went in a set time window. Stack thousands of those bars together and you get the visual pattern people use to guess trend, volatility, and reversals. (investopedia.com, github.com) The problem is that financial charts are noisy in a way weather charts or electricity-demand charts are not. The Kronos paper says general time-series foundation models often underperform here because market data shifts regime, reacts to news, and breaks old patterns fast. (arxiv.org, huggingface.co) Kronos says it tackles that by turning candlestick data into a custom vocabulary, then training a decoder-only transformer on more than 12 billion records from over 45 global exchanges. The public repository describes it as an open-source foundation model for financial candlesticks, and the paper page lists the arXiv release on August 2, 2025. (github.com, huggingface.co, papercodex.com) That “zero-shot” claim means the model is supposed to handle a new forecasting task without being retrained on that exact task first. In plain English, it is the difference between a person who has seen millions of charts recognizing a setup on sight and a person who needs a fresh lesson for every market. (ibm.com, arxiv.org) The authors report gains on forecasting, volatility prediction, and synthetic data generation against earlier baselines in their paper. Those results are real claims in a real paper, but they are still author-reported benchmarks rather than independent third-party audits. (arxiv.org, huggingface.co) What makes people pay attention is not just the paper but the packaging. The GitHub repository is public, the model weights are on Hugging Face, and the project now has a live Bitcoin to Tether demo that shows a forecast path and uncertainty band. (github.com, huggingface.co, shiyu-coder.github.io) That matters because most specialized trading models are either closed, expensive, or buried inside funds that never publish their tooling. An open model lets a quant team inspect the code, fine-tune it on its own data, and test whether the edge survives real transaction costs instead of trusting a black box. (github.com, pypi.org) The caution flag is simple: a live chart demo is not the same thing as a profitable trading system. Forecasting a short price path, estimating uncertainty, and turning that into net returns after fees, slippage, and risk limits are three different problems. (shiyu-coder.github.io, arxiv.org) So the story here is not that someone solved trading. The story is that, as of April 2026, there is now a credible open-source attempt to build for candlestick data what large language models built for text: a reusable base model that smaller teams can actually download, inspect, and challenge in public. (github.com, huggingface.co, arxiv.org)

Get your own daily briefing

Scout delivers personalized news, insights, and conversations tailored to your role and industry.

Download on the App Store

Shared from Scout - Be the smartest in the room.