View previous topic :: View next topic |
Author |
Relative Strenght Index(RSI) |
hemant.icharts Site Admin
Joined: 10 May 2011 Posts: 334
|
Post: #1 Posted: Wed Apr 30, 2014 12:40 pm Post subject: Relative Strenght Index(RSI) |
|
|
Below are the examples codes, you can customize the parameters as per your requirement. For Help on how to put this code in scanner, you can refer the video https://youtube.googleapis.com/v/icfr0r7vYt8 OR call / mail us.
Over Sold
For Normal Over Sold condition use this Code -- RSI(CLOSE, 14) < 30
For Semi Strong Over Sold condition use this Code -- RSI(CLOSE, 14) < 20
For Strong Over Sold condition use this Code -- RSI(CLOSE, 14) < 10
Over Bought
For Normal Over Bought condition use this Code -- RSI(CLOSE, 14) > 70
For semi strong Over Bought condition use this Code -- RSI(CLOSE, 14) > 80
For strong Over Bought condition use this Code -- RSI(CLOSE, 14) > 90 |
|
Back to top |
|
|
| |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|