markziemann / cryptoblog

collection of code related to analysis of crypto market data
https://mdz-analytics.com/
MIT License
1 stars 2 forks source link

Put a dashboard of daily indicators on the homepage #29

Closed markziemann closed 2 years ago

markziemann commented 2 years ago

Use R to system() and modify the index.html

eg:

out <- Sys.time() ; attr(out, "tzone") <- "UTC" ; out
sed "s/BTC_SMA_DAILY/${VAL}/"