StockFetcher Forums · Filter Exchange · SLIME SUCKER VERSION 2 demo<< >>Post Follow-up
graftonian
1,089 posts
msg #147681
Ignore graftonian
modified
5/3/2019 6:58:00 PM

Fetcher[
/*SLIME SUCKER */
CHART-TIME IS 1 month
/************/
average volume(30) is above 5000000
optionable
/***Is stock near 1 year low*****/
set{YrHi, close 200 day high}
set{YrLo, close 200 day low}
set{YrRange, YrHi - YrLo}
set{RngPct1, close - YrLo}
set{RngPct2, RngPct1 / YrRange}
set{RangePct, RngPct2 * 100}
draw YrLo on plot price
draw YrHi on plot price
add column separator
add column RangePct
/*************/
draw Stochastic %K(15,5,3)
/*******sort on rangepct and stochastics****/
set{sortnum, rangepct + Stochastic %K(15,5,3)}
add column sortnum
sortnum < 10
sort on column 7 ascending
]




graftonian
1,089 posts
msg #147682
Ignore graftonian
modified
5/3/2019 7:01:19 PM

Mondays candidates from the filter below, M,NLY,OXY,AUY
Fetcher[
/*SLIME SUCKER*/
CHART-TIME IS 1 month
/************/
average volume(30) is above 5000000
optionable
/***Is stock near 1 year low*****/
set{YrHi, close 200 day high}
set{YrLo, close 200 day low}
set{YrRange, YrHi - YrLo}
set{RngPct1, close - YrLo}
set{RngPct2, RngPct1 / YrRange}
set{RangePct, RngPct2 * 100}
draw YrLo on plot price
draw YrHi on plot price
add column separator
add column RangePct
/*************/
draw Stochastic %K(15,5,3)
/*******sort on rangepct and stochastics****/
set{sortnum, rangepct + Stochastic %K(15,5,3)}
add column sortnum
sortnum < 10
sort on column 7 ascending

pa247
143 posts
msg #147683
Ignore pa247
5/3/2019 8:32:31 PM

What is the sortnum showing, exactly?

Not only am I trying to learn SF coding, I’m also learning technical analysis at the same time. Baptism by 🔥

graftonian
1,089 posts
msg #147687
Ignore graftonian
5/4/2019 9:38:16 AM

Pa247,
set{sortnum, rangepct + Stochastic %K(15,5,3)}
Trying to show positions that are the bottom of their price action, and momentum is at a low. Bad things happen when you run out of airspeed, altitude, and ideas at the same time.
Thinking about adding IFT to the list. Your thoughts?
Graf

graftonian
1,089 posts
msg #147688
Ignore graftonian
5/4/2019 11:41:20 AM

this filter seems to be dependant on the SPY average
Fetcher[

/*SLIME SUCKER backtest */
CHART-TIME IS 6 months
/************/
average volume(30) is above 5000000
optionable
/***Is stock near 1 year low*****/
set{YrHi, close 200 day high}
set{YrLo, close 200 day low}
set{YrRange, YrHi - YrLo}
set{RngPct1, close - YrLo}
set{RngPct2, RngPct1 / YrRange}
set{RangePct, RngPct2 * 100}
draw YrLo on plot price
draw YrHi on plot price
add column buy5
add column separator
add column RangePct
/*************/
draw Stochastic %K(15,5,3)
/************/
draw IFT(5,9)
/*******sort on rangepct and stochastics****/
set{sortnum, rangepct + Stochastic %K(15,5,3)}
add column sortnum 6 days ago
sortnum 6 days ago < 10
sort on column 8 ascending
do not draw sortnum
/***back-test info ***/

add column separator
set{buy5, open 5 days ago}

draw price line at buy5
set{1daygain1, close 5 days ago - buy5}
set{1daygain, 1daygain1 / buy5}
set{1daypct, 1daygain * 100}
add column 1daypct
set{2daygain1, close 4 days ago - buy5}
set{2daygain, 2daygain1 / buy5}
set{2daypct, 2daygain * 100}
add column 2daypct
set{3daygain1, close 3 days ago - buy5}
set{3daygain, 3daygain1 / buy5}
set{3daypct, 3daygain *100}
add column 3daypct
set{4daygain1, close 2 days ago - buy5}
set{4daygain, 4daygain1 / buy5}
set{4daypct, 4daygain * 100}
add column 4daypct
set{5daygain1, close 1 day ago - buy5}
set{5daygain, 5daygain1 / buy5}
set{5daypct, 5daygain * 100}
add column 5daypct
/****************/
set{spycls, ind(spy, close)}
set{spyavg, cma(spycls, 50)}
draw spycls
draw spyavg on plot spycls
]



pa247
143 posts
msg #147698
Ignore pa247
5/5/2019 11:47:18 AM

I still dont quite understand so going to stick to simpler filters till I learn more. Thanks for reply.

StockFetcher Forums · Filter Exchange · SLIME SUCKER VERSION 2 demo<< >>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.