I am trying to do something related to:
https://usethinkscript.com/threads/...-volatility-from-1-day-ago.13907/#post-115723
I want to plot ATR of Implied volatility as an indicator. So for a chart of GLD, I need to be able to calculate ATR of GVZ. For SPY I would need ATR of VIX, etc. Since ATR requires high, low, close, I have tried assigning volhigh = high(imp_volatility()); But it gives an error. Is it possible to get high, low close of implied volatilities?
https://usethinkscript.com/threads/...-volatility-from-1-day-ago.13907/#post-115723
I want to plot ATR of Implied volatility as an indicator. So for a chart of GLD, I need to be able to calculate ATR of GVZ. For SPY I would need ATR of VIX, etc. Since ATR requires high, low, close, I have tried assigning volhigh = high(imp_volatility()); But it gives an error. Is it possible to get high, low close of implied volatilities?
Last edited by a moderator: