Candlestick Charts for Prediction Markets
Candlestick charts are borrowed from traditional finance. Each "candle" represents a time period and shows:
- Open: The price at the start of the period
- Close: The price at the end of the period
- High: The highest price during the period
- Low: The lowest price during the period
Reading Candlesticks
- Green/bullish candle: Close > Open (price went up)
- Red/bearish candle: Close < Open (price went down)
- Long wicks: The market tested extreme prices but didn't hold them
- Small body: Indecision — opening and closing prices are close
Candlesticks in Prediction Markets
Prediction market candlesticks are useful for:
- Identifying overreactions: Long lower wicks after news events suggest panic selling that was bought up
- Volume confirmation: Big candles with high volume confirm genuine moves; big candles with low volume suggest manipulation
- Pattern recognition: While traditional candlestick patterns (doji, hammer, etc.) are less reliable in prediction markets, basic trend analysis works
Accessing Candlestick Data
Kalshi provides candlestick data via their API. SimpleFunctions normalizes this into a consistent format:
sf candles KXRECSSNBER-26 --period 1h --count 24
This returns the last 24 hours of hourly candles. Useful for understanding recent price action before entering a trade.