Mastering RSI Calculation in JavaScript for Smarter Trading
Calculate the Relative Strength Index (RSI) in JavaScript from scratch. Covers the math, smoothing methods, signal interpretation, and trading integration.
Article archive
Browse older engineering guides and field notes, page 36.
Continue browsing
Calculate the Relative Strength Index (RSI) in JavaScript from scratch. Covers the math, smoothing methods, signal interpretation, and trading integration.
Compute SHA-256 hashes in JavaScript without external libraries. Learn the Web Crypto API, ArrayBuffer handling, and when to use native browser hashing.
Call Microsoft Graph API from JavaScript with authentication, token management, and paginated requests. Full examples for mail, calendar, and user data.
Launch Microsoft Edge with a specific browser profile from the command line. Useful for automation, testing, and managing multi-account workflows.
Bring back the classic right-click context menu in Windows 11 with a simple registry tweak. No third-party software needed — works on all editions.
Master Azure CLI for virtual machine management. Covers VM creation, start/stop, resize, disk management, and automation scripts for cloud operations.