StockFetcher Forums · Public Filter List · Bressert DSS<< >>Post Follow-up
mbonal
8 posts
msg #43049
Ignore mbonal
4/18/2006 7:57:09 PM

Fetcher[
/* DDS FILTER DISPLAY */

SET{HH, HIGH 6 DAY HIGH}
SET{LL, LOW 6 DAY LOW }

SET{VTOP, CLOSE - LL}
SET{VBOT, HH - LL}
SET{V1, VTOP / VBOT }
SET{VV, 100 * V1 }

SET{DSS, CEMA(VV , 3) }

/* SELECTION CRITERIA */

CLOSE BELOW 20
VOLUME ABOVE 1000000

ADD COLUMN DSS


/*
S = smooth" parameter
N = "period" parameter

HH = highest high for last N periods
LL = lowest low for last N periods

V = 100*(Close-LL)/(HH-LL)

DSS = EMA(V) for S periods
*/

]



This is a test Bressert DSS Filter



StockFetcher Forums · Public Filter List · Bressert DSS<< >>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.