StockFetcher Forums · Filter Exchange · Rick Saddlers<< >>Post Follow-up
graftonian
1,089 posts
msg #138654
Ignore graftonian
10/10/2017 3:00:58 PM

Fetcher[
/*PINBALL FILTER W/ CONFIRMING CANDLE PATTERNS*/
MARKET IS NOT OTCBB
Average Volume(30) > 200000
DRAW EMA(200)
DRAW EMA(50)
EMA(50) < EMA(200)
DRAW EMA(34)
EMA(34) < EMA(50)
DRAW EMA(8)
EMA(8) < EMA(34)
CLOSE CROSSED ABOVE EMA(8)
/*A 10% SPREAD BETWEEN HIGH AND EMA34*/
SET{SPREAD1, EMA(34) - HIGH}
SET{SPREAD, SPREAD1 / HIGH}
SPREAD > .10
ADD COLUMN SPREAD
/****BULLISH PATTERNS***/
SET{BE, COUNT(PATTERN pattern is Bullish Engulfing, 1)}
ADD COLUMN BE{Bullish Engulfing}
SET{BHC, COUNT(pattern is Bullish Harami Cross, 1)}
ADD COLUMN BHC{Bullish Harami Cross}
SET{BMDS, COUNT(pattern is Bullish Morning Doji Star, 1)}
ADD COLUMN BMDS{Bullish Morning Doji Star}
SET{H1, COUNT(high minus close is less than 0.001, 1)}
SET{H2, COUNT(close is more than 0.5% above open, 1)}
SET{H3, COUNT(open minus low is more than 50% above close minus open, 1)}
SET{H4, H1 * H2}
SET{HAMMER, H4 * H3}
ADD COLUMN HAMMER
/**TRIGGER = CONFIRMING CANDLE PATTERN***/
SET{T1, BE + BHC}
SET{T2, T1 + BMDS}
SET{TRIGGER, T2 + HAMMER}
TRIGGER > 0
ADD COLUMN TRIGGER
/********/
DO NOT DRAW SPREAD
DO NOT DRAW TRIGGER
]



graftonian
1,089 posts
msg #138681
Ignore graftonian
10/12/2017 9:04:27 AM

UGAZ setup in pre-market

graftonian
1,089 posts
msg #138703
Ignore graftonian
10/13/2017 2:03:52 PM

closed UGAZ for 5.6% net.

StockFetcher Forums · Filter Exchange · Rick Saddlers<< >>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.