Skip to content

Trades based on sentiment analysis from reddit.com/wallstreetbets

Notifications You must be signed in to change notification settings

mercush/WallstreetbetsAlgoTrading

Repository files navigation

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

About

Trades based on sentiment analysis from reddit.com/wallstreetbets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published