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.

How to add 1) RSI (daily) and 2) %change of RSI (daily) to scan output

How would I add 1) RSI and 2) %change of RSI to the following scan (stocks gained 5% today).

[type = stock]
and [today's close > yesterday's close * 1.05]
rank by PctChange(1,close)

Answers

  • I hope my above question is clear and answerable !!
  • gordgord admin
    Yes try the following.

    [type = stock]
    and [today's close > yesterday's close * 1.05]
    and [RSI(14) > yesterdays RSI(14) *1.02 ]
    rank by PctChange(1, RSI(14))
Sign In or Register to comment.