StockFetcher Forums · Filter Exchange · RSI(30) - Need Help to correct a filter<< >>Post Follow-up
davesaint86
725 posts
msg #70576
Ignore davesaint86
modified
1/11/2009 12:26:25 PM

http://www.stocktiming.com/Friday-DailyMarketUpdate.htm

I need a little help correcting the below filter based on the article in the above URL. Below is the current filter. Just need help with showing the RSI(30) crossing above 53 the first day and going higher the next day above the first day.


Fetcher[/*/* your filter code goes below this line */
APPLY TO SYMLIST*/
diff reached a new 1 year low and compare with ^SPX


Show Stocks where RSI(30) crossed above 53 from below and average volume above 300000 and close above 4

and draw CCI (20) line at 100.00 and draw CCI (20) line at -200.00
and draw Slow Stochastic(5,3) Fast %K line at 20.00 and draw Slow Stochastic(5,3) Fast %K line at 80.00
and draw Slow Stochastic(5.3) Fast %K line at 50.00
and draw MACD Fast Line(12,26) line at 0
draw rsi(30) line at 53
draw rsi(30) line at 47
and draw MA(250)
and draw rsi(30)
and do not draw Williams %R(2)



* STOCK DASHBOARD DISPLAY for newbies and old pros */

SET{VAR1,COUNT(MACD HISTOGRAM < 0.00,1)}
SET{VAR4,COUNT(MACD HISTOGRAM > -0.00,1)}
SET{VAR7,COUNT(2 DAY SLOPE OF MACD HISTOGRAM > 0,1)}
SET{VAR8,COUNT(2 DAY SLOPE OF MACD HISTOGRAM < 0,1)}

set{E36b,days(ema(3) is above ema(6),100)}
set{E36a,days(ema(3) is below ema(6),100)}
set{E3xE6, E36a - E36b}

set{E50200b,days(ma(50) is above ma(200),100)}
set{E50200a,days(ma(50) is below ma(200),100)}
set{M50xM200, E50200a - E50200b}

set{E1326b,days(ema(13) is above ema(26),100)}
set{E1326a,days(ema(13) is below ema(26),100)}
set{E13xE26, E1326a - E1326b}

set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{CxC, CCa - CCb}

set{E5b,days(close is above ema(5),100)}
set{E5a,days(close is below ema(5),100)}
set{CxE5, E5a - E5b}

set{E50b,days(close is above ma(50),100)}
set{E50a,days(close is below ma(50),100)}
set{CxM50, E50a - E50b}

set{E200b,days(close is above ma(200),100)}
set{E200a,days(close is below ma(200),100)}
set{CxM200, E200a - E200b}

set{T10, count(10 day slope of the close above 0,1)}
set{T60, count(60 day slope of the close above 0,1)}
set{T200, count(200 day slope of the close above 0,1)}

Set{a1, T200 * 1}
Set{a2, T60 * 10}
Set{a3, T10 * 100}

Set{aa, a1 + a2}
Set{TREND, aa + a3}

set{v, volume 1 day ago}
set{volinc, volume - v}
set{volpc, volinc / v}
set{volpct, volpc * 100}

set{VolZ, days(volume < 1,100)}
set{VolUp, days(volume is below volume 1 day ago,100)}
set{VolDn, days(volume is above volume 1 day ago,100)}
set{VolCnt, VolUp - VolDn}

set{vck1, volume 1 day ago }
set{vck, volume / vck1 }
set{vdbl, days(vck < 2, 100)}

set{x1, high - open}
set{Long_Profit, x1/open }

set{B1A, count(Long_Profit > .02 , 100)}
set{B2A, count(Long_Profit > .04, 100)}
set{B0010, B1A - B2A}

set{C1A, count(Long_Profit > .04 , 100)}
set{C2A, count(Long_Profit > .09, 100)}
set{C0010, C1A - C2A}

set{D1A, count(Long_Profit > .09 , 100)}
set{D2A, count(Long_Profit > .19, 100)}
set{D1020, D1A - D2A}

set{E1A, count(Long_Profit > .19 , 100)}
set{E2A, count(Long_Profit > .29, 100)}
set{E2030, E1A - E2A}

set{F1A, count(Long_Profit > .29 , 100)}
set{F2A, count(Long_Profit > .39, 100)}
set{F3040, F1A - F2A}

set{G1A, count(Long_Profit > .39 , 100)}
add column separator
add column RSI(30)
add column separator
add column RSI(30) 1 day ago {RSI-1 day}
add column separator
add column RSI(30) 2 day ago {RSI-2 day}
add column separator
add column RSI(30) 3 day ago {RSI-3 day}
add column separator
add column Close {TDC}
add column separator
add column close 1 day ago {PDC}
add column separator
and add column average day range(10) {adr10}
add column separator
and add column average day range(30) {adr30}
add column separator
and add column B0010 {2_4}
add column separator
and add column C0010 {4_9}
add column separator
and add column D1020 {10_19}
add column separator
and add column E2030 {20_29}
add column separator
and add column F3040 {30_39}
add column separator
and add column G1A {40+}
add column separator
and add column C1A {ttl}
add column separator
and add column Trend
add column separator
add column ADX(10,10) {ADX10}
add column separator
add column Money Flow Index(15) {MFI15}
add column separator

add column Open {TDO}
add column separator
add column High {TDH}
add column separator
add column Low {TDL}
add column separator


sort column 6 Ascending
]




StockFetcher Forums · Filter Exchange · RSI(30) - Need Help to correct a filter<< >>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.