StockFetcher Forums · Filter Exchange · Can someone assist with a simple filter<< >>Post Follow-up
JohnT328
53 posts
msg #155032
Ignore JohnT328
12/20/2020 4:30:47 PM

Looking for this syntax to work but the "Price was greater than 5% below EMA (17) within the last 15 days" doesn't seem to be working. Thanks

Price was greater than 5% below EMA (17) within the last 15 days
price crossed above EMA (17) within the last two days
exchange is not OTCBB
exchange is not ETF
exchange is not AMEX
volume is above 1,000,000
price is between 15 and 1000
optionable


xarlor
561 posts
msg #155033
Ignore xarlor
12/20/2020 6:28:46 PM

If price is above EMA(17) today or yesterday, does it not also follow that it is above the 5% below EMA(17) mark? Meaning that your first statement is always satisfied because of the second statement.

wantonellis
155 posts
msg #155035
Ignore wantonellis
12/21/2020 9:25:00 AM

Fetcher[
count(price > 5% less than ema(17),15) > 0
count(price crossed above ema(17),2) > 0
market is not otcbb
market is not etf
market is not amex
volume > 1,000,000
price is between 15 and 1000
stock is optionable
add column exchange
]



Cheese
1,374 posts
msg #155040
Ignore Cheese
12/21/2020 12:42:49 PM

@wantonellis

For some reaons, most of your posts have been hollowed out, including your acclaimed filter for
"Bulkowski's Adam White Setup", which got praise from Kevin_in_GA and wkloss.

If possible, could you please re-post your filter for "Bulkowski's Adam White Setup" ?

https://www.stockfetcher.com/forums/Filter-Exchange/Bulkowski-s-Adam-White-Setup/96029/0

Thank you.

Cheese
1,374 posts
msg #155041
Ignore Cheese
12/21/2020 12:56:47 PM

@wantonellis

You also wrote a Bill Poulos Swing Trading Filter for davesaint86.
That filter was also hollowed out.
Could you also re-post it?

Thank you.

wantonellis
155 posts
msg #155052
Ignore wantonellis
12/22/2020 11:16:22 AM

Not sure how I coded the filter back then but this is now. As an FYI I never used it. I added a volume filter to weed out the low float.

Fetcher[
/* Bulkowski's Adam White Setup Entry */
market is etf
volume > 100,000
low 5 week low > low 13 week low
high 1 week high equal high 5 week high
add column low 5 week low
add column low 13 week low
add column high 1 week high
add column high 5 week high
]



Fetcher[
/* Bulkowski's Adam White Exit */
/* Formula 2 turns Formula 1 on and off */

/* Bulkowski's Adam White Setup Formula 2 */
market is etf
/* put your etf buys here apply to symlist() */
set{trend_range, 26 week sma(close) high minus 26 week sma(close) low}
set{trend_strength, trend_range / 1 week close}
trend_strength < 0.05 /* set to desired value. Higher trending up;lower trending down */
add column trend_range
draw trend_range
add column trend_strength
draw trend_strength

/* Bulkowski's Adam White Setup Formula 1 */
set{range, high 13 week low minus low 1 week low}
set{retracement, range / low 1 week low}
retracement > -0.50 /* set to desired percent */
add column range
add column retracement
draw high 13 week low
draw low 1 week low
]




Cheese
1,374 posts
msg #155056
Ignore Cheese
12/22/2020 12:55:18 PM

@wantonellis
THANK YOU very much for the updated filters and added information.

wantonellis
155 posts
msg #155064
Ignore wantonellis
12/23/2020 6:17:24 AM

It was a long time ago but this looks right. I excluded otcbb to eliminate low float. As an FYI I've never used it.

Fetcher[
/* Bill Poulos Swing Trading Filter */
market is not otcbb
low 5 day low > low 20 day low
high 7 day high 1 day ago equals high 36 day high
high 3 day high 1 day ago < high 36 day high 1 day ago
set{breakout, high 3 day high 1 day ago * 1.05}
high > breakout /* note: sf rounds numbers so high may apper to equal breakout when it doesn't */
avgvol(50) > 500,000

add column low 5 day low
add column low 20 day low
add column high 7 day high 1 day ago
add column high 36 day high
add column high 3 day high 1 day ago
add column high 36 day high 1 day ago
add column high
add column breakout
add column avgvol(50)
add column exchange
]



Cheese
1,374 posts
msg #155065
Ignore Cheese
12/23/2020 9:46:30 AM

@wantonellis
THANK YOU very much again !

JohnT328
53 posts
msg #155166
Ignore JohnT328
1/1/2021 9:10:13 AM

Thank you as well!

StockFetcher Forums · Filter Exchange · Can someone assist with a simple 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.