StockFetcher Forums · Filter Exchange · Check this out! Price and RSI(14) plotted together.<< >>Post Follow-up
SAFeTRADE
630 posts
msg #53425
Ignore SAFeTRADE
7/24/2007 5:24:13 PM

Fetcher[
set{pricerangedif, high 55 day high minus low 13 day low}
set{closedif, close minus low 13 day low}
set{Pricediv, closedif / pricerangedif}
set{pricepercent, pricediv * 100}


set{rsirangedif, 100 minus 1}
set{rsidif, rsi(14) minus 1}
set{rsidiv, rsidif / rsirangedif}
set{rsipercent, rsidiv * 100}


draw pricepercent on plot rsipercent
draw weekly rsi(2) on plot rsipercent
close > 15
shares outstanding < 100
buy2 > 17
do not draw buy2
do not draw day change

set{buy, count(high reached a new 55 day high in the last 1 day,1)}
set{buy2, count(high reached a new 55 day high in the last 1 day,60)}
draw buy
add column buy2
sort column 5 descending
]



Weekly RSI(2) > 75 */* Price% > 75 */* RSI% > 50.
Plug in your own numbers for Price and RSI. Choose whatever buy signal you use.
I like 55 day highs so I used that. I limited the list to 17 new 55 day highs in the last 60 days as my sample. I have been attempting to get Price and RSI in the same frame for some time. I tried "indposition" however it slams to the top and stays there or slams to the bottom and gets stuck there. I am still working on this.

SAFeTRADE
630 posts
msg #53434
Ignore SAFeTRADE
7/24/2007 9:00:18 PM

Didn't need to figure RSI(14). Plotted RSI(14) instead. Saved some set statements for later.

Fetcher[
set{pricerangedif, high 55 day high minus low 13 day low}
set{closedif, close minus low 13 day low}
set{Pricediv, closedif / pricerangedif}
set{pricepercent, pricediv * 100}


/* set{rsirangedif, 100 minus 1}
set{rsidif, rsi(14) minus 1}
set{rsidiv, rsidif / rsirangedif}
set{rsipercent, rsidiv * 100} (DID NOT NEED TO DO THESE) */


draw pricepercent on plot rsi(14)
draw weekly rsi(2) on plot rsi(14)
close > 15
shares outstanding < 100
buy2 > 17
do not draw buy2
do not draw day change

set{buy, count(high reached a new 55 day high in the last 1 day,1)}
set{buy2, count(high reached a new 55 day high in the last 1 day,60)}
draw buy
add column buy2
sort column 5 descending
]



StockFetcher Forums · Filter Exchange · Check this out! Price and RSI(14) plotted together.<< >>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.