I’ve built a small Telegram bot that shows 24-hour predictions for the BTC/USDT pair, based on public data and machine learning models. 
Discussion
The goal isn’t to provide buy or sell signals, but rather to visualize short-term trends and see how they compare with the actual market movement
Model: The `Kronos-mini` (4M parameters) model is used to autoregressively predict future K-line data.
Data Context: The model uses the last 360 hours (~15 days) of BTC/USDT 1h K-line data from Binance as context for each new prediction.
Probabilistic Forecasting: We employ Monte Carlo sampling (N=30 paths) to generate a distribution of possible future price trajectories, not just a single point forecast.
Derived Insights: The resulting distribution is analyzed to produce the mean forecast (solid line), the uncertainty range (shaded area), and the key probability metrics shown above.
Follow the link to bot: https://t.me/btc_usdt_prob