StockFetcher Forums · Filter Exchange · May have Potential//**RSI(2) crossing Stochastics**\\<< >>Post Follow-up
SAFeTRADE
630 posts
msg #49314
Ignore SAFeTRADE
1/16/2007 8:31:37 PM

Fetcher[

/* selection criteria */

Show stocks where rsi(2) crossed above slow stochastics(13,3) in the last 1 day
and Average Volume(90) is above 500000
and close is between 1 and 12
industry = or > 0
not otcbb

/* Find Current Volume Multiple */

set{cvm, volume / average volume(90)}

/* Set entry(ntr) and exit(xit) Point */

set{ntr, count(rsi(2) crossed above slow stochastics(13,3) in the last 1 day,1)}
set{xit, count(high reached a new 10 day high in the last 1 day,1)}

/* add column information */

add column cvm
add column industry
add column exchange
sort column 5 descending

/* draw selection criteria */

draw ntr
draw slow stochastics(13,3)
draw rsi(2) on plot slow stochastics(13,3)
]




SAFeTRADE
630 posts
msg #49315
Ignore SAFeTRADE
modified
1/16/2007 8:46:56 PM

I like sci and vc.



traderblues
195 posts
msg #49329
Ignore traderblues
modified
1/17/2007 7:54:08 AM

Nice filter. I made a few modifications, shown below. Take look at some offsets (3 to 10 days). A lot of green.

Fetcher[
/* selection criteria */

Show stocks where rsi(5) crossed above slow stochastics(13,3) in the last 1 day
and RSI(5) reached a new 3 day high
and Average Volume(20) is above 100000
and close is between 1 and 12
industry = or > 0
not otcbb

/* Find Current Volume Multiple */

set{cvm, volume / average volume(20)}
cvm is above 1.5

/* Set entry(ntr) and exit(xit) Point */

set{ntr, count(rsi(5) crossed above slow stochastics(13,3) in the last 1 day,1)}
set{xit, count(high reached a new 10 day high in the last 1 day,1)}

/* add column information */

add column cvm
add column industry
add column exchange
sort column 5 descending

/* draw selection criteria */

draw ntr
draw slow stochastics(13,3)
draw rsi(5) on plot slow stochastics(13,3)
]





SAFeTRADE
630 posts
msg #49340
Ignore SAFeTRADE
1/17/2007 7:37:16 PM

I like. I like the use of rsi(5) better than rsi(2).

A lot of green. Good work.


StockFetcher Forums · Filter Exchange · May have Potential//**RSI(2) crossing Stochastics**\\<< >>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.