Try:

vars bp = series(BandPass(Price,24,0.1));
plot("Filtered",bp,NEW,BLACK);

To plot the bandpass.