What is Volume-Adjusted Time?
Volume-adjusted time is a family of chart transforms that replace the clock with activity: instead of every minute or day receiving equal space on the horizontal axis, space is allocated in proportion to traded volume. Busy periods stretch out and quiet periods compress, so the chart's horizontal dimension measures participation rather than elapsed time. The idea appears in several forms, from Equivolume-style bars whose width scales with each bar's volume, to volume-based sampling where a new bar prints only after a fixed amount of volume trades, regardless of how long that takes.
The motivation is that clock time treats all periods as equally informative when they are not. A quiet overnight drift and a high-volume opening hour occupy identical space on a time chart, yet one contains far more transactional evidence than the other. Intraday volume also follows a strong recurring shape, heavy at the open and close and light through the middle, so fixed-clock bars systematically mix dense and sparse information. Sampling by volume instead of time tends to produce bars with more uniform information content, and returns measured in volume time are often closer to statistically well-behaved than clock-time returns.
The cost is comparability and intuition. Volume-adjusted charts desynchronize from the calendar, making it harder to align events, sessions, or other instruments, and the volume-per-bar parameter takes over the role the timeframe used to play. Volume data quality also matters more than usual: consolidated versus single-venue volume, or unreliable volume in decentralized markets, changes the chart itself.
How traders use it
- Volume-sampled bars for systematic work: printing a bar per fixed volume traded gives models more observations when the market is active and fewer when it is dead, which many quantitative practitioners find improves the statistical behavior of returns fed into models.
- Equivolume-style reading for discretionary charts: bar width as volume lets the eye weigh each move by participation, so a narrow breakout bar is instantly suspect while a wide one shows real involvement, complementing tools like relative volume.
- Normalizing the intraday cycle: because activity follows the recurring open-close pattern described in time-of-day effects, volume-based sampling removes that seasonality from bar formation instead of leaving each clock bar to inherit it.
- Filtering dead zones: in volume time, lunchtime chop and holiday sessions compress toward nothing, which reduces the noise trades a time-based system takes in inactive conditions.
- Honest limitation: the volume-per-bar setting is a genuine parameter that must scale with the instrument's typical turnover, and results change when volume regimes shift, so settings tuned in one activity regime can misbehave in another.
Volume-Adjusted Time vs related concepts
Equivolume: Equivolume is the classic charting implementation of the idea: time-based bars whose width is drawn proportional to volume. Volume-adjusted time is the broader principle, which also includes resampling bars by volume rather than merely redrawing their width.
Alternative Bar Types: Alternative bar types cover all non-time sampling schemes, including tick, range, and dollar bars. Volume-adjusted time is the subset that uses traded volume specifically as the clock.
Volume Profile: Volume profile redistributes volume across the price axis to find heavily traded levels. Volume-adjusted time redistributes it across the horizontal axis to reweight the sequence of bars; the two answer different questions and are often used together.
Concept family
Meta & Composition
28 concepts mapped · 28 in the Library
Volume-adjusted Time FAQ
What is the difference between volume bars and Equivolume?
Volume bars resample the data, printing a new bar per fixed amount of volume traded. Equivolume keeps time-based bars but draws each one's width proportional to its volume. One changes the sampling, the other only the rendering.
How do I choose the volume-per-bar amount?
A common starting point is average daily volume divided by the number of bars you want per typical day, then adjusted by testing. The setting must be revisited when the instrument's turnover changes materially.
Do standard indicators work on volume-sampled charts?
They compute, but their lookbacks now span volume rather than time, so a 20-bar average covers a variable calendar window. Interpretations calibrated on time charts should be re-validated rather than assumed.
Is volume-adjusted time useful in markets with unreliable volume data?
It is only as good as the volume feed. Single-venue equity volume, spot-forex tick counts used as proxies, and fragmented crypto volume all distort the clock, so the transform is strongest where consolidated, trustworthy volume exists.
Build Volume-adjusted Time your way.
Quant writes, tests, and refines it with you — then it runs on LuxAlgo charting or ports to TradingView.