Does anyone know how to access the volume of another symbol in an indicator? From the description page it seems straightforward but I haven't been able to get it to work.
https://tlc.thinkorswim.com/center/reference/thinkScript/Functions/Fundamentals/volume.html
Such as the following:
plot VT = volume("aapl");
or
plot VT = volume("aapl", "<current period>", "<current type>");
https://tlc.thinkorswim.com/center/reference/thinkScript/Functions/Fundamentals/volume.html
Such as the following:
plot VT = volume("aapl");
or
plot VT = volume("aapl", "<current period>", "<current type>");