StockFetcher Forums · Filter Exchange · Buying Trend and Buying Momentum<< >>Post Follow-up
SAFeTRADE
630 posts
msg #149395
Ignore SAFeTRADE
10/23/2019 6:53:19 PM

I have not posted a filter in quite awhile, so I thought I would post this one. I think
it is self explanatory.

Fetcher[
set{vmult, atr(10) * 1.5}
set{vstopu1a, low 5 day low + vmult}
set{vstopu2a, close + vmult}
set{vstop, min(vstopu1a 1 day ago,vstopu2a)}

draw rsi(14) line at 68
draw rsi(14) line at 50
draw vstop on plot price
set{buy_trend, count(macd(3,8,3) fast line crossed above macd(3,8,3) slow line,1) * count(rsi(14) > 50,1)}
set{buy_momentum, count(macd(3,8,3) fast line crossed above macd(3,8,3) slow line,1) * count(rsi(14) > 67.9,1)}
set{sell, count(close crossed below vstop 1 day ago,1)}
do not draw RSquared(close, 60)
close > 5
volume > 250000
add column RSquared(close, 60)
add column buy_trend
add column buy_momentum
add column vstop{stop}
add column sell
draw buy_trend
draw buy_momentum

draw macd(5,25,5)
draw macd(3,8,3)
draw ma(13)
draw ma(20)

sort column 5 descending
]



Cheese
1,374 posts
msg #149396
Ignore Cheese
10/23/2019 9:40:31 PM

Thank you, SAFe
Excellent filter.

SAFeTRADE
630 posts
msg #149420
Ignore SAFeTRADE
10/26/2019 7:35:21 AM

*** Revised Version TCC .002 ***

Fetcher[
set{v2, close 21 day high-low}
set{v3, v2/close 21 day high}
set{vixfix, v3*100}
set{vixfixrsi,crsi(vixfix,5)}

set{v6, cma(vixfix,3)}
set{v7, cma(vixfix,8)}
set{v21, cma(vixfix,21)}


set{vmult, atr(10) * 1.5}
set{vstopu1a, close 5 day low + vmult}
set{vstopu2a, close + vmult}
set{vstop, min(vstopu1a 1 day ago,vstopu2a)}



set{buy, count(macd(3,8,3) fast line crossed above macd(3,8,3) slow line,1) * count(macd(5,34,5) fast line above macd(5,34,5) slow line,1)}

set{buy2, count(macd(3,8,3) fast line above 0,1) * count(macd(5,34,5) fast line crossed above macd(5,34,5) slow line,1)}
set{sell, count(Bollinger %B(8,2.0) crossed below .5,1)}
set{odds_long, count(macd(5,34,5) above 0,1)}
set{odds_short, count(macd(5,34,5) below 0,1)}
set{null,0}





volume > 500000
close > 5
optionable

draw v6 on plot v7
draw v21 on plot v7
draw macd(3,8,3)
draw buy
draw macd(5,25,5)
draw buy2
draw Bollinger %B(8,2.0) line at .50
draw sell
draw odds_short on plot null
draw odds_long on plot null
draw ma(20)
draw vstop on plot price
add column separator
add column Williams %R(20)
add column RSquared(close, 60)

add column separator
add column buy
add column buy2
add column sell
add column separator
add column odds_long
add column odds_short

chart-length 6 months
sort column 7 descending
]



KSK8
561 posts
msg #149425
Ignore KSK8
10/26/2019 11:49:06 AM

Interesting filter, good work!

SAFeTRADE
630 posts
msg #149427
Ignore SAFeTRADE
10/26/2019 1:42:38 PM

Thanks KSK8. You are killing it with your Shorts.

StockFetcher Forums · Filter Exchange · Buying Trend and Buying Momentum<< >>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.