D drukes1234 Jun 15, 2006 #1 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 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
K kiwi777 Jun 16, 2006 #3 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.
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.