Skip to content
Advertisement

Tag: sql-update

Add column moving average in mysql

I am currently adding crypto market data to my mysql database. I have the following data per minute : I would like to add the simple moving average of different time periods to the mysql database. I tried to do this calculation in python but this took to much time. Therefore, I calculated the SMA of a 50 day time

Advertisement