Started as a way for me to learn some Javascript and get an overview of execution metrics for myself. Found it easy enough to host with Netlify, so might as well make it public!
Minor point, but when calculating the avg_diff_price for $GME you should be calculating a return (close-open)/open otherwise days where the stock went from 100 to 105 (5% increase) look the same as days when it went from 5 to 10 (100% increase).
Likewise, when calculating the correlations, that should be done on returns and not prices.
http://dm13450.github.io/ If you like stats, finance, sports stats and random programming snippets you should hopefully find one of my posts interesting at some point!