diff --git a/examples/wasm/backtest.html b/examples/wasm/backtest.html new file mode 100644 index 00000000..851a3586 --- /dev/null +++ b/examples/wasm/backtest.html @@ -0,0 +1,199 @@ + + + + + Wickra WASM — backtest + + + +

Wickra WASM — backtest

+

+ Streams every candle of an OHLCV CSV through a basket of indicators + (SMA, EMA, RSI, MACD, Bollinger, ATR, ADX, OBV) via the WebAssembly + bindings and prints a per-series summary. The browser counterpart of + examples/python/backtest.py, + examples/node/backtest.js and + examples/rust/src/bin/backtest.rs. +

+ +

+ + +

+ +

Loading WASM module…

+ + + + + + + + + + +