StockFetcher Forums · Filter Exchange · Trying to find the higher low on STK<< >>Post Follow-up
Eman93
4,750 posts
msg #90753
Ignore Eman93
4/3/2010 4:58:05 PM



This is a good start but what I am trying to find is a higher low on the slow STK like DNR on FEB 25 or DLM on March 10

Fetcher[Slow Stochastics Fast %K(14) crossed above Slow Stochastics Slow %D(14) last 1 days

price reached a new 5 day low in the last 2 days

set{slo, 0 + Slow Stochastics Slow %D(14) 20 week low}

set{sla, 0 + Slow Stochastics Slow %D(14) 3 week low}

set{stoday, 0 + Slow Stochastics Slow %D(14)}



set{dlo, slo / sla}

set{dlp, 1 - dlo}

set{mda, slo - stoday}

set{mdb, slo - sla}

MACD Histogram(12,26,9) > MACD Histogram(12,26,9) 1 day ago


dlo < 1

draw Slow Stochastics Slow %D(14) 20 week low

add column stoday

add column sla {3w low}

add column slo {20W low}

add column mdb
add column dlp
add column 80 day slope of close
draw sla on plot slo

draw Slow Stochastics Slow %D(14) 20 week low

sort column 9 ascending

add column ind

close above 1
volume above 500000
]




chetron
2,817 posts
msg #90754
Ignore chetron
4/3/2010 7:21:07 PM

TRY WORKING THIS....


Eman93
4,750 posts
msg #90773
Ignore Eman93
4/4/2010 9:38:31 AM

Added the duck............

Fetcher[30 day slope of close > 0

Slow Stochastics Fast %K(14) crossed above Slow Stochastics Slow %D(14) last 1 days

price reached a new 5 day low in the last 2 days

set{slo, 0 + Slow Stochastics Slow %D(14) 20 week low}

set{sla, 0 + Slow Stochastics Slow %D(14) 3 week low}

set{stoday, 0 + Slow Stochastics Slow %D(14)}

set{dlo, slo / sla}

set{dlp, 1 - dlo}

set{mda, slo - stoday}

set{mdb, slo - sla}

dlo < 1

draw Slow Stochastics Slow %D(14) 20 week low

add column stoday

add column sla {3w low}

add column slo {20W low}

add column mdb
add column dlp
add column 30 day slope of close
draw sla on plot slo

draw Slow Stochastics Slow %D(14) 20 week low

sort column 9 ascending

add column ind

close above 1
volume above 500000

/* TACHIKAWA */
/* LOOK FOR MACD HISTOGRAMS THAT LOOK LIKE A DUCK */
/* FLYING WESTWARDLY */
/* BULLISH */


set{var1,macd(4,8) histogram 1 day ago}
set{var2,var1 * 1.21}
SET{VMACDD,MACD(4,8) histogram}

DRAW VMACDD LINE AT 0
DRAW RSI(2) LINE AT 0
DRAW RSI(2) LINE AT 100
DRAW WILLIAMS %R(2) LINE AT -0
DRAW WILLIAMS %R(2) LINE AT -100

MACD(4,8) HISTOGRAM < 0
MACD(4,8) HISTOGRAM > var2

RSI(2) CROSSED ABOVE 40



DO NOT DRAW VAR2
]



Eman93
4,750 posts
msg #91075
Ignore Eman93
4/12/2010 1:56:56 AM

Tweaking

Fetcher[/*EMANS Slow Soch+ TACHIKAWA Mallard pullback*/

30 day slope of close > 0

price reached a new 16 day low in the last 3 days

price reached a new 5 day low in the last 2 days

set{slo, 0 + Slow Stochastics Slow %D(14) 10 week low}

set{sla, 0 + Slow Stochastics Slow %D(14) 3 week low}

set{stoday, 0 + Slow Stochastics Slow %D(14)}

set{dlo, slo / sla}

set{dlp, 1 - dlo}

set{mda, slo - stoday}

set{mdb, slo - sla}

dlo < 1

draw Slow Stochastics Slow %D(14) 10 week low

add column stoday

add column sla {3w low}

add column slo {10W low}

add column mdb
add column dlp
add column 30 day slope of close
draw sla on plot slo

draw Slow Stochastics Slow %D(14) 10 week low

sort column 9 descending

add column ind

close above 1
volume above 500000

/* TACHIKAWA */
/* LOOK FOR MACD HISTOGRAMS THAT LOOK LIKE A DUCK */
/* FLYING WESTWARDLY */
/* BULLISH */


set{var1,macd(4,8) histogram 1 day ago}
set{var2,var1 * 1.21}
SET{VMACDD,MACD(4,8) histogram}

DRAW VMACDD LINE AT 0
DRAW RSI(2) LINE AT 0
DRAW RSI(2) LINE AT 100
DRAW WILLIAMS %R(2) LINE AT -0
DRAW WILLIAMS %R(2) LINE AT -100

MACD(4,8) HISTOGRAM < 0
MACD(4,8) HISTOGRAM > var2

RSI(2) CROSSED ABOVE 40



DO NOT DRAW VAR2
]





moby
314 posts
msg #91077
Ignore moby
modified
4/12/2010 8:45:33 AM

eman: really nice dude, lots of nice pullbacks and moving back up. Your best one ever.

Especially when you take it back a couple of days, can pick almost any stock in the results, to see them resume the uptrend.

Eman93
4,750 posts
msg #91102
Ignore Eman93
4/12/2010 9:02:10 PM

Thanks Moby

Still tweaking waiting for a pullback...

moby
314 posts
msg #91110
Ignore moby
modified
4/12/2010 11:20:50 PM

eman: I was also trying to do a pullback and incorporated some of your stuff.
My addition is primitive, but you may see a way.


Fetcher[draw Price reached a new 30 day high 10 days ago
price reached a new 30 day high 10 days ago

ema(8) > ema(50)
price is above ema 100
ema(2) < ema(8)

close 1 day ago is < ema(8)
opcl > 0

volume > 300000
close between 1 and 50

sort column 10 descending

chart-length is 2 months

do not draw ema(8)

do not draw ma(200)

do not draw CLOSE 6-week high
]



Eman93
4,750 posts
msg #91150
Ignore Eman93
4/13/2010 10:39:03 PM

Look at other indicators, candlestick, chart pattern, check the news and sector for conformation.

The ones in a hotter sector or with lots of short interest should do better.

Check over all market conditions

Fetcher[draw Price reached a new 30 day high 10 days ago
price reached a new 30 day high 10 days ago

volume > 300000
close between 1 and 50

ema(50) > ema(100)

close > ma(100)

price is 15% below 30 day high

close > 1
]



StockFetcher Forums · Filter Exchange · Trying to find the higher low on STK<< >>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.