diff --git a/examples/wasm/multi_timeframe.html b/examples/wasm/multi_timeframe.html new file mode 100644 index 00000000..5da857e4 --- /dev/null +++ b/examples/wasm/multi_timeframe.html @@ -0,0 +1,201 @@ + + + + + Wickra WASM — multi-timeframe + + + +

Wickra WASM — multi-timeframe

+

+ Loads a 1-minute OHLCV CSV, rolls it up to 5m / 15m / 1h / 4h / 1d + buckets in JS, and prints RSI(14), MACD(12,26,9) histogram and + ADX(14) per timeframe via the WebAssembly bindings. The browser + counterpart of examples/python/multi_timeframe.py, + examples/node/multi_timeframe.js and + examples/rust/src/bin/multi_timeframe.rs. +

+ +

+ + +

+ +

Loading WASM module…

+ + + + + + + + + + +