cuemacro / finmarketpy

Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians)
http://www.cuemacro.com
Apache License 2.0
3.41k stars 490 forks source link

Added method to plot correlation network #31

Closed OdysseusH4K closed 4 years ago

OdysseusH4K commented 4 years ago

The setup.py file needs to be updated to include matplotlib.pyplot and matplotlib.collections in teh project requirements. Method based on the example reported in this page.