Oversold based RSI Screener

Category: Screeners By: lolo Created: October 20, 2015, 4:37 PM
October 20, 2015, 4:37 PM
Screeners
1 Comment

Author: financnipi

RSI is an indicator that can be sais oversold or overbought, and this may foresee some trend reversals. In this example, we will pick up all the stocks “oversold”, considering hourly bars.

“Oversold” is defined by RSI < 30. This is as much significant as the RSI is near of the zero line.

So we will build a screener that returns all the stocks where RSI < 30 and we will keep thoose that have the lowest RSI values.

REM Calculate the RSI indicator on 14 hourly bar
a1=open<dclose(1)
a2=open[1]<dclose(2)
REM Our filter condition: RSI < 30


REM Sorting criteria: myRSI
SCREENER [a1 and a2 ]

Download
Filename: Oversold-based-RSI-Screener.itf
Downloads: 167
lolo New
I usually let my code do the talking, which explains why my bio is as empty as a newly created file. Bio to be initialized...
Author’s Profile

Comments

Logo Logo
Loading...