Live Demo¶
An interactive browser demo — indicators computed in WebAssembly via tulip-rs-wasm, chart rendered with Lightweight Charts v5.
What you can do¶
- Click + Add Indicator to open the indicator selector
- Indicators are grouped into three categories:
- Overlay — rendered directly on the price chart (SMA, EMA, BBands, PSAR, …)
- Volume — rendered in the volume panel (EMV, MFI, …)
- Oscillator — rendered in a new separate pane (RSI, MACD, Stoch, CCI, …)
- Candlestick Patterns — 77+ patterns shown as chart markers
- Set numeric parameters (period, etc.) before adding
- For indicators with optional outputs (e.g. ADX → DX, DEMA → EMA), toggle and colour each secondary line independently
- Each active indicator appears as a badge — click ✕ to remove it
- Use the 1Y / 2Y / 5Y / All zoom buttons in the header to change the visible range
Notes¶
- The WASM engine is loaded on first visit from the jsDelivr CDN — subsequent loads are cached by the browser.
- Data is MSFT daily OHLCV (static, bundled with the demo).
- The demo is a single self-contained HTML file — no server required. Download
demo.htmland open it locally. - Built with
tulip-rs-lwc— the Lightweight Charts plugin for tulip-rs.