In this JS stdlib showcase, we take a stream of financial data, employ a simple moving average strategy, and plot the profit.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This repository showcases a JavaScript implementation of a simple moving‑average trading strategy that continuously updates two SMAs on live financial data (e.g., from Yahoo Finance) and visualizes the resulting profit versus a naïve buy‑and‑hold approach using stdlib’s incremental mean and plot modules. It is aimed at developers, data‑science enthusiasts, and educators who want to explore statistical strategies and interactive charting within the stdlib ecosystem.