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.

Stocks which are above sma 200 on weekly chart

I want scan that shows stocks that are above sma 200 on weekly chart

Answers

  • Are you sure you want a 200 week sma? That's almost 4 years. One year would be 52 weeks. 200 days would be 40 weeks.
  • I mean I want to see stocks that are above SMA 200 line on weekly, I will attache screenshot (black line is SMA 200).
  • markdmarkd mod
    edited July 2020
    OK, just checking.

    and [weekly close > weekly sma(200, weekly close)]

    You will want to add something that limits results, e.g.

    // weekly 200 sma scan
    [group is sp500]
    and [weekly close > weekly sma(200, weekly close)]


    Or maybe you have volume or capitalization requirements. You can select these from the drop downs on the scan workbench page and edit to your liking.
Sign In or Register to comment.