| smartguy 47 posts
 msg #99258
 - Ignore smartguy
 | 2/19/2011 6:35:25 PM 
 I want to be able to add up the rsi(2) of 2 days ago + rsi(2) of 1 day ago + rsi(2) of today = 3day total of these values.  I then want to be able to scan for stocks with this 3 day total less then a value I choose i.e. 15  (example - stocks whose rsi(2) cummulative total for the last 3 days is 15 or less).  I also want to be able to display this number with it's chart and to be able to sort the stocks that meet this criteria from lowest to highest.  How do I write this in stockfetcher code- thanks for your help in advance.
 
 
 | 
| Kevin_in_GA 4,599 posts
 msg #99263
 - Ignore Kevin_in_GA
 | 2/19/2011 7:09:32 PM 
 2/19/2011 6:35:25 PM
 
 I want to be able to add up the rsi(2) of 2 days ago + rsi(2) of 1 day ago + rsi(2) of today = 3day total of these values. I then want to be able to scan for stocks with this 3 day total less then a value I choose i.e. 15 (example - stocks whose rsi(2) cummulative total for the last 3 days is 15 or less). I also want to be able to display this number with it's chart and to be able to sort the stocks that meet this criteria from lowest to highest. How do I write this in stockfetcher code- thanks for your help in advance.
 
 ++++++++++++++++++++++++++++++
 
 
 
 
 8 hits for Friday.  I added a column that tells you where the close was relative to the upper/lower Bollinger bands.  I would look for both low rsisum values and a close at or below the lower BB.
 
 
 | 
| smartguy 47 posts
 msg #99270
 - Ignore smartguy
 | 2/19/2011 11:46:21 PM 
 kevin_in_GA- thank you for you help.  Many thanks.
 
 
 |