New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.
I would like to add the filter "volume greater than the previous 10 days" to the following Syntax. I tried but could not get it to work. Can someone help?
[type is stock]
AND[country is US]
AND [exchange is NASDAQ]
AND [name not contains 'Fund']
AND [name not contains 'ETF']
AND [name not contains 'ETN']
AND [name not contains 'iShares']
AND [name not contains 'PowerShares']
AND [Today's Low < 1 Day Ago Low]
AND [Today's Close >= Today's High * 0.75] // Close is within 75% of the High
0
Answers