Buy and hold

PHOTO EMBED

Thu Aug 05 2021 16:56:44 GMT+0000 (Coordinated Universal Time)

Saved by @CleverIT

plt.xlabel('Date')

plt.ylabel('US$')

plt.plot(dff.index, dff['BuyNHold'])

plt.plot(dff.index, dff['Strategy'])

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