It's the same as in Workshop 5.

Keltner(...);
vars KeltnerLower = series(rRealLowerBand);
if(crossOver(KeltnerLower,Whatever))
...