StockFetcher Forums · Filter Exchange · rsi(2) and roc(2,2)<< >>Post Follow-up
four
5,087 posts
msg #104569
Ignore four
modified
1/21/2012 1:43:52 AM

/* reduce false signals with positive cross above 5 */

Fetcher[

set{x, rsi(2) + roc(2,2)}
draw x crossed above 5
volume > 123654
close > 10
add column annual dividend yield > 1
set{cnt, count(nasdaq,1) + count(sp500,1)}
cnt > 0
do not draw cnt
add column market

]



---attempt 1 ; false signals
--

Attempt buy at high + .01 of trigger day
Attempt buy 1 day after trigger (use 1 day after high + .01)
No exit offered (ideas?)

Fetcher[
set{x, rsi(2) + roc(2,2)}
draw x < 0
volume > 123654
close > 10

set{cnt, count(nasdaq,1) + count(sp500,1)}
cnt > 0
do not draw cnt
add column market

]




StockFetcher Forums · Filter Exchange · rsi(2) and roc(2,2)<< >>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.