Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 349 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 349 Bytes

interp

Financial analysis script which generates a volatility index of a specific stock based off of the interaction between moving averages. Creates the index by combining the normalized values representing the angle of intersection of moving averages (using linear interpolation), and area between intersection points using the shapely package.