I am trying to pull volume of stocks from different securities to analyze them. However, the volume from the security() command seems different to the standard volume command. I have made sure they are part of the same timeframe. My code is simple:
v1 = security("NASDAQ:ADP",timeframe.period,volume)
plot(v1)
plot(volume)
The results I get can be seen here, where the first number is the output v1