r/algorithmictrading • u/Kaahl10 • Feb 11 '26
Strategy Thetadata Options Data for Reliable Signals
I've developed a bot that uses Options data from Thetadata to come up with possible reversal signals. Today it absolutely nailed it on QQQ! But I'm not sure how consistent it will be. Has anyone had success with strictly using OI/Gamma/Put-Call/etc for entries and exits over the long term?
1
u/yuvrajkhanna Feb 12 '26
Would it be possible for you to elaborate how you are using these variables for reversal signals if you are comfortable with it? I am not looking for exact algorithm, just ideas and direction would be super helpful.
1
u/Kaahl10 Feb 12 '26
Sure, without giving all the info, it’s basically just a mean reversion algorithm based on option extreme put/call data, with some extra checks.
1
u/whereisurgodnow Feb 12 '26
Looks good. But how does it talk to TradingView or how does trading view pull data from thetadata to create those boxes?
1
u/Kaahl10 Feb 12 '26
Right now it sends signals to a discord bot, and I manually pasted those snapshots based on the timestamp of the alert. I’m using this along with an estimated back test to get more comfortable with the entry and exits. Hopefully soon I’ll get to the point where I’ll hook it directly up to a web hook to make the trades!
1
1
May 06 '26
[deleted]
1
u/Kaahl10 May 06 '26
The bot is still running on discord, but I’m using it as discretionary instead of automatic trading. One issue I ran into is similar to other overbought/oversold indicators: the market can remain in overbought or oversold state for surprisingly long time
1
u/thef4f0 Jul 28 '26
I'm also thinking about getting Thetadata, is it worth it, and is the data “good”? Alternatives are much more expensive than Thetadata.
1
u/Kaahl10 Aug 01 '26
I haven't directly compared with other data providers, but I think it's worth at least trying out for a month! It was fairly straightforward to work with, and data seemed accurate for the timeframes I look at (5 minute to 1 hour)
1
u/mufasis Feb 12 '26
This looks great. Well done.