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.

Percent Above a Moving Average

I simply want to scan for all stocks that are 10% or more above their 9 EMA. Appreciate any help!

Answers

  • markdmarkd mod
    edited January 2017
    On the advanced scan page, select EMA twice from the Technical Indicators drop down.

    Edit the ema so it has "9, close" inside the parentheses instead of "50,volume".

    Edit out the "> 9999999" s.

    Place the two EMAs on one line with a ">" sign between them.

    After the second EMA add " * 1.1"

    Begin the line with "and" and put brackets around the two emas [ ... ]

    Your first line should indicate the stocks you want to look at, like

    [group is sp500]

    followed by your ema condition.

    Click the check syntax button. Fix any errors.

    Save the scan with a name.

    If you have a problem, post what you have.

    Here's a link to scan examples you can copy/paste and edit:

    stockcharts.com/school/doku.php?id=chart_school:scan_library


    Also there are videos and tutorial pages.
Sign In or Register to comment.