Outside bar scanner INTRADAY REAL TIME

Discussion in 'Trading Software' started by 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
     
  2. bump
     
  3. kiwi777

    kiwi777

    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.