StockFetcher Forums · Filter Exchange · RSI-2 TOP AND BOTTOM SCAN-question<< 1 2 >>Post Follow-up
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,407 posts
msg #75000
Ignore TheRumpledOne
modified
6/4/2009 2:40:11 PM

Fetcher[
/* TRO RSI TOP BOTTOM FILTER DISPLAY */

SET{ ALAST5, DAYS(RSI(2) BELOW 5,20) }
SET{ BLAST5, DAYS(RSI(2) ABOVE 5,20) }
SET{ ALAST95, DAYS(RSI(2) BELOW 95,20) }
SET{ BLAST95, DAYS(RSI(2) ABOVE 95,20) }


ADD COLUMN BLAST95
ADD COLUMN ALAST95


ADD COLUMN BLAST5
ADD COLUMN ALAST5

symlist(qld,qid)

]



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.

Fetcher[
set{value1,ind(qid,rsi(2))}
set{value2,ind(qld,rsi(2))}

add column value1{qid rsi(2)}
add column value2{qld rsi(2)}

set{value3,value1 + value2}
set{diff,value2/value3}

draw diff
/* draw diff line at 0 */ /*for advc subs */
/* draw diff line at 1 */

add column diff

symlist(qid,qld)
]




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,407 posts
msg #75065
Ignore TheRumpledOne
modified
6/5/2009 11:32:24 AM

Fetcher[
/* TRO RSI TOP BOTTOM FILTER DISPLAY */

SET{ ALAST5, DAYS(RSI(2) BELOW 5,100) }
SET{ BLAST5, DAYS(RSI(2) ABOVE 5,100) }
SET{ ALAST95, DAYS(RSI(2) BELOW 95,100) }
SET{ BLAST95, DAYS(RSI(2) ABOVE 95,100) }


ADD COLUMN BLAST95
ADD COLUMN ALAST95


ADD COLUMN BLAST5
ADD COLUMN ALAST5

symlist(qld,qid,SPE,PFE,XLU,WFC)

]



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.

StockFetcher Forums · Filter Exchange · RSI-2 TOP AND BOTTOM SCAN-question<< 1 2 >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.