| JohnT328 54 posts
 msg #149512
 - Ignore JohnT328
 | 11/1/2019 3:51:15 PM 
 Hi, I have the following filter that I need to change to a weekly filter.  So basically I need Price greater than WEEKLY EMA(13) and price less than WEEKLY EMA(45). Is this possible or something very close to this?
 
 Here is the current filter:
 
 Price > EMA(13)
 Price < EMA(45)
 
 
 Exchange is not OTCBB
 exchange is not ETF
 exchange is not AMEX
 /* volume is above 1,000,000 */
 Average Volume is above 1,000,000
 price is between 15 and 2000
 Historical Volatility(100,1) is below 65
 
 
 |