~ ~ ~ GME Price, Volume and Seismic Graph ~ ~ ~
The seismic graph was calculated as follows:
- Subtract the close price from the previous close price for each day.
- Normalize this data by dividing by the average of both prices (0.5 * (previous_close_price + close_price)).
- Divide by the volume of that day.
You must log in or register to comment.