StockFetcher Forums · Filter Exchange · My Murder Hornets Scan 2.0<< >>Post Follow-up
snappyfrog
653 posts
msg #159272
Ignore snappyfrog
modified
7/8/2022 9:08:25 AM

I found that using the displaced moving average was giving me a signal
on my charts, but not as a count on my signals, due to repainting.
I missed the last move on NVAX from $38 to over $70 because of this.

I have therefore removed the DMA and am now using custom moving
average crossover of the PVI(5) and PVI(10) (positive volume index).

I am posting it below (if you click Fetch and it says you have exceeded
you subscription, click again). If you find any errors, please feel free to respond.

Thoughts, comments and advice are always welcome!

Fetcher[
draw ema(13)
draw ema(30)
draw ema(50)
draw cma(asi,10)
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{pv5, cma(pvi,5)}
set{pv10, cma(pvi,10)}
set{pv510, count (pv5 > pv10,1)}
set{var1, pv510 + 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 cma(pvi,5) on plot pvi
draw cma(pvi,10) on plot pvi
do not draw pvi
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 high
add column separator
add column sector
add column industry
add column atr(14)
add column separator
add column sig5 {signals}
add column c_13
add column pv510
add column separator
add column c_30
add column rs_53
add column pvi_22
add column wd_up
]



Mactheriverrat
3,135 posts
msg #159274
Ignore Mactheriverrat
7/8/2022 12:09:37 PM

Interesting!!!!!!

nibor100
1,010 posts
msg #159278
Ignore nibor100
7/10/2022 12:15:43 PM

Your new modified scan does indeed find NVAX before the big run-up with a 2 signal count.

However it found it a couple of weeks before with an even stronger signal count of 4 on May 27, but that would not have been too good of a trade.

Ed S.

snappyfrog
653 posts
msg #159279
Ignore snappyfrog
7/11/2022 1:34:44 AM

True. As with any filter / scan there are going to be head
fakes. Thus, a stop loss is required.

miketranz
956 posts
msg #159280
Ignore miketranz
7/11/2022 11:12:16 AM

Snappy,where's the trigger? What's the logic behind it? Thanks,Miketranz....

risjr
229 posts
msg #159291
Ignore risjr
7/12/2022 7:45:17 PM

GOOD QUESTIONS!!

snappyfrog
653 posts
msg #159306
Ignore snappyfrog
7/15/2022 4:54:50 AM

I use a "window" to buy. It comes up on the scan when it
rises to 2 signals. At 5 signals, I consider the "window" closing.

That is not to say price won't continue to rise, but I want
to be in earlier on the move.

snappyfrog
653 posts
msg #159310
Ignore snappyfrog
7/15/2022 5:55:48 AM

Also, I buy the day after the signal IF open is above
close or open is in top 25% of previous candle and
breaks the high of said candle.

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