StockFetcher Forums · Public Filter List · ZERO LAG BOLLINGER BANDS<< >>Post Follow-up
graftonian
1,089 posts
msg #142812
Ignore graftonian
3/19/2018 9:35:52 PM

Fetcher[
/*zero lag bollinger bands*/
CHART-TIME IS 6 MONTHS
market is not OTCBB
Average Volume(30) > 500000
ATR(14) > 1
/*****ZLMA20****/
SET{MADATA1, CLOSE - CLOSE 10 DAYS AGO}
SET{MADATA, CLOSE + MADATA1}
SET{ZLMA20, CMA(MADATA, 20)}
DRAW ZLMA20 ON PLOT PRICE
/****CSTD****/
SET{CSTD20, 2 * Standard Deviation(20)}
set{UpperBand, ZLMA20 + CSTD20}
set{LowerBand, ZLMA20 - CSTD20}
/****Custom Bollinger Bands***/
draw UpperBand on plot price
draw LowerBand on plot price
/****Custom %B****/
set{pctb20_1, close - LowerBand}
set{pctb20_2, UpperBand - LowerBand}
set{custompctb20, pctb20_1 / pctb20_2}
draw custompctb20
draw custompctb20 line at 0
draw custompctb20 line at 1
draw custompctb20 line at .5
/*****custom bollinger bandwidth*****/
set{bw1, UpperBand - LowerBand}
set{bw2, bw1 / ZLMA20}
set{bandwidth,bw2 * 100}
draw bandwidth
/****High and Low of Bandwidth****/
set{60Hi, bandwidth 60 day high}
draw 60Hi on plot bandwidth
set{60Lo, bandwidth 60 day low}
draw 60Lo on plot bandwidth
set{BWpct1, bandwidth - 60Lo}
set{BWpct2, 60Hi -60Lo}
set{BWpct, BWpct1 / BWpct2}
add column BWpct
BWpct between .001 and .1
5 day slope of custompctb20 > 0
custompctb20 between .33 and .66
/*******/
do not draw ATR(14)
]





StockFetcher Forums · Public Filter List · ZERO LAG BOLLINGER BANDS<< >>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.