Hi - I'm new at this and was hoping someone could help me figure out if what I'm trying to do is possible and if so, where I'm going wrong. I'm intraday trading. Using indicators for VWAP cross and Momentum Oscillator (LazyBear's Intraday Momentum Index). I'm trying to set up a scan (and alerts) for a narrow time frame where the VWAP cross and the Momentum Oscillator's "imi_ob" (Yellow Dot) occur within close proximity of each other (see the blue rectangle on the screenshot). Ideally, I'd like to catch the yellow dot(s) on a steeper upwards swing above the midline, but at this point, I'll settle for anything close. I'm including screenshots (hopefully they show up). If not, I'm using: Intraday_momentum_oscillator()."imi_ob" is true within 8 bars and PriceCrossVWAP()."vwapValue" is true within 8 bars". I also don't know what to set the time aggregate to. Thanks in advance for any suggestions!