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

SCTR more than 80 for 2 weeks

hi, how can I scan for stock SCTR>80 for 2 week?
thanks

Comments

  • Options
    markdmarkd mod
    edited May 2020
    It's counter-intuitive, but you want to test for the minimum sctr greater than 80.

    The function for working with a minimum value over some period of time is min( ), and you can pick the value you want from the Price, Volume and SCTRs drop down on the scan builder page. There are a lot of SCTR sub-types. So you could use

    and [min(10, SCTR) > 80]

    or, in place of SCTR, you could use any other sctr.xxx on the drop down list.
  • Options
    noted with thanks
Sign In or Register to comment.