Jump to content
Medved Trader Forums

Scanner Issue on Simple RSI Scan


Recommended Posts

I have a portfolio of 1,100+ stocks, and have created a simple RSI scan consisting of one paintbar line as follows:

if (RSI_Line(14, 2) < 35 {TriggerAlert(); SetScanResults(true); }

I have the scanner set for Intraday, 5-minutes, No Extended hours.  My Alert is set to jingle a tune for a filtered match.  Auto-backfill is checked.

I have an intraday, 5-minute chart set up with a corollary RSI(14, 2) indicator graphed at bottom of chart.

I run the scan against the universe of 1,100+ stocks, and get NO filtered results, yet there are definitely some that should be showing up.

As an example, I have the symbol YRD in this list which closed today with an RSI(14, 2) on 5-minute bars of 20.5485, yet this symbol doesn't show up on my scan.

I must be doing something silly here, can you please shed some light?

Thanks in advance.

 

Edited by Doug Hayman
Added reference to Auto Backfill being checked.
Link to comment
Share on other sites

It appears, and I will verify this on Monday during market hours, that the culprit may be the "Extended Hrs: Never" selection that I made on the Scan Chart Settings.  I set this back to "Extended Hrs: Default", and it now it appears to be working OK, although I'm testing this during non-market hours.

Not sure why the "Never" setting, during market hours, would have exhibited this result.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...