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.

Scan for more than 1 group

When I run a scan to include both gold miners, AND platinum and precious metal groups, I get a return of 0 charts. I assume I have my brackets wrong. Can someone advise?

Comments

  • markdmarkd mod
    edited April 2016
    Does your scan say gold miners OR platinum group?

    This gets 87 hits.

    // begin 2 group scan

    // default universe
    [type = stock] AND [Daily SMA(20,Daily Volume) > 40000]


    // add two groups to universe

    and

    [ // bracket to begin OR statement

    [group is GoldMining]

    OR

    [group is PlatinumPreciousMetals]

    ] // bracket to end OR statement

    // end 2 group scan
Sign In or Register to comment.