Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Interactive Anchored Volume Weighted Average Price (AVWAP) chart tool powered by Yahoo Finance data.
- Click to anchor — Click any candle on the chart to set the VWAP anchor point
- All asset types — Stocks, ETFs, Crypto, Forex, Futures
- Two timeframes — 5-minute (5 days of data) and Daily (1 year of data)
- Symbol search — Autocomplete search for any Yahoo Finance symbol
- Real-time VWAP calculation —
AVWAP = Σ(TP × Volume) / Σ(Volume)from anchor forward
- Search for a symbol (e.g.,
AAPL,BTC-USD,EURUSD=X) - Select a timeframe (5 min or Daily)
- Click any candle on the chart to set the anchor point
- The golden AVWAP line will appear from that point forward
- Click "Clear Anchor" to remove the VWAP line
Rendering mermaid diagram...
- Backend: Hono (TypeScript)
- Frontend: React 18 + TradingView Lightweight Charts
- Data: Yahoo Finance v8 API
- Styling: Twind (Tailwind CSS)