| sat_stocks 24 posts
 msg #154597
 - Ignore sat_stocks
 | 11/10/2020 9:04:58 PM 
 Hi,
 
 I found this filter in forums and added my requirements , seems to be  good and looking for  polish for better results , any suggestions or additions are welcome !
 
 Aroon Oscillator(25) Oscillator(8) touched -92 and Draw RSI(2) and Draw Williams %R(10 and Draw Williams %R(30) on plot Williams %R(10) and Draw Williams %R(60) on plot Williams %R(10) and volume(10) is above 500000 and close is between 0.01  and 1 date offset 0
 
 volume above 1000000
 
 /* The formula */
 set{dollarVolume, cma(volume, 10) * close}
 
 /* display the formula */
 and add column dollarVolume
 and sort column 5 desc
 and draw dollarVolume
 dollarvolume above 100000
 
 Thanks
 sat
 
 
 |