StockFetcher Forums · Filter Exchange ·  upper and lower limits for RSI(14)<< >>Post Follow-up
jrbikes
624 posts
msg #53240
Ignore jrbikes
7/18/2007 8:11:54 PM

RSI(14) upper limit 60
RSI(14)lower limit 40
Draw Weekly RSI(2)
close between .01 and 5
close above MA(53)
EMA(18) above MA(53)

can any one code that, like I said, its toggle swithes for me!

SAFeTRADE
630 posts
msg #53244
Ignore SAFeTRADE
7/18/2007 9:49:22 PM

Fetcher[
/* RSI(14) upper limit 60
RSI(14)lower limit 40 */

close between .01 and 5
close above MA(53)
EMA(18) above MA(53)

draw ema(18)
draw ma(53)


set{upper, 60}
set{lower, 40}

set{crossup60, count(rsi(14) crossed above 60 in the last 1 day,1)}
set{crossup40, count(rsi(14) crossed above 40 in the last 1 day,1)}

set{crossdn60, count(rsi(14) crossed below 60 in the last 1 day,1)}
set{crossdn40, count(rsi(14) crossed below 40 in the last 1 day,1)}


draw upper on plot rsi(14)
draw lower on plot rsi(14)

draw weekly rsi(2) on plot rsi(14)

set{m53, ma(53)}
set{m18, ma(18)}
draw m53 on plot m18


add column crossup60
add column crossup40
add column separator
add column crossdn60
add column crossdn40
add column separator
]



May be what u want. sort on the "cross" columns.





jrbikes
624 posts
msg #53278
Ignore jrbikes
7/19/2007 7:36:29 PM

thanks safetrade, thats neat, I just cant grasp all that code language, that would take me 2 hours to do that, thanks so much! I really like the M53 and M18 chart at the bottom, that shows the exact time frame with RSI for the cross over, Im going to have to learn this code stuff, cool!

later

StockFetcher Forums · Filter Exchange ·  upper and lower limits for RSI(14)<< >>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.