StockFetcher Forums · Filter Exchange · My favorite Filter<< 1 2 3 >>Post Follow-up
graftonian
1,089 posts
msg #128109
Ignore graftonian
4/22/2016 9:17:08 AM

Irish, thanks for the tip. I have incorporated some bells and whistles that I learned by studying posts by Kevin from Ga. Will post the filter after things settle down. I like your target profit using ATR, and will use that.
thanks again

fotchstecker
304 posts
msg #128110
Ignore fotchstecker
4/22/2016 9:46:39 AM

Thanks, Irish, for the screengrab explanation. Helpful.

irishpitbull
54 posts
msg #128112
Ignore irishpitbull
4/22/2016 10:54:05 AM

If you have tweaks, I would love to see them.

graftonian
1,089 posts
msg #128114
Ignore graftonian
4/22/2016 11:23:39 AM


Irish, here is the latest version

Fetcher[/* CALVINS FAVORITE FILTER 4/22 */

set{1dayr1, R1 one day ago}
set{EntryPoint, 1dayr1 * 1.10}
draw price line at EntryPoint
draw price line at 1DayR1


set{PctOfR1_1, close / R1 1 day ago}
set{PctOfR1, PctOfR1_1 * 100}
add column PctOfR1
sort on column 5 descending
PctOfR1 > 105

show stocks where Accumulation Swing Index reached a new 3 week high
SET{ACICount, COUNT(Accumulation Swing Index REACHED A NEW 3 WEEK HIGH, 5)}
ADD COLUMN ACICount

Show stocks where CMF(14) has been increasing for 2 days
set{cmf14count, count(cmf(14) has been increasing for 2 days, 5)}
add column cmf14count

Show stocks where Chaikins Money Flow(21) reached a new 1 month high
SET{CMF21Count, COUNT(CMF(21) REACHED A NEW 1 MONTH HIGH, 5)}
ADD COLUMN CMF21Count

add column entrypoint

Average Volume(30) > 200000
MARKET IS NOT OTCBB
close > 1

/*BUY INFO*/
SET{FOLIO_CASH, 22000}
SET{CASH_PER_TRADE, FOLIO_CASH / 10}
SET{RISK_PER_TRADE, FOLIO_CASH / 100}
SET{2ATR, ATR(20) * 2}
SET{STOPLOSS, EntryPoint - 2ATR}
draw price line at stoploss
DO NOT DRAW R1
/*MONEY MANAGEMENT*/
SET{SL, CASH_PER_TRADE / CLOSE}
SET{RL, RISK_PER_TRADE / 2ATR}
SET{LS1, MIN(SL, RL)}
SET{LS, ROUND(LS1)}
SET{CASH_REQ, LS * CLOSE}
ADD COLUMN SEPARATOR
ADD COLUMN LS{LOT_SIZE}
ADD COLUMN CASH_REQ
ADD COLUMN STOPLOSS
/*add 10% profit line
set{10pct, entrypoint *1.1}
draw price line at 10PCT*/
set{iTargetPrice , ATR(14) * 3 } /* new target price from IrishPitBull*/
set{Target , itargetprice + high}
add column Target
draw Median Bollinger Line(20,2)
DRAW RSI(2)
DRAW RSI(2) LINE AT 80
do not draw PctOfR1
]




graftonian
1,089 posts
msg #128116
Ignore graftonian
4/22/2016 2:47:34 PM

Irish, I made a couple of changes to the filter you shared. Comments?

Fetcher[/*IRISHPITBULL 4/22 */
market is not OTCBB
CLOSE > 1
Average Volume(30) > 250000
/*ema(21) crossed above ema(30)*/
/*My mods */
set{EMA21count, count(ema(21) > ema(30), 5)}
add column ema21count
sort on column 5 ascending
draw ema(21)
slope of ema(21) > 0

ema(30) is above ema(50)
ema(50) is above ma(110)
ma(110) is above ma(200)
]







StockFetcher Forums · Filter Exchange · My favorite Filter<< 1 2 3 >>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.