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 display RSI column in scan results

Hi, I am new to scanning. I am trying to get RSI show up as one of the columns in the scan results. I have not found the answer in the videos or SCAN network. Thanks in advance for any helpful answer.

Best Answers

  • markdmarkd mod
    edited September 2017 Answer ✓
    Unfortunately, you cannot really customize the results page, except to exclude columns.

    However, you can get RSI values (or other indicators, but only one at a time) to display if you include a "rank by" statement in your scan. It MUST be the very last statement in your scan. It does NOT include the usual "and" in front of it. So, for instance:


    // begin scan
    [exchange is NYSE]
    and [RSI(14) > 80]

    rank by RSI(14)
  • esresr
    Answer ✓
    Thank you. This will at least make it easier to search for lower or higher RSI.

Answers

Sign In or Register to comment.