
I still remember the moment I first understood the difference between price and fair price. An asset can be trading at 67 000, but if 80% of the volume went through at 66 400, the real "average temperature in the hospital" looks completely different. That's exactly what the vwap indicator shows: not just the price, but the price at which the market is actually willing to buy and sell right now.
For a beginner this sounds like just another indicator out of the hundred available on the terminal. In practice, though, the vwap indicator is one of the few tools actually used by market makers, algorithmic traders, and institutions. The reason is simple: it's tied to money, not to the abstract price of a candle.
If you dig into it, vwap trading isn't built on predictions — it's built on the statistics of real trades. That's exactly why the vwap indicator is so popular among people who trade on volume rather than intuition: it shows a fact, not a guess about where price is headed.
VWAP stands for Volume Weighted Average Price — the average price weighted by volume. It's not a trend line and not an oscillator. It's the actual average price at which the entire volume for the selected period traded, usually starting from the beginning of the trading session.
The difference from a plain average price is fundamental. If you just take the arithmetic mean between the day's high and low, you get a number that tells you nothing about how active participants actually were. VWAP, on the other hand, accounts for how many coins traded at each price. Say 5 BTC sold at 67 000 and 50 BTC sold at 66 200 — the VWAP line will shift much closer to 66 200, because that's where 10 times more volume happened.
The formula looks like this:
VWAP = Σ(Price × Volume) / Σ(Volume)
In practice this works as a running calculation across every candle within the session. You take the candle's typical price (usually the average of High, Low, and Close), multiply it by that candle's volume, sum everything on a running basis, and then divide by the total volume.
Let's walk through a simple example. Say the first three hours of an ETH/USDT session looked like this:
Total turnover: (3200×400) + (3240×150) + (3180×600) = 1 280 000 + 486 000 + 1 908 000 = 3 674 000. Total volume: 400 + 150 + 600 = 1 150
VWAP = 3 674 000 / 1 150 = 3 195.6
Notice that even though the price briefly touched 3 240, VWAP sits much closer to 3 180 — because that's where most of the volume actually went through. The terminal runs this calculation automatically and updates the line with every new trade; there's no point trying to work it out manually in real time.
A moving average (SMA, EMA) only reacts to the closing price of candles over N periods. It doesn't care whether volume was 10 coins or 10,000. That's exactly why SMA and EMA sometimes draw a nice-looking signal in a spot where there was no real volume at all — just price drift on a thin market.
VWAP works differently. It doesn't smooth price mechanically; it shows where the market actually executed trades. My own experience: when price moves away from VWAP on thin volume without confirmation on the tape, the move usually snaps back to the line. But a VWAP break accompanied by rising volume in the clusters already signals a real imbalance between buyers and sellers.
There's a technical difference too: VWAP recalculates from scratch every session (it resets), while moving averages carry history across days and weeks. That makes VWAP a purely intraday tool, not an indicator for swing trading.
If you're still not fully comfortable with the basics of the order book and volume, the free lesson from the Secret Terminal course on YouTube will help — it walks through limit orders, liquidity, and entry points in plain, hands-on terms without unnecessary theory.
Large funds and market makers use VWAP not to predict price, but as an execution benchmark. If an algorithm needs to buy 500 BTC over the course of a day, its job is to execute that purchase at a price no worse than the day's average VWAP. That's where strategies like VWAP-execution come from, where a large order gets smeared across hundreds of small pieces so it doesn't push the price above the average.
For a retail trader, this has a practical takeaway. If price is trading below VWAP, statistically it's currently a more convenient place to buy from the perspective of large capital. If it's above, it's a more convenient place to sell. That's not an entry signal on its own, but it's context that changes how you read everything else: the order book, the clusters, the tape.
This is less complicated than it looks at first. Three basic states: price above the line, price below the line, price returning to the line.
When price trades above VWAP, it means most of the session's buyers are sitting in profit. Psychologically this matters: as long as price holds above the line, buyers are defending their positions and tend to add on pullbacks rather than take a loss.
On BTC/USDT this is especially noticeable during the US session. If price confidently holds above VWAP after the US session opens and doesn't drop back below the line for more than 20-30 minutes, the daily trend is very likely bullish.
Mirror logic. If price is below VWAP, most session participants are sitting at a loss relative to the average. This creates seller pressure: people try to get out "at least at breakeven" on the first bounce to the line, which is exactly why VWAP from below often works as resistance rather than support.
This is an actual working pattern, not just a description of market state. The logic is simple: if the day's trend is bullish (price above VWAP), a pullback right to the VWAP line often becomes the point where large capital adds to the position. The same works in mirror for a bearish trend.
I've tested this pattern on BTC and ETH: it works out most often in the first half of the day, once the session's trend has already established but before participants have shifted into evening profit-taking. Closer to the Asian session, pullbacks to VWAP work noticeably worse — liquidity is thinner there and the line itself starts to "wander."
VWAP Signal Action
Price above VWAP, pullback to the Consider a long from VWAP with a line without a break stop slightly below
Price below VWAP, bounce to the Consider a short from VWAP with a line without a break stop slightly above
Sharp VWAP break with rising Session sentiment shift, old VWAP volume in the clusters levels lose their strength
For a scalper, VWAP doesn't work as a standalone strategy — it works as a direction filter. The task is simple: don't trade against the session's overall sentiment, even when a local pattern looks tempting.
On crypto pairs, the standard session anchor (reset at 00:00 UTC) works best for BTC and ETH because of round-the-clock trading with no single opening session like on traditional exchanges. For scalping on 1-5 minute timeframes this is enough — there's no need to change the period.
It's also worth setting up the visual display of VWAP standard deviation bands (VWAP Bands) if your chart supports it. The first band (usually ±1 standard deviation) shows the boundary of normal price dispersion for the session. A break of the second band is already a statistically rare event and often precedes a reversal or a strong impulse move.
This is where the real work begins. VWAP tells you "where the session's fair price is," and the order book tells you "who's actually standing at that level right now." When price approaches VWAP from below and a density level (a large limit order) appears on the buy side at that level, it noticeably strengthens the long signal.
Here's a trade example. BTC/USDT trades above VWAP all day, and around 15:40 UTC there's a pullback right to the VWAP line at 66 850. The order book shows an empty patch above the price (few sell orders at the nearby levels) and, at the same time, a 4.1 BTC density level on the buy side right at 66 830. Entry long from 66 850 with a stop below the density level at 66 780, target at the next local high of 67 200. Risk of roughly 70 points, potential of 350, a ratio of about 1 to 5.
Second example, this one a losing one. ETH/USDT is below VWAP, price bounces to the line at 3 410. Looks like a textbook short setup. But the tape shows buying accelerating, big prints coming in green, and the sell-side density level melting away in front of your eyes — meaning someone is eating through it with market orders. A short from VWAP in this situation closes at a loss almost immediately: price breaks the line to the upside and runs to 3 460. The takeaway is simple: a pullback to VWAP by itself guarantees nothing — without confirmation from the order book and the tape, it's just a level on a chart.
Volume Profile shows the distribution of volume across the entire price range over a longer period, while VWAP, remember, is the volume-weighted average for the current session specifically. Together they work as two coordinate systems. When the current session's VWAP lines up with the POC (point of control — the price with the highest traded volume) on the Volume Profile for the past several days, that level becomes significantly stronger than usual.
In practice this looks like: you check where today's VWAP sits and compare it against the key zones on the weekly Volume Profile. If they're close — say within 0.3-0.5% — that price area turns into a zone with an elevated probability of a reaction. That's exactly where it makes sense to keep the order book open and watch the density levels through the order book analysis module in Secret Terminal: the terminal shows not just the fact of a large order, but also how long it's been sitting at that level, which lets you tell a genuine large player's interest apart from spoofing.
This is also a good place to bring in cluster analysis within the candle. If price approaches the VWAP+POC zone and the clusters show volume concentrating just below the current price (meaning buyers are actively absorbing supply), that's an additional argument in favor of an entry. If the clusters show an even distribution with no clear imbalance, it's better to wait for a clearer signal.
Short version: figuring out how to use the vwap indicator correctly means watching how price reacts near the line, not the line itself. The most common beginner mistake is treating VWAP as a magic support or resistance level that always holds. It doesn't. On a ranging market, price can cross VWAP 10-15 times per session, and every one of those crossings without volume behind it means nothing.
By the way, vwap for crypto calculates differently than on traditional exchanges: because of round-the-clock trading there's no single opening session, and that's worth keeping in mind. The second mistake is using VWAP on low-liquidity altcoins. A single whale trade of $200,000 can violently shift the line on a coin with $5 million in daily volume, and you end up with a distorted picture. VWAP is only stable where there's a steady flow of small and mid-sized trades — usually that means the top 20 coins by volume.
The third mistake is forgetting about the session reset. If you're trading across midnight UTC and looking at "yesterday's" VWAP while the terminal is already calculating a new session, the signals stop matching what you actually see on the chart. Check where the current line's calculation starts from, especially on exchanges with different time zones for trading data.
The fourth mistake is ignoring the higher timeframe context. VWAP is an intraday tool, but if the daily chart is in a strong downtrend, local longs off VWAP on the 5-minute chart will perform worse and with a weaker risk/reward ratio than they would in a ranging or uptrending market.
If you want to lock in how professionals read the market through the order book and clusters together with VWAP, there's a free lesson from the playlist "Trading Education from Scratch | free crypto trading and scalping course." The whole five-lesson course is a good fit for anyone who wants to go from zero to confidently reading the market.
The VWAP indicator shows an asset's average price weighted by the volume of every trade during the session. It's not a forecast — it's a fact: the price the asset actually traded at, weighted by how much money each trade carried.
A moving average only accounts for candle closing prices, without volume. VWAP weights price by actual trade volume, so large trades affect the line much more heavily while small ones barely register.
Technically yes, but it loses its purpose, because the indicator is built for intraday trading and resets every session. On higher timeframes it makes more sense to look at Volume Profile over a longer period instead.
Poorly. On thin pairs, a couple of large trades can violently shift the line, and it stops reflecting the real balance of supply and demand. The indicator is most reliable on BTC, ETH, and other top pairs with daily volume above $100 million.
Standard VWAP recalculates from scratch at the start of each session — for crypto that's usually midnight UTC. There's also Anchored VWAP, which is calculated from a specific point, such as an important low or a coin's listing moment.
Yes, it's one of the basic tools for an intraday trader. On its own it doesn't give you an entry point, but it sets direction and the session's fair price, and combined with the order book and the tape it helps you find entries with a clear risk/reward ratio.
You shouldn't. VWAP shows session context well, but it doesn't show what specific participants are doing in the moment. In practice it's combined with order book density levels, cluster analysis, and Volume Profile, and that combination makes the signals noticeably more precise.
If you already understand the logic of VWAP, the next step is learning to spot signal confirmation in real time. That's exactly where the combination of the order book, the tape, and cluster analysis in Secret Terminal gives you a practical edge: you're not guessing whether the market is reacting to the VWAP level — you're seeing exactly who's standing at that level and what's happening with volume right now.
By the way, if VWAP feels like too simple an indicator, take a look at the EMA and SMA combination — the smoothing logic there is completely different, and it's covered in detail in the article "EMA and SMA Moving Averages in Trading". And for anyone who wants to dig into volume distribution deeper than a single session can show, the article "Volume Profile: Volume Distribution in Trading" is worth reading.
If you're just starting out and haven't built your basic entry system yet, start with the article "Scalping on Crypto Exchanges: Where to Begin". And the connection between VWAP and intra-candle volume is worth locking in through the article "Cluster Analysis in Trading".
Was helpful
Your rating will help us improve the quality of published materials and increase their usefulness.
We publish product updates, setup guides, and practical materials on working with Secret Terminal tools

EMA and SMA moving averages: how to use them in trading

What is the RSI indicator, how to configure it and use it to find entry points. Overbought zones, divergences, crypto sc...

Learn how to read the order book, spot large limit orders and density levels, and find key levels used by major players....