/WallstreetbetsAlgoTrading

Trades based on sentiment analysis from reddit.com/wallstreetbets

Primary LanguagePython

WallstreetbetsAlgoTrading

Trades based on sentiment analysis from reddit.com/wallstreetbets

Getting Started:

  1. Make sure you have virtualenv and gpg installed. It's probably pip3 install virtualenv
  2. bash ./bash-utils.sh s

Sentiment analysis:

Here is a good resource for Sentiment Analysis. I think it's better if we use the Google Cloud Natural Language Processing API since it's probably been trained more and sentiment analysis is mostly available out of the box.

Documentation for stuff:

  • Reddit API: PRAW
  • Amazon AWS API: BOTO3
    • This is so we can run the script all day when we're at that stage. Google cloud API would probably be better since it's free
  • ALPACA Trading API: ALPACA
    • We can use another API in the future like Webull or etrade. I think this is a good place to start though
  • Google Sheets Databased: Google Sheets
    • This is where we store data on a remote server