tbaranoski / Trading_Quant

Apache License 2.0
3 stars 2 forks source link

MODULARITY FIX: market_health() File (make more modular and group object Compatible) #28

Closed tbaranoski closed 2 years ago

tbaranoski commented 2 years ago

Make modifications market_health.py to allow for populating objects allowing for more modularity and streamlined use down the line. This will allow data and analysis to autonomously occur on specific groups that the user can set in trade.py

tbaranoski commented 2 years ago

UPDATE: get_distribution_health() fixed