Comparar las volatilidades de ambos portafolios

PHOTO EMBED

Thu Aug 05 2021 16:55:47 GMT+0000 (Coordinated Universal Time)

Saved by @CleverIT

plt.xlabel('Date')

plt.ylabel('Volatility of Portfolio')

plt.plot(dff.index, dff['BnH_Vol'], "b")

plt.plot(dff.index, dff['Strategy_Vol'], "r")

plt.legend(shadow=True, fontsize='large')
content_copyCOPY