From 19b75d0fac16bdabf843edd41f9571c36d98436a Mon Sep 17 00:00:00 2001 From: Chris Park Date: Sat, 26 Mar 2022 21:19:05 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 03fedaf..c13209d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # stockbot Alpaca algo stock trading bot +[![License](https://img.shields.io/github/license/shirosaidev/stockbot.svg?label=License&maxAge=86400)](./LICENSE) +[![Release](https://img.shields.io/github/release/shirosaidev/stockbot.svg?label=Release&maxAge=60)](https://github.com/shirosaidev/stockbot/releases/latest) +[![Sponsor Patreon](https://img.shields.io/badge/Sponsor%20%24-Patreon-brightgreen.svg)](https://www.patreon.com/shirosaidev) +[![Donate PayPal](https://img.shields.io/badge/Donate%20%24-PayPal-brightgreen.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CLF223XAS4W72) + Get recommended buy and strong buy stocks daily from Nasdaq.com and get prices from Yahoo and determine which stocks moved the most the previous n days, sort those by largest movers (based on open/close $) and buy those stocks if they are going up. When the stock price goes up enough, or at the end of the market day, sell any purchased stocks.