ta.iii - Pine Script Variable
ta.iii
Section titled “ta.iii”Overview
Section titled “Overview”Intraday Intensity Index.
floatQualifier
Section titled “Qualifier”series
Examples
Section titled “Examples”Example 1
Section titled “Example 1”//@version=6indicator("Intraday Intensity Index")plot(ta.iii, color=color.yellow)// the same on pinef_iii() => (2 * close - high - low) / ((high - low) * volume)plot(f_iii())