diff --git a/examples/wasm/live_trading.html b/examples/wasm/live_trading.html new file mode 100644 index 00000000..b656d1e6 --- /dev/null +++ b/examples/wasm/live_trading.html @@ -0,0 +1,194 @@ + + + + + Wickra WASM — live trading + + + +

Wickra WASM — live trading

+

+ Connects to Binance's public kline WebSocket from the browser, streams + every tick through RSI(14), MACD(12,26,9) and Bollinger(20, 2.0) via + the WebAssembly bindings, and flags BUY/SELL candidates when all + three indicators agree. No orders are placed. Mirrors + examples/python/live_trading.py and + examples/node/live_trading.js. +

+ +

+ + + + +

+ +
+

Close

+

RSI(14)

+

MACD hist

+

BB upper / lower

+
+ +

Loading WASM module…

+
+ + + +