StockFetcher Forums · Filter Exchange · Some Basic Buy Triggers<< >>Post Follow-up
brank20
41 posts
msg #93578
Ignore brank20
modified
6/6/2010 7:36:55 PM

MACD crossed above 0
ma(5) crossed above ma(20)
rsi(2) crossed below 2
rsi(14) crossed below 30
macd fast crossed above macd slow

When one of the above is triggered, it will show up on your filter.
Best when applied to a symlist of hand picked stocks that you want invest in (based on Fundamentals and Valuation).

Fetcher[
set{var1, count(macd crossed above 0,1)}
set{var2, count(rsi(2) crossed below 2,1)}
set{var3, count(rsi(14) crossed below 30,1)}
set{var4, count( MACD Fast Line(12,26) crossed above the MACD Slow Line(12,26),1)}
set{var5, count(ma(5) crossed above ma(20),1)}

set{tot1, var1 + var2}
set{tot2, var3 + var4}
set{tot3, var5}
set{tot4, tot1 + tot2}
set{tot5, tot3 + tot4}

add column tot5{Triggers}
sort by column 5 descending

tot5 > 0
draw rsi(2) on plot rsi(14)
draw macd fast line(12,26) on plot macd slow line(12,26)
]



mesayah
658 posts
msg #93586
Ignore mesayah
6/7/2010 2:17:59 AM

Why are your filters duds while many of fours rock?

brank20
41 posts
msg #93588
Ignore brank20
6/7/2010 2:42:37 AM

Not sure what your talking about, this is simply a trigger that you apply to a symlist, not a filter persay. Get a clue.

StockFetcher Forums · Filter Exchange · Some Basic Buy Triggers<< >>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.