Strategy vs buy and hold

PHOTO EMBED

Thu Aug 05 2021 19:54:08 GMT+0000 (Coordinated Universal Time)

Saved by @CleverIT

plt.xlabel('Date')
plt.ylabel('US$')
plt.plot(dff.index, dff['St_VS_BnH_N'], "b")
plt.legend(shadow=True, fontsize='large')
content_copyCOPY