StockFetcher Forums · Filter Exchange · Candlestick formation<< >>Post Follow-up
jravenstine1
4 posts
msg #70828
Ignore jravenstine1
1/21/2009 1:20:37 PM

Trying to find a filter that finds the type of setups that APC had on Jan 6th 09. I have tried looking thru spinning top filters and doji filters and hammer filters. How can I search for these type of tops and bottoms? Thanks(looking for very long tails not just normal tails)

chetron
2,817 posts
msg #70829
Ignore chetron
1/21/2009 2:51:17 PM

clickable.....

APC had on Jan 6th 09......

Fetcher[

symlist(apc)
offset 1/6/09


]





chetron
2,817 posts
msg #70830
Ignore chetron
modified
1/21/2009 3:11:13 PM

TRY THIS.....

UPDATED: ADDED JP' S FAVE.....

Fetcher[
/* ((( THEMIGHTYRIGGS ABSOLUTE TOP FILTER ))) */
/* ADULTERATED BY CHETRON */
/* WITH A JP TWIST */


Weekly Williams %R(2) is BELOW Weekly Williams %R(2) 1-day ago
and Weekly Williams %R(2) is ABOVE Weekly williams %R(2) 2-day ago
and Weekly RSI(2) is ABOVE Weekly RSI(2) 1-day ago
HIGH ABOVE EMA(100)
CLOSE BELOW EMA(100)
OPEN BELOW EMA(100)

Draw Bollinger bands(50,.20)
Draw Bollinger Bands(10,.10)
Draw 3-day slope of Bollinger bands(50,.20)
Draw parabolic Sar
Draw Linear Regression Indicator(20)
Draw Bollinger bands(10)

Draw COG(5,3)
Draw Weekly RSI(2) line at 99
Draw Weekly RSI(2) line at 0
Draw FI(2) line at 0

/* NORMALIZE accumulation distribution */

set{adval, INDPOSITION(accumulation distribution, 60) * 100 }

/* NORMALIZE RSI(2) */

set{RSval, INDPOSITION(RSI(2), 60) * 100}

/* NORMALIZE williams %r(2) */

set{wrval, INDPOSITION(williams %r(2), 60) * 100 }


/* DRAW THE MR CCIWLR CHART */

and draw adval on plot wrval
and draw rsval on plot wrval

Draw Bearpower on plot Bullpower
Draw Bullpower line at 0
Draw MACD(4,8)
Draw VMACDD line at 0
Draw Williams %R(20) line at 0
Draw Williams %R(20) line at -75

volume is above 100000
sort column 29 descending
chart-time 45-days
close is above 1


set{WRSb,days(weekly RSI(2) is above weekly RSI(2) 1 day ago,100)}
set{WRSa,days(weekly RSI(2) is below weekly RSI(2) 1 day ago,100)}
set{WRSxWRS, WRSa - WRSb}
set{WWLb,days(weekly williams %R(2) is above weekly Williams %R(2) 1 day ago,100)}
set{WWLa,days(weekly Williams %R(2) is below weekly Williams %R(2) 1 day ago,100)}
set{WWLxWWL, WWLa - WWLb}

Set{Bullpower, high minus ema(13)}
Set{Bearpower, low minus ema(13)}
set{BLb,days(BullPower is above BullPower 1 day ago,100)}
set{BLa,days(BullPower is below BullPower 1 day ago,100)}
set{BLxBL, BLa - BLb}
set{BRb,days(BearPower is above BearPower 1 day ago,100)}
set{BRa,days(BearPower is below BearPower 1 day ago,100)}
set{BRxBR, BRa - BRb}

set{RSb,days(RSI(2) is above RSI(2) 1 day ago,100)}
set{RSa,days(RSI(2) is below RSI(2) 1 day ago,100)}
set{RSxRS, RSa - RSb}
set{WLb,days(Williams %R(2) is above Williams %R(2) 1 day ago,100)}
set{WLa,days(Williams %R(2) is below Williams %R(2) 1 day ago,100)}
set{WLxWL, WLa - WLb}

SET{VMACDD,MACD(4,8) histogram}
set{mhis,indposition(macd(4,8) histogram,60)}
set{mhist,macd(4,8) histogram}
set{mhisb,days(mhist is above 0, 100)}
set{mhisa,days(mhist is below 0, 100)}
set{hstxhst, mhisa - mhisb}
set{var1,count(macd(4,8) histogram 1 day ago < macd histogram(4,8),1)}
set{mhisp,days(var1 < .5,100)}
set{var11,count(macd(4,8) histogram 1 day ago > macd histogram(4,8),1)}
set{mhisn,days(var11 < .5,100)}

SET{TT1C,HIGH - CLOSE}
SET{VRANGE,HIGH - LOW}
SET{TTT1C,TT1C / VRANGE}

SET{TT1O,HIGH - OPEN}
SET{TTT1O,TT1O / VRANGE}

TTT1O ABOVE .70
TTT1C ABOVE .70

/* APC TEST DATE ***** OFFSET 1/6/09 */

ADD COLUMN TTT1C
ADD COLUMN TTT1O
ADD COLUMN SEPARATOR
add column industry
ADD COLUMN SEPARATOR
add column adval
ADD COLUMN SEPARATOR
add column WRSXWRS
add column WWLXWWL
add column weekly RSI(2)
add column weekly Williams %R(2)
ADD COLUMN SEPARATOR
add column RSXRS
add column WLXWL
ADD COLUMN SEPARATOR
add column BLxBL
add column BRxBR
ADD COLUMN SEPARATOR
add column mhisp
add column mhisn
add column hstxhst
ADD COLUMN SEPARATOR
add column PE
add column EPS
add column ROE
ADD COLUMN SEPARATOR

]



jravenstine1
4 posts
msg #70831
Ignore jravenstine1
1/21/2009 3:51:40 PM

Thanks for the reply but I was looking for something that just found that type of multi day candle stick pattern. The filter you posted had a few in there but I am looking for a spinning top formation with an extra large tail(to show extreme reverse in direction). I dont care if the filter does not always find one but I just dont know how to make the filter. Thanks for your help.

johnpaulca
12,036 posts
msg #70833
Ignore johnpaulca
1/21/2009 4:33:09 PM

Chet: have it piercing through the ema(100) and you have money in the bank. This is one of my favorite set ups.

chetron
2,817 posts
msg #70834
Ignore chetron
1/21/2009 5:05:16 PM

THANX, JP! = )

chetron
2,817 posts
msg #70835
Ignore chetron
1/21/2009 5:51:29 PM

JRAVENSTINE1, TRY THIS

jravenstine1
4 posts
msg #70850
Ignore jravenstine1
1/22/2009 12:24:37 PM

Hey Chet thanks for your help. One last question. that filter would be perfect if it had a small lower shadow and a long upper shadow. Can you do this for me. Thanks

chetron
2,817 posts
msg #70863
Ignore chetron
1/22/2009 7:13:32 PM

jravenstine1, all you need to do is play with the ttt1o and ttt1c values to craft this filter to your needs just change the ".70" values to get what you want.

glty


hth


jravenstine1
4 posts
msg #70905
Ignore jravenstine1
1/23/2009 3:08:13 PM

OK Thanks

StockFetcher Forums · Filter Exchange · Candlestick formation<< >>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.