mdl060374 94 posts msg #60780 - Ignore mdl060374 |
3/26/2008 2:16:08 PM
Is there a way to get only NASDAQ, NYSE, and AMEX stocks?
(I am aware of commands like MARKET IS NASDAQ, but I need 3 markets, not just one, and want to exclude the others))
|
nikoschopen 2,824 posts msg #60795 - Ignore nikoschopen |
3/26/2008 5:42:30 PM
I kid you not! ;^)
|
mdl060374 94 posts msg #60796 - Ignore mdl060374 modified |
3/26/2008 6:21:17 PM
Dont I feel like an ass :)
thanks!
|
SAFeTRADE 644 posts msg #60797 - Ignore SAFeTRADE |
3/26/2008 7:12:01 PM
From TRO I believe.
/* Eliminate OTCBB stocks */
set{place1,count(market is nasdaq,1) + count(market is nyse,1)}
set{place2,place1 + count(market is amex,1)}
place2 above 0
|