TREND, MOVING AVERAGES & STRUCTURE
Typical price
One representative price for the candle.
spec id: typical_price
What does Typical price measure?
One representative price for the candle. Several indicators — CCI, money flow, VWAP — are built on it rather than on the close.
How is Typical price calculated?
Add the high, the low and the close, and divide by three.
Written by reading the engine’s real computation, not a textbook — where the two differ, the page describes what actually runs.
How do I use Typical price in a bot?
In the builder, add an indicator of type typical_price. Its value becomes an operand you can compare in any entry or exit rule. The engine grades the whole rule honestly: real fills, no look-ahead, half the history held back.
Related indicators
- Vertical horiz filterA trend-versus-range filter.
- VIDYAAn exponential average with an automatic gearbox: it speeds up when momentum is strong and coasts when the market is quiet.
- VortexTwo lines that cross when a trend changes hands.
- Volume-weighted MAA moving average that lets heavy-volume candles speak louder.
Or browse all 158 indicators in the full library.