Show HN: I made a trading algorithm tracking WSB sentiment (35% annual return)
1–7 of 7 posts
Re: Show HN: I made a trading algorithm tracking WSB sentiment (35% annual return)
#2Does this account for slippage and taxes? These always tend to look very enticing until those are considered.
Re: Show HN: I made a trading algorithm tracking WSB sentiment (35% annual return)
#3Does this account for slippage and taxes? These always tend to look very enticing until those are considered.
Yes, the backtests account for both
Re: Show HN: I made a trading algorithm tracking WSB sentiment (35% annual return)
#4I wonder which has more influence. Bots posting to WSB or bots trading based on WSB, or bots reporting on WSB?
Re: Show HN: I made a trading algorithm tracking WSB sentiment (35% annual return)
#5I wonder which has more influence. Bots posting to WSB or bots trading based on WSB, or bots reporting on WSB?
Or the "Hedgies"
Re: Show HN: I made a trading algorithm tracking WSB sentiment (35% annual return)
#6I wonder which has more influence. Bots posting to WSB or bots trading based on WSB, or bots reporting on WSB?
Large funds probably have all three prongs set up
Re: Show HN: I made a trading algorithm tracking WSB sentiment (35% annual return)
#7Looks interesting, do you have to manually populate the tickers?
Asking because on line 36 there's a stocks variable.
https://github.com/tstewart161/Reddit_Sentiment_Trader/blob/...
Seems like the comment below line 36 says you do, but I thought the algo was supposed to pull those for you.