StockFetcher Forums · Filter Exchange · RSI(2) REVISITED<< 1 ... 8 9 10 11 12 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #61566
Ignore TheRumpledOne
4/17/2008 7:37:23 PM

Same as 5 pages ago:

Fetcher[
/* RSI(2) < 25 POP */

set{HiOp, high - open }

add column HiOp

rsi(2) < 25

close above 20
average volume(30) above 1000000

sort column 5 descending
]






Fetcher[
/* RSI(2) < 25 POP - test */

set{HiOp, high - open }

add column HiOp
add column rsi(2) 1 day ago {rsi(2)_1}

rsi(2) 1 day ago < 25

close above 20
average volume(30) above 1000000

sort column 5 descending

date offset is 1
]



Perhaps we can get this thread back on track.



TheRumpledOne
6,407 posts
msg #61567
Ignore TheRumpledOne
4/17/2008 7:44:15 PM

Fetcher[
/* RSI(2) < 25 POP */

set{hiop, High - Open }

set{ a1, hiop 1 day ago }
set{ a2, hiop 2 day ago }
set{ a3, hiop 3 day ago }
set{ a4, hiop 4 day ago }

add column hiop
add column hiop 1 day ago { hiop1 }
add column hiop 2 day ago { hiop2 }
add column hiop 3 day ago { hiop3}
add column hiop 4 day ago { hiop4 }

rsi(2) < 25

close above 20
average volume(30) above 1000000

sort column 5 descending
]




Look at the High minus Open history for the past 5 sessions. That should help you pick out the best candidates.


TheRumpledOne
6,407 posts
msg #61596
Ignore TheRumpledOne
modified
4/18/2008 1:18:15 PM

Fetcher[
/* RSI(2) < 25 POP FAIL TEST */

set{HiOp, high - open }

set{LT25, count(rsi(2) 1 day ago below 25,1) }

set{LT25OP, count( LT25 equal 1, 100) }

set{fail, LT25 * count(HiOp below .10,1)} }

set{fails, count( fail equal 1, 1) }

set{failed, count( fails equal 1, 100) }


set{fail50, LT25 * count(HiOp below .50,1)} }

set{fails50, count( fail50 equal 1, 1) }

set{failed50, count( fails50 equal 1, 100) }

add column HiOp
add column LT25OP
add column failed
add column failed50

market is nasdaq
close 1 day ago above 20
volume 1 day ago above 300000
rsi(2) 1 day ago < 25

sort column 7 ascending
]



You can run this during market hours to see how much you could have made (hiop) had you bought at the open price.





TheRumpledOne
6,407 posts
msg #61627
Ignore TheRumpledOne
4/20/2008 10:55:55 AM

Fetcher[
/* RSI(2) < 25 POP */

set{HiOp, high - open }

add column HiOp

rsi(2) below 25
rsi(2) crossed below 25

close above 20
average volume(30) above 1000000

sort column 5 descending
]



added: rsi(2) crossed below 25



TheRumpledOne
6,407 posts
msg #61647
Ignore TheRumpledOne
modified
4/20/2008 10:20:31 PM

Fetcher[
/* RSI(2) < 25 POP - Penny Poppers */

set{rsi_2days, count( rsi(2) 2 days ago above 25,1)}
set{rsi_1days, count( rsi(2) 1 day ago below 25,1)}
set{rsi_0days, count( rsi(2) above 25,1)}

set{pop1, rsi_2days * rsi_1days }
set{pop2, pop1 * rsi_0days }
set{pops, count(pop2 above 0, 100) }

set{hiop, High - Open }

set{ a1, hiop 1 day ago }
set{ a2, hiop 2 day ago }
set{ a3, hiop 3 day ago }
set{ a4, hiop 4 day ago }

add column pops
add column hiop
add column hiop 1 day ago { hiop1 }
add column hiop 2 day ago { hiop2 }
add column hiop 3 day ago { hiop3}
add column hiop 4 day ago { hiop4 }


rsi(2) < 25

close above 0.009
close below 1
volume above 1000000

sort column 5 descending
]



StockFetcher Forums · Filter Exchange · RSI(2) REVISITED<< 1 ... 8 9 10 11 12 >>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.