StockFetcher Forums · Filter Exchange · Murder Hornets Scan<< >>Post Follow-up
snappyfrog
653 posts
msg #157560
Ignore snappyfrog
9/12/2021 12:40:12 PM

After much help from many of you and fine tuning this scan, this is now my "go to" scan for bullish and bearish picks, specifically for my optionable symlist included.

This can also be used on non-optionable stocks.

This gives me a window of buying opportunity going long between 2 and 5 signals and from 5 to 2 signals for going short.

Thanks to all of you for your help! Below are both bullish and bearish scans. Feel free to share any tweaks you think will make this better!

You may have to click "Fetch" a second time for the picks to show.

Bullish Scan

Fetcher[
apply to symlist(SPY,TSLA,QQQ,AAPL,AMD,BBIG,IWM,NVDA,AMC,PLTR,SPRT,AMZN,BABA,PTON,F,EEM,FB,MSFT,PFE,BAC,MRNA,NIO,MARA,SAVA,RIOT,NFLX,DKNG,BA,EWZ,DIS,WISH,BB,ZNGA,GME,XLF,CCL,AAL,MU,CRM,SNAP,WDAY,T,GPS,CLOV,SQ,NCLH,HOOD,FCX,CLF,SOFI,UBER,ROKU,LCID,COIN,INTC,GM,HPQ,JD,WFC,MMAT,PLUG,MRVL,SNOW,XOM,X,ZM,M,TLRY,CSCO,PBR,C,CRWD,JPM,RIDE,SDC,SPCE,WMT,JWN,RKT,RIG,XELA,PENN,UAL,MO,V,VZ,FUBO,NOK,QCOM,CMCSA,SOS,WKHS,AMAT,ATVI,KO,WDC,AA,DAL,SBUX,SENS)

draw ema(13)
draw ema(30)
draw ema(50)

Set{cdm_7,count(cma(DMA(7,-5),7) > cma(DMA(7,-5),7) 1day ago,1)}

set{c_13, count (close > ema(13),1)}
set{c_30, count (close > ema(30),1)}
set{rs_53, count (rsi(14) > 53,1)}

set{pvi_22, count (pvi > pvi 22 day low, 1)}

/*Weekly_Daily_MACD*/
set{wk1,cema(close,15)}
set{wk2,cema(close,50)}
set{Weekly_MACD,wk1 - wk2}

set{dy1,cema(close,3)}
set{dy2,cema(close,10)}
set{Daily_MACD,dy1 - dy2}

set{Weekly_and_Daily_MACD,Weekly_MACD + Daily_MACD}

set{wd_up, count (Weekly_and_Daily_MACD > Weekly_MACD,1)}
/**************/

set{var1, cdm_7 + c_13}
set{var2, c_30 + rs_53}
set{var3, pvi_22 + wd_up}
set{var4, var1 + var2}
set{sig5, var3 + var4}
draw sig5 > 1.99
and sig5 1 day ago < 1.99

draw Weekly_and_Daily_MACD
draw Weekly_MACD on plot Weekly_and_Daily_MACD
draw Weekly_and_Daily_MACD line at 0

and draw rsi(14) line at 53
draw pvi 22 day low on plot pvi

draw Stochastic %K(20,20,2)
draw Stochastic %K(40,40,4)

add column separator
add column sector
add column industry
add column atr(14)
add column separator
add column sig5 {signals}
add column cdm_7
add column c_13
add column separator
add column c_30
add column rs_53
add column pvi_22
add column wd_up
]



Bearish Scan

Fetcher[
apply to symlist(SPY,TSLA,QQQ,AAPL,AMD,BBIG,IWM,NVDA,AMC,PLTR,SPRT,AMZN,BABA,PTON,F,EEM,FB,MSFT,PFE,BAC,MRNA,NIO,MARA,SAVA,RIOT,NFLX,DKNG,BA,EWZ,DIS,WISH,BB,ZNGA,GME,XLF,CCL,AAL,MU,CRM,SNAP,WDAY,T,GPS,CLOV,SQ,NCLH,HOOD,FCX,CLF,SOFI,UBER,ROKU,LCID,COIN,INTC,GM,HPQ,JD,WFC,MMAT,PLUG,MRVL,SNOW,XOM,X,ZM,M,TLRY,CSCO,PBR,C,CRWD,JPM,RIDE,SDC,SPCE,WMT,JWN,RKT,RIG,XELA,PENN,UAL,MO,V,VZ,FUBO,NOK,QCOM,CMCSA,SOS,WKHS,AMAT,ATVI,KO,WDC,AA,DAL,SBUX,SENS)

draw ema(13)
draw ema(30)
draw ema(50)

Set{cdm_7,count( cma(DMA(7,-5),7) > cma(DMA(7,-5),7) 1day ago,1)}


set{c_13, count (close > ema(13),1)}
set{c_30, count (close > ema(30),1)}
set{rs_53, count (rsi(14) > 53,1)}

set{pvi_22, count (pvi > pvi 22 day low, 1)}

/*Weekly_Daily_MACD*/
set{wk1,cema(close,15)}
set{wk2,cema(close,50)}
set{Weekly_MACD,wk1 - wk2}

set{dy1,cema(close,3)}
set{dy2,cema(close,10)}
set{Daily_MACD,dy1 - dy2}

set{Weekly_and_Daily_MACD,Weekly_MACD + Daily_MACD}

set{wd_up, count (Weekly_and_Daily_MACD > Weekly_MACD,1)}
/**************/

set{var1, cdm_7 + c_13}
set{var2, c_30 + rs_53}
set{var3, pvi_22 + wd_up}
set{var4, var1 + var2}
set{sig5, var3 + var4}
draw sig5 < 5.99
and sig5 1 day ago > 5.99

draw Weekly_and_Daily_MACD
draw Weekly_MACD on plot Weekly_and_Daily_MACD
draw Weekly_and_Daily_MACD line at 0

and draw rsi(14) line at 53
draw pvi 22 day low on plot pvi

draw Stochastic %K(20,20,2)
draw Stochastic %K(40,40,4)

add column separator
add column sector
add column industry
add column atr(14)
add column separator
add column sig5 {signals}
add column cdm_7
add column c_13
add column separator
add column c_30
add column rs_53
add column pvi_22
add column wd_up
]



Cheese
1,374 posts
msg #157561
Ignore Cheese
9/12/2021 1:04:20 PM

https://www.stockfetcher.com/forums/Filter-Exchange/Murder-Hornets-Scan/157560
Murder Hornets Scan
snappyfrog 9/12/2021 12:40:12 PM
==================================================================

A YUUUUGE THANK YOU to you, snappyfrog for your Murder Hornets !

I have been following the Murder Hornets journey since the beginning
and your inventions are getting better with time.

Murder Hornets are reliable and timely.


snappyfrog
653 posts
msg #157562
Ignore snappyfrog
9/12/2021 1:31:56 PM

Thank you Cheese

ZachyTrader
2 posts
msg #157599
Ignore ZachyTrader
9/19/2021 10:59:43 AM

Thanks Snappyfrog for your selfless contribution.

I have some questions with regards to this as I feel that it might affect how one might want to trade using this filter.

1. Since there are 5 different signals, how many signals are you minimally looking at, before jumping into the stock?

2. On average, how long is each trade?

3. What is your strategy for getting out of a trade, after it had gone up a few percentages?



snappyfrog
653 posts
msg #157632
Ignore snappyfrog
9/22/2021 6:01:58 PM

ZachyTrader, it doesn't show on the bullish scan until there are 2 signals. I then look for a higher open or high the next day for entry. Exits are based on resistance, trend lines or weakness on the oscillators.

meatyboy
8 posts
msg #157633
Ignore meatyboy
9/22/2021 10:21:16 PM

Your scans are always good scans and I've always appreciated your help when I run into a roadblock. SF Forums needs to figure out a way to recognize great contributors.

snappyfrog
653 posts
msg #157639
Ignore snappyfrog
9/23/2021 9:24:26 AM

Wow, thanks meatyboy

miketranz
956 posts
msg #157644
Ignore miketranz
modified
9/23/2021 9:35:08 PM

Snappy,how are the signals generated? Is 5 signals going long better than 2? Does the entry trigger have anything to do with price crossing over the moving averages? What's the most profitable hold time? Thanks,Miketranz...

snappyfrog
653 posts
msg #157657
Ignore snappyfrog
modified
9/24/2021 8:07:40 PM

*****
Snappy,how are the signals generated? Is 5 signals going long better than 2?
Does the entry trigger have anything to do with price crossing over the moving averages?
What's the most profitable hold time? Thanks,Miketranz...
*****

There are actually 6 signals which are listed below:


Signals ****
Set{cdm_7,count( cma(DMA(7,-5),7) > cma(DMA(7,-5),7) 1day ago,1)}

set{c_13, count (close > ema(13),1)}
set{c_30, count (close > ema(30),1)}
set{rs_53, count (rsi(14) > 53,1)}

set{pvi_22, count (pvi > pvi 22 day low, 1)}

set{wd_up, count (Weekly_and_Daily_MACD > Weekly_MACD,1)}
*****

The scan brings up stocks that have at least 2 signals AFTER having less
than 2 signals the day before. It doesn't matter which 2 signals hit first although
DMA and price closing above the EMA(13) tend to happen first.

These stocks can run hard or fail tomorrow, just like with any scan results.
However; I've found that when price moves up the following day, the signals
can quickly rise to 5 or even 6. As soon as I see the signals drop from 6 down
to 5, this is my signal to be looking for an exit. If the trade is weak, it may only
go up to 3 or 4 signals before falling. I would still look for an exit when the
signals level off or start falling.

My exit can then be based on resistance, trend lines, etc. But, I normally
will set a trailing stop loss and let the sell happen automatically, if I am trading
stocks. If options, then I have a set mental stop for the amount I am willing to give back.

I use the two Stochastic oscillators to give me clues on the strength of the
move and whether it might be a short or longer swing trade.

I like them to make a fast / slow line cross below the 50 line, the lower the
better. The Stochastic (20,20,2) tells me about short trades and the (40,40,4) the longer runs.

miketranz
956 posts
msg #157685
Ignore miketranz
9/26/2021 11:16:33 AM

Thanks Snappy...

StockFetcher Forums · Filter Exchange · Murder Hornets Scan<< >>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.