StockFetcher Forums · Filter Exchange · Keltner Fundamentals Screen<< >>Post Follow-up
DMOBRIEN
363 posts
msg #95120
Ignore DMOBRIEN
7/27/2010 2:49:43 AM


Fetcher[set{X, high 6 day high}
set{Y, low 6 day low }
set{Z, close}
set{a, X + Y}
set{J, a + z}
set{pivot, j / 3}


set{up,count(close above pivot,1)}
set{down,count(close below pivot,1)}
set{MF, pivot * volume}
set{UPMF, MF * up}
set{PMF, sum(UPMF,6)}
set{DNMF, MF * down}
set{NMF, sum(DNMF,6)}
set{ratio, PMF / NMF}
set{MFI, 1 + ratio}
set{MFSI, 100 / MFI}
set{MFRSI, 100 - MFSI}

set{H, high 12 week high}
set{L, low 12 week low}
set{D, H - L}
set{Q, D / 3}
set{HH, H - Q}
set{R, D / 2}
set{M, L + R}
set{LL, L + Q}
draw price line at H
draw Price line at L
draw price line at M

set{B, lri(70)}
set{C, lower keltner band(34,3)}

draw keltner bands(34, 3)
draw keltner bands(6,.5)
draw lri(70)
roe > 15
long term debt < 100
add column ratio
add column MFRSI
price between .3 and 10
draw macd(3,10,16)
]



StockFetcher Forums · Filter Exchange · Keltner Fundamentals Screen<< >>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.