♥ 0 |
Hello Mr. Hahn I’m a big fan of your work. Your condition wizard video has helped me tons as I am now able to see when a particular study might get triggered using the marketwatch/alerts study chart. Thank you. I have been trying to figure out a way where I can see increasing options open interest by a percentage from one date to another. For example, I would try to find tickers whose open interest increased by 50% from last week to this week. Is there anyway this is possible? I’ve been trying with the condition wizard and some of the premade studies but no luck. Thank you for your time as usual!
Marked as spam
|
Private answer
Open interest is a built-in fundamental: https://toslc.thinkorswim.com/center/reference/thinkScript/Functions/Fundamentals/open-interest In the link above we have an example of how to use that in a chart study. If we want to construct a filter for a scan that finds options where the open interest has increased 50% over the same value from 5 days ago we can write that filter like this:
This will only work for ticker symbols of Futures contracts and Options contracts. This does not work for individual stocks because Thinkorswim does not display total options open interest for individual stocks.
Marked as spam
|
Please log in to post questions.