cecheatum 6 posts msg #69844 - Ignore cecheatum |
12/13/2008 10:25:49 PM
show stock where
(ema(10) is above the ema(30) or ema(50))
and daily volume is more than 200000
and the close is more than 5
and the chart-plot is daily
or combining
show stock where
((ema(10) is above the ema(30) and the daily volume is more than 100% above the daily average volume(30)) or (ema(10) is above the ema(50) and macd(12,26,7) is above 0)
and the daily volume is more than 200000
and the close is above 5
and the chart-plot is daily
|
chetron 2,817 posts msg #69845 - Ignore chetron |
12/14/2008 12:15:42 AM
NO SUCH THING
|
lctrcbddha 28 posts msg #69860 - Ignore lctrcbddha modified |
12/15/2008 7:41:26 AM
You can do some boolean stuff by being clever. TRO has a nice post on it.
http://help.stockfetcher.com/sfhelp/?id=100318
|