I have tried several explorations for off-the-bottom, mostly involving RSI oversold etc, but this is a new one so I'll give it a try. using good old-fashioned columns & filter, column a:- c {for closing price} column b:- LongLowerShadow()
then column c:= Ref(LongLowerShadow(),-1) {for on the day before}
then simply filter: colb=1 and colc=1
but there was one snag to this: most of what came up in the exploration wasn't down the bottom at all! so I added the following line for column d:- C<(Mov(C,25,S))*.9
leaving only the ones which are down real low. you would have to add
"and cold=1" to the filter. probably not much good but it's a start.
amory