graftonian 1,089 posts msg #147681 - Ignore graftonian modified |
5/3/2019 6:58:00 PM
|
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
|
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.
|