StockFetcher Forums · Public Filter List · Work in Progress based on Visions V<< >>Post Follow-up
SAFeTRADE
630 posts
msg #146963
Ignore SAFeTRADE
modified
3/17/2019 10:45:27 AM

Fetcher[set{bla, high 52 week high - low 52 week low}
set{blb, bla * .25}
set{bl52, low 52 week low + blb}
set{cls52,close}

set{bla2, high 20 week high - low 20 week low}
set{blb2, bla2 * .25}
set{bl20, low 20 week low + blb2}
set{cls20,close}

set{bla3, high 10 week high - low 10 week low}
set{blb3, bla3 * .125}
set{bl10, low 10 week low + blb3}
set{cls10,close}
set{quick_t, count(close above ma(10),1)}
set{medium_t, count(close above ma(10),1) * count(close above ma(20),1)}
set{x, quick_t * medium_t}
set{long_t, count(close above ma(50),1) * x}

set{y, max(ma(10),ma(20))}
set{higherma, max(y,ma(50))}
draw mo
draw cls10 on plot bl10
draw cls20 on plot bl20
draw cls52 on plot bl52

draw ma(50) on plot bl52
draw ma(20) on plot bl20
draw ma(8) on plot bl10

draw rsi(2)
draw rsi(10) line at 50
draw rsi(20) line at 50
draw rsi(52) line at 52

draw higherma on plot price

watchlist(dow30)


chart-length 2 years

add column higherma
add column ma(10)
add column ma(20)
add column ma(50)
add column rsi(2)
add column quick_t
add column medium_t
add column long_t
]









StockFetcher Forums · Public Filter List · Work in Progress based on Visions V<< >>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.