Hi All,
Just wanted to reach out to the forums to see if anyone has had any success using sentiment_score from Stocktwits Bull minus Bear? If so, what's the best window length used?
Also, as I was going through factors I thought it might be a good idea to see if there is any juice in scanning sentiment score for volatility indications. Are there any other uses of sentiment I could gauge fluctuations outside of x std dev?
sentiment_score = SimpleMovingAverage(
inputs=[stocktwits.bull_minus_bear],
window_length=21,
)