cramer-algo-trader
cramer-algo-trader copied to clipboard
Trade Stocks with Node.js, Alpaca, and GPT-3
Update packages Add pubsub emulator to serve Add firebase emulator conifg
This code adds a stop loss parameter incase the stock tanks by more than 10%.
Since its trading stocks, it should hold onto stuff longer. The market cannot respond to changes in just 1 day.
This was not tested since I don't have the alpaca/openai credentials
Once in a blue moon Cramer will recommend selling a stock you like. This code stops that from happening.
corrected a spelling error in the first sentence in the word 'Function'.
Just changed a basic typo
This commit is focused on using puppeteer to better handle twitter scraping. Instead of just taking a screenshot of the entire page it filters by the div's and takes the...