| Smpoll 79 posts
 msg #158286
 - Ignore Smpoll
 | 12/30/2021 1:48:57 PM 
 Hi-
 
 I'm hoping someone can give me a hand with the MA(9) & MA(34) in this filter please? I'm trying to weed out the one's that are too far away from each other, preferably near or touching and I just can't get there.
 
 Thank you!
 
 chart-display is weekly
 
 Show stocks where the average day range (50) is above 1.5%
 and price is greater than 20
 and average volume (30) is greater than 400000
 add column average volume (30)
 add column average true range (22)
 add column average day range (50)
 sort column 6 descending
 SET{VHISTO,MACD HISTOGRAM}
 draw MA(9)
 draw MA(34)
 DRAW MACD
 DRAW VHISTODN ON PLOT VHISTO
 DRAW VHISTOUP ON PLOT VHISTO
 draw RSI(StochRSI(14,14)
 
 
 |