StockFetcher Forums · Filter Exchange · rsi(1) squared<< >>Post Follow-up
four
5,087 posts
msg #92141
Ignore four
modified
5/5/2010 4:06:01 PM

Fetcher[

set{rsx, rsi(1) * rsi(1)}

draw rsx
rsx 1 day ago < 1
rsx > 1

close between 5 and 20
close > open
]



--- Better than above --- hp722c

Fetcher[
set{rsx, rsi(1) * rsi(1)}

draw rsx
rsx 1 day ago < 1
rsx > 1

close between 5 and 20
close > open
rsi(2) between 28 and 30

]


------ version 2 ---------

Fetcher[


set{rsx, rsi(1) * rsi(14)}

draw rsx
rsx 1 day ago < 1
rsx > 1

close between 5 and 20
close > open
]



chetron
2,817 posts
msg #92161
Ignore chetron
5/5/2010 7:30:14 PM

HAVE YOU TRY THIS.......


Fetcher[
set{var1a,rsi(2) 1 day ago}
set{var1b,rsi(2) 2 day ago}
set{var1c,rsi(2) 3 day ago}


set{var2a,rsi(2) * var1a}
set{var2b,var2a * var1b}

set{rsx, var2b * var1c}

draw rsx

close between 5 and 20
]



four
5,087 posts
msg #92178
Ignore four
modified
5/5/2010 9:48:01 PM

--------------------------- trigger added to chetron's post , 5/5/10
Fetcher[

rsi(2) > rsi(2) 1 day ago
rsi(2) < 30
average volume(30) > 100000
set{var1a,rsi(2) 1 day ago}
set{var1b,rsi(2) 2 day ago}
set{var1c,rsi(2) 3 day ago}

close > open
set{var2a,rsi(2) * var1a}
set{var2b,var2a * var1b}

set{rsx, var2b * var1c}

draw rsx

close between 5 and 20

set{var1, day point range /5}
set{buy, high + var1}
draw buy on plot close
add column buy
]




chetron
2,817 posts
msg #92209
Ignore chetron
modified
5/6/2010 9:20:53 AM

I WAS THINKING MAYBE...

Fetcher[
/* SHORT VERSION */

set{var1a,rsi(2) 1 day ago}
set{var1b,rsi(2) 2 day ago}
set{var1c,rsi(2) 3 day ago}


set{var2a,rsi(2) * var1a}
set{var2b,var2a * var1b}

set{rsx, var2b * var1c}

ADD COLUMN 1 DAY SLOPE RSX

draw rsx

1 DAY SLOPE RSX ABOVE 10000000
close between 5 and 20
VOLUME ABOVE 100000
SORT COLUMN 5 DESCENDING


]



StockFetcher Forums · Filter Exchange · rsi(1) squared<< >>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.