Show View SPY Volume

Is there any way to display in $SPX cash index the volume of SPY ETF. Using showview

Plot one ticker price but display second ticker volume on same chart

Thanks,
João Rei

In your Showview use "Getdata" function;

V1 = GETDATA(CODE:SPY.US);
Vol(V1)

Thanks james!

Thanks James but the syntax in the GetData function isn’t quite right. It should be this:

V1 = GETDATA(CODE=SPY:US);
Vol(V1)