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.

metaltrader

Hi There I still can't get this Scan to work
Help would be greatly appreciated

[type = stock] AND [country is US]
and [SMA(50,close)*SMA(50,volume)>2500000]
AND [Close > 12 ]
and [group is NOT ETF]
and [weekly PctRelative(20,$INDUSTRY)] )>0]

Best Answers

  • markdmarkd mod
    Answer ✓
    Your Q: Should I remove the brackets...?
    A: Just copy and paste the $INDUSTRY line from my response to your scan (then take a close look at the difference)

    Your Q: should I add a couple of zeroes?
    A: That's up to you. You could try using "market cap" instead, for example:

    and [market cap > 100] // this means market cap is over 100 million

    Your Q: is there a book...
    A: There is no book. But, you can learn scanning from these links:

    https://stockcharts.com/docs/doku.php?id=scans

    Maybe to get started, you could look at the pre-defined scan code. Here's how:

    Find "Pre-defined Scans" link on the Members Page in the "Members Tools" section (scroll down)

    On the Pre-defined Scans page, click on any number in the first column.

    On the results page, click on "Click here to edit this scan" in the upper right corner of the page.



  • Answer ✓
    Thanks ever so much
    Very kind of you to take the time to help folks like me
    Regards
    Metaltrader

Answers

  • [type = stock]
    AND [country is US]
    and [group is NOT ETF]
    AND [Close > 12 ]
    and [SMA(50,close)*SMA(50,volume)>2500000]
    and [weekly PctRelative(20,$INDUSTRY)>0]

    This version makes it run (removed bracket - not parens - after $INDUSTRY.

    But, it gets 999 results. Maybe the SMA line needs a bigger number - add some zeroes?
  • First off thanks and sorry but I am not comfortable I understand
    Should I remove the brackets on the line with Industry? Should I add a couple of zero's after the 2500000? Have any suggestion for a book I might buy to better understand writing Scans as I am really uncomfortable now as I continue to try
    Thanks Again
    Allen
Sign In or Register to comment.