
Volume Profile & VWAP. Where the volume actually traded.
A normal chart shows volume by time. Volume profile shows it by price: how much traded at each level rather than during each candle. That reframing turns support and resistance from lines you drew into levels where business was actually done.
VWAP is the same data reduced to one number, the average price weighted by volume, and it is the benchmark most institutional execution is measured against.
High volume nodes are agreement, low volume nodes are rejection
A price level with heavy traded volume is one where buyers and sellers agreed for a long time, so price tends to stall there again. A level with almost no volume is one the market passed through quickly because nobody wanted to transact, so price tends to travel through it fast a second time. That gives you a map of where movement is likely to be slow and where it is likely to be quick.
Volume Profile & VWAP in a strategy
The single most-traded price acts as a magnet and a common mean-reversion target.
The range containing most of the volume gives natural boundaries for fade and breakout logic.
Thin areas in the profile are where price moves fastest, which is useful for target placement.
VWAP measured from a specific event shows the average entry of everyone who traded since it.
Fade a move back to VWAP inside the value area
A mean-reversion rule that uses volume structure to decide where reversion is likely rather than assuming it everywhere.
- IFPrice is trading inside the previous day's value area
- ANDPrice has moved more than 1% away from the session VWAP
- ANDThe move away happened on declining volume relative to the 20-period average
- ANDThere is a high volume node between current price and VWAP
The value area condition is what keeps this from being a blind fade. Inside it, the market has already shown it wants to transact at these prices, so reversion is the base case. Outside it, the same rule is fighting a market that is actively seeking new levels, which is how fade strategies die. The declining-volume clause separates a drift from a genuine breakout attempt, and the high volume node gives the move something to pull toward.
Both volume profile and VWAP are computed from the same executed trade prints the exchange publishes.
TradingView and most terminals build profiles natively, with configurable period and row size.
A rough profile can be built from candle data alone, though it is less precise than true tick-level distribution.
The profile depends entirely on the period you choose
Crypto has no session close, so daily and weekly profiles are drawn on arbitrary boundaries inherited from traditional markets. Change the period and the point of control moves, which makes it easy to pick whichever profile supports the trade you already wanted.
Wire Volume Profile & VWAP into a live strategy.
No screens to babysit: define the conditions and the bot does the rest.
- Point of control
- Value area edges
- Low volume gaps

