KalebMills / stock-bot

1 stars 0 forks source link

Top Gainer Algorithm Backtest #14

Closed KalebMills closed 3 years ago

KalebMills commented 4 years ago

We have a single algorithm currently. We want to see if this very basic strategy would even be valuable in a production environment. To do this, we need to compile data on the top gainers over the last 12 months, and be able to understand if a basic buy / sell strategy would work on top gaining stocks. Where we buy on a ticker that has increased X% over Y time.

KalebMills commented 3 years ago

Complete