Nifty-500 Relative Rotation Graph (RRG) — HTML Demo
Upload a CSV with columns: date (YYYY-MM-DD), ticker, close. Include the benchmark (e.g., NIFTY50) as one of the tickers and supply its name below. If you don't upload a file, a synthetic demo dataset will be used.
Notes: This implementation computes a simple JdK-like metric: RS = price_ticker / price_benchmark. We smooth RS with an EMA (period adjustable) as the RS-Ratio, and use the EMA of the first difference of that smoothed RS as RS-Momentum. The code also animates the points across available dates so you can see rotation.
Comments
Post a Comment