vwap
Calculate the Volume-Weighted Average Price (VWAP)
ta.js
Financial Technical Analysis in JavaScript
vwap-fast
Quickly calculate moving volume-weighted average prices [aka VWAP or MVWAP] from a stream of OHLCV candles. Uses prefix sums and static 'rolling' arrays for efficiency.