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.
Options

Filter by multiple exchanges

I want to restrict the exchanges of my scan to NYSE and NASD. How would I include multiple instead of just one...ie exchange is NYSE?

Thanks,
Brian

Best Answer

  • Options
    gordgord admin
    Answer ✓
    For multiple exchanges or parameters you can use the "OR" condition instead of the and condition.

    [type = Stock]
    and [ [exchange is NYSE] or [exchange is NASD ] ]

    note the extra set of brackets to contain the "OR" condition to just the one line.
Sign In or Register to comment.