Thanks @Ben Ten. In thinkorswim there are predefined dummy custom columns available (Custom1, Custom2 etc). We can add the code to one of the custom column. Can you help me with the code to find the change in OI number? Update the change in OI every minute.@usahu Not possible. ToS doesn't allow you to add custom columns to their option chain.
@DeusMecanicus , @BenTen it does not work with 4 digit strike price as it gets comma in Option ticker.
#Using ConCAT notation
AddLabel(1, Concat(".", Concat(GetSymbol(), Concat(optionSeriesPrefix, Concat("P", AsPrice(PutStrike))))) , Color.WHITE);
#Using "+" notation
AddLabel(1, "."+ GetSymbol()+ optionSeriesPrefix +"P"+ AsPrice(PutStrike) , Color.WHITE);
Join useThinkScript to post your question to a community of 21,000+ developers and traders.
Start a new thread and receive assistance from our community.
useThinkScript is the #1 community of stock market investors using indicators and other tools to power their trading strategies. Traders of all skill levels use our forums to learn about scripting and indicators, help each other, and discover new ways to gain an edge in the markets.
We get it. Our forum can be intimidating, if not overwhelming. With thousands of topics, tens of thousands of posts, our community has created an incredibly deep knowledge base for stock traders. No one can ever exhaust every resource provided on our site.
If you are new, or just looking for guidance, here are some helpful links to get you started.