Barry Cohen
 Sage
      Posts: 6338
Joined: 1/19/2004
User Profile |
I asked Jeff & he said to try:
C < (iZD_Top(1.4,6,5,16,1.5))+ATR(20)*.5.
That will provide all stocks with 1/2 an ATR of the demand top. It will also give you all stocks well below it, so what you probably want is:
C < (iZD_Top(1.4,6,5,16,1.5))+ATR(20)*.5 AND C > (iZD_Top(1.4,6,5,16,1.5))-ATR(20)*.5
This will scan for all stocks within a 1/2 ATR above AND below the demand top.
|