Skip to content

Place random stock trades that are the opposite sentiment of StockTwits users.

Notifications You must be signed in to change notification settings

supershenplus/stocktwits_inverse_trader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

stocktwits_inverse_trader

A script that finds a random stock, then invereses the sentiment of StockTwits users. The logic behind this is that the average StockTwits user is more wrong than right :D

This is done on a paper trading account and is just for fun!

This script utilizies Selenium, a web automation tool, and Alpaca Markets, an API for Crypto and Stock Trading. We can pull a random stock using this neat site ttps://raybb.github.io/random-stock-picker/ and then verifies it is listed on StockTwits. Once we have a valid stock, the script will automatically scroll through the stock tickers feed and count the number of posts tagged with Bullish and Bearish. Once the count has been finished it will place a trade based on the opposite overall sentiment displayed by StockTwits users.

I plan on improving the code and adding more features soon!

About

Place random stock trades that are the opposite sentiment of StockTwits users.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages