- Refactored code
- Adapted poetry for development
- Updated documentation.
- Optimize Indicators calculations.
- Minor bug fixes.
- Refactored code.
- Fixed documentation.
-
Added function annotations
-
Added
__init__
to Indices class. Indices can should be initiated with a Pandas DataFrame, date column (optional) , and price column (optional). -
Function name
get_bvol_index
, andget_bvol_graph
changed toget_vola_index
, andget_vola_graph
respectively. -
Added plot output input to plot functions.