Comparar la volatilidad (30 días)

PHOTO EMBED

Thu Aug 05 2021 19:52:24 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