DALE! This file was created by David Brodwin and featured in the October 2006 Opening Bell. The file uses Breadth ! Analyzer to create an overbought/oversold indicator that looks at the number of stocks giving AIQ buy versus sell signals. ERup if [er up] >= 95. ERdown if [er down] >= 95. ERupCount is tickerudf("ERup",[high]). ERdownCount is tickerudf("ERdown",[high]). ERnet is (ERupCount / (ERupCount + ERdowncount) - 0.5 ) * 2 . LikelyPop if ERnet > 0.70. LikelyDrop if ERnet < -0.70 .  Rule Library˙˙ CCodeView?SP1500˙˙˙˙00:00