Candlestick charts for every market
Every Polymarket market resolves to a probability between 0 and 1, and that probability moves on real trades. TruthTickTerminal reconstructs those trades into proper OHLC candlesticks so you can see opens, closes, wicks, and ranges instead of a single flat line. Green and red bodies tell you who won each bar, and the wicks show you where price was rejected.
Charts cover binary YES/NO markets as well as multi-outcome markets like elections and sports. You can flip between the YES and NO side of a market, or overlay both, to see the two legs of a binary priced against each other.
Time candles and tick candles
Prediction-market activity is bursty: a market can sit quiet for hours and then trade explosively around a debate, a headline, or a game-winning play. Fixed-time candles waste space on the quiet stretches and compress the action you actually care about.
TruthTickTerminal supports both standard time resolutions and tick candles, where each bar represents a fixed number of executed trades instead of a fixed time window. Tick candles expand the busy periods and collapse the dead ones, so the chart spends its pixels where the trading is.
- Time resolutions from 1 minute up to daily
- Tick / range candles: 1T, 5T, 10T, 25T, 50T, 100T
- Live trades fold into the forming candle in real time
Indicators and drawing tools on top
Charts are only useful if you can mark them up. TruthTickTerminal ships the indicators traders actually use — EMA, SMA, RSI, MACD, Bollinger Bands, and VWAP with standard-deviation bands — plus support and resistance levels, swing detection, and high-volume nodes drawn straight onto the price.
If you want something the defaults don't cover, you can write a custom indicator in JavaScript and it runs live against the chart's data. Nothing here is a screenshot or a static mock: the chart is wired to live Polymarket data and updates as trades print.
Built on a continuous data collector
Good charts need good history. A background collector continuously ingests trades across a large universe of Polymarket markets, so when you open a chart the historical candles are already there instead of being pulled cold on every click. That means you can scan from market to market quickly without waiting for each one to load.
Related
Chart any Polymarket market in seconds
Sign up free, open a market, and start reading prediction-market price action with real candlesticks. No credit card required.