Outside bar scanner INTRADAY REAL TIME

I know this has been posted before but does anyone know how I can scan intraday for stocks making an outside bar in the 1 minute 5 minute or 10 minute time frames -- any suggestions would be GREATLY appreciated. THANK YOU
 
I'm playing with neatscan.
Code Outside Bar:
return (HIGH >High\1\) and (LOW < Low\1\);
and select a minute time frame, then run the scan.
 
Back
Top