| MARY4MONEY 806 posts
 msg #74977
 - Ignore MARY4MONEY
 | 6/3/2009 5:25:01 PM 
 the folllowing is really cool but - is it possible to have the actual date listed with the qld and qid results-thanks----5/22/2009 11:44:15 PM
 
 Is this what you are talking about?
 
 
 Fetcher[
 /* market tops and bottoms
 tops are usually--95-97% and bottoms are usually 3-5%-- it seems to go in 5-7 day intervals*/
 
 
 
 symlist(qld,qid)
 
 and sort column 1 descending
 
 add column rsi(2)
 add column rsi(2) 1 day ago {rsi2 -1}
 add column rsi(2) 2 days ago {rsi2 -2}
 add column rsi(2) 3 days ago {rsi2 -3}
 add column rsi(2) 4 days ago {rsi2 -4}
 add column rsi(2) 5 days ago {rsi2 -5}
 add column rsi(2) 6 days ago {rsi2 -6}
 add column rsi(2) 7 days ago {rsi2 -7}
 add column rsi(2) 8 days ago {rsi2 -8}
 add column rsi(2) 9 days ago {rsi2 -9}
 add column rsi(2) 10 days ago {rsi2 -10}
 add column rsi(2) 11 days ago {rsi2 -11}
 add column rsi(2) 12 days ago {rsi2 -12}
 add column rsi(2) 13 days ago {rsi2 -13}
 add column rsi(2) 14 days ago {rsi2 -14}
 add column rsi(2) 15 days ago {rsi2 -15}
 add column rsi(2) 16 days ago {rsi2 -16}
 add column rsi(2) 17 days ago {rsi2 -17}
 
 
 
 
 | 
| mystiq 650 posts
 msg #74980
 - Ignore mystiq
 | 6/4/2009 1:01:17 AM 
 ..also is it possible to have a close price added to the rsi-columns for more stats.?...17 more columns is a little overkill unless they can be listed under the rsi-columns...
 
 
 | 
| TheRumpledOne 6,529 posts
 msg #75000
 - Ignore TheRumpledOne
 modified
 | 6/4/2009 2:40:11 PM 
 
 
 
 BLAST5 = DAYS RSI(2) BELOW 5
 
 ALAST95 = DAYS RSI(2) ABOVE 95
 
 
 
 
 | 
| tomm1111 202 posts
 msg #75013
 - Ignore tomm1111
 | 6/4/2009 9:53:48 PM 
 Another way to look at it...
 
 Scale is from 0 to 1.
 
 
 
 
 
 
 | 
| mystiq 650 posts
 msg #75020
 - Ignore mystiq
 | 6/5/2009 1:59:27 AM 
 Thx 4 the great code guys (-.-)
 
 
 | 
| mystiq 650 posts
 msg #75022
 - Ignore mystiq
 | 6/5/2009 2:34:14 AM 
 TRO? on your  /* TRO RSI TOP BOTTOM FILTER DISPLAY */  I get a "-1.00" on SPE , PFE , XLU &  WFC under blast95 ....what does this result mean? Thx
 
 
 | 
| chetron 2,817 posts
 msg #75026
 - Ignore chetron
 | 6/5/2009 6:42:26 AM 
 GREATER THAN 20
 
 
 | 
| TheRumpledOne 6,529 posts
 msg #75065
 - Ignore TheRumpledOne
 modified
 | 6/5/2009 11:32:24 AM 
 
 
 
 Now using 100 days.. the max
 
 
 | 
| mystiq 650 posts
 msg #75108
 - Ignore mystiq
 | 6/6/2009 2:09:32 AM 
 Thx 4 the "-1.00"  insight--- in fact i like using 20 better than using the max of 100--  Thx again (-.-)
 
 
 
 | 
| cabogordon 88 posts
 msg #75128
 - Ignore cabogordon
 | 6/6/2009 5:10:48 PM 
 how do you this filter ? thanks guys.... i just don't get it.
 
 
 |