Volatility Engine
The volatility engine is Tracera’s core differentiator — bringing institutional-grade financial analytics to the CS2 skin market.Why Volatility?
Most skin tracking tools show price and price history. Tracera goes further by computing quantitative volatility metrics that answer harder questions:- Is this price move normal or unusual? (Bollinger bands)
- How risky is this item to hold? (Standard deviation, CoV)
- Is the price trending up or down? (Trend score)
- How does this item’s volatility compare to others? (Coefficient of variation)
Metrics
All calculations run in Go for speed. Pre-aggregated data from TimescaleDB continuous aggregates feeds into these computations.Rolling Standard Deviation
The core volatility measure. Computed over sliding windows (1h, 24h, 7d).Percentage Change
Quick trend indicator showing the price movement from the previous period.Bollinger Bands
Classic technical analysis indicator for detecting overbought/oversold conditions.Coefficient of Variation (CoV)
Normalized volatility that enables comparison across different price ranges.Trend Score
Linear regression slope on the recent price window. Positive values indicate an uptrend, negative values a downtrend. The magnitude indicates the strength of the trend.Data Pipeline
Vision: Portfolio Volatility Score
Phase 7 extends the volatility engine to portfolios:- Compute a single-number portfolio volatility score across all holdings
- Similar to portfolio beta in traditional finance
- Percentile ranking — see how your portfolio’s risk compares to other users
- Informs the What-If Trade Simulator (Phase 9) — simulate trades and see how your portfolio score changes
Vision: Market Sentiment Index
Phase 11 aggregates volatility signals into a market-wide indicator:- Fear/greed index derived from:
- Volume spikes across items
- Listing count changes (supply pressure)
- Price velocity (rate of price change)
- Historical comparison for trend analysis