StockFetcher Forums · Stock Picks and Trading · Mac's Guppy MMA's , RSI(14) , EMA(5) cross EMA(13) Filter,<< >>Post Follow-up
Mactheriverrat
3,135 posts
msg #153842
Ignore Mactheriverrat
8/31/2020 9:15:00 PM

Submit
Fetcher[


/* Bullish long filter.

Show stocks where RSI(14) is above 50.00
amd EMA(5) is above EMA(13) Filter is a combnation filter.

Involed in this filter is the
* Guppy Moving averages
* Center Keltner Band(21,2.0) plus center line which is
MA(20)
* RSI(14)

* Triggers to watch for = RSI 14 that is above 50.00
(Bullish)
* Triggers to watch for = Look for RSI(14) line trending upward.
* Triggers to watch for = EMA(5) cross above EMA(13)
(Bullish)
* Triggers to watch for = What are the two Guppy MMA's group
doing vs each other. Look at past winners.
* Not all triggers have to be when RSI(14) cross above 50.00 or when EMA(5) cross above EMA(13). Study past winners to see how the trend developes.
* Watch the RSI(14) at the end of trend. If stock is making new highs but low highs on the RSI(14) then trend is losing
steam.
* Remember not all trends pan out so be cautious.

* One can change the price , volume, Average Day
range(30),ETF, OTCBB to ones own liking.
* One can also " And EMA(5) is above EMA(13)" to the filer top so they don't have to sort the e513 column.
* One can add this to any past filter from past posters on
SF.
*/


Show stocks where RSI(14) is above 50.00
draw Center Keltner Band(21,2.0)
price is above 0.01
price is below 25
and Volume is above 250000

add column separator
add column separator
and Average Day Range(30) is above 5.00
add column Average Day Range(30)
do not draw Average Day Range(30)

add column separator
add column separator
chart-time is 5 months
market is not otcbb
Market is not etf

Draw RSI(14) line at 70.00
Draw RSI(14) line at 60.00
Draw RSI(14) line at 50.00
Draw RSI(14) line at 40.00

/* rsi14xrsi14 is number of consecutive days rsi(14) above (+)/below(-) previous 50.00 */
set{rsi14rsi14b,days( rsi(14) is above 50.00 ,250)}
set{rsi14rsi14a,days( rsi(14) is below 50.00 ,250)}
set{rsi14-50, rsi14rsi14a - rsi14rsi14b} and add column rsi14-50 {rsi14-40}

Set{cntrsi14above50line,count( rsi(14) > 50.00 1day ago,1)}
draw cntrsi14above50line

Set{cntrsi14above50lineb,count( rsi(14) < 50.00 1day ago,1)}

draw cntrsi14above50lineb

add column separator
add column separator

draw ema(3)
draw ema(4)
draw ema(5)
draw ema(6)
draw ema(7)
draw ema(8)
draw ema(9)
draw ema(10)
draw ema(11)
draw ema(12)
draw ema(13)
draw ema(14)
draw ema(15)

draw ema(30)
draw ema(31)
draw ema(32)
draw ema(33)
draw ema(34)
draw ema(35)
draw ema(36)
draw ema(37)
draw ema(38)
draw ema(39)
draw ema(40)
draw ema(41)
draw ema(42)
draw ema(43)
draw ema(44)
draw ema(45)
draw ema(46)
draw ema(47)
draw ema(48)
draw ema(49)
draw ema(50)

/* e513 is number of consecutive days ema(5) above (+)/below(-) previous eMA(13) */
set{e513b,days( ema(5) is above eMA(13) ,250)}
set{e513a,days( ema(5) is below eMA(13) ,250)}
set{e513, e513a - e513b} and add column e513 {e513}

Set{cnt513,count( ema(5) > ema(13) ,1)}
draw cnt513

Set{cnt513b,count( ema(5) < ema(13) ,1)}

draw cnt513b

add column separator
add column separator
]









StockFetcher Forums · Stock Picks and Trading · Mac's Guppy MMA's , RSI(14) , EMA(5) cross EMA(13) 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.