Direct answer
Volatility in Low Liquidity Pairs can be measured by calculating how much observed prices move over time, using explicit formulas for returns (percentage or log returns) or for intraday ranges (high–low or close-to-close). In low liquidity, measurement choices and practical frictions matter: wider bid–ask spreads, stale or gappy quotes, and inconsistent execution can inflate or distort “volatility.” The goal is to quantify movement in a reproducible way, not to predict future direction.
A useful approach is to compute several standard volatility measures from the same timestamped price series, then compare them. If measures disagree sharply when you change sampling or cleaning rules, the estimate may be dominated by microstructure or data quality rather than underlying market variability.
Mechanism or definition
“Volatility” is typically an estimate of the dispersion of returns. A simple workflow is:
- Choose a price series: mid price, bid, ask, or a trade price (if available).
- Choose a time step: for example, 1-minute, 5-minute, or hourly sampling.
- Choose a return definition:
- Simple return: r_t = (P_t − P_{t−1}) / P_{t−1}
- Log return: r_t = ln(P_t / P_{t−1})
- Choose a statistic:
- Historical volatility: often the standard deviation of returns over a window.
- Range-based volatility: derived from high–low movement within each period.
For low liquidity pairs, the “observed price” can be less stable. If you use mid price, it may swing partly because the bid–ask spread widens and midpoints jump. If you use trade prices, you may see volatility spikes due to occasional fills rather than continuous trading.
Assumption for any calculation example: suppose you sample mid prices every 5 minutes and compute log returns. Your volatility estimate is the standard deviation of those log returns over the selected window, annualized only if you apply a consistent scaling rule. Without stating the window and scaling assumptions, two analysts can compute different volatility values from the same underlying market.
Evidence or example
Consider a realistic measurement scenario with limited activity:
- You have time-stamped prices for a low liquidity pair, but some periods have few updates.
- You compute two measures over the same day:
- Close-to-close volatility: standard deviation of log returns between consecutive closes at your chosen sampling interval.
- Range-based volatility: a measure that uses the high and low reached within each interval.
What you may observe is that range-based measures can be higher when the market “jumps” within an interval, while close-to-close can appear smoother if quotes cluster near one level and then move abruptly. If you then change the sampling from 5 minutes to 30 minutes, the volatility ranking across days or across pairs can change, even though the underlying trading behavior has not “reorganized” in that way.
A practical control (verification idea) is to repeat calculations using multiple choices:
- mid vs bid/ask (or trade if you have it),
- different window lengths (e.g., 30 vs 90 samples),
- and different sampling frequencies.
If the volatility estimate remains stable across these reasonable options, you have more confidence it reflects broader movement. If it swings dramatically, the estimate may be driven by microstructure effects like spread changes, irregular quote timing, or data gaps.
Limitations and risks
Several failure modes are common in low liquidity volatility measurement:
- Microstructure noise: Wider bid–ask spreads and less continuous trading can create apparent price changes that are not representative of smoother underlying exchange rate movement.
- Data artifacts: Stale quotes, missing intervals, and re-quoted markets can produce gaps that inflate computed returns.
- Regime sensitivity: Volatility is not constant; if your window includes a different market regime (quiet vs active), the volatility estimate changes by construction.
- Mixing execution effects: If you estimate volatility from trade prices, the timing and aggressiveness of fills can dominate results.
Because outcomes vary with market conditions, costs, execution quality, and jurisdiction, you should treat volatility estimates as descriptive of the chosen dataset and assumptions, not as a reliable forecast. Historical relationships do not establish future results.
Verification or next question
To independently verify whether your volatility measure is capturing market movement rather than measurement artifacts: