StockFetcher Forums · Filter Exchange · the "newest" Elder thread<< 1 ... 2 3 4 5 6 ... 12 >>Post Follow-up
alf44
2,025 posts
msg #64172
Ignore alf44
6/22/2008 11:39:17 AM

GLTY !!!

luc1grunt
622 posts
msg #64200
Ignore luc1grunt
6/23/2008 12:50:03 AM

As predicted, supsected, and guaranteed....the pompous, condescending, "next biggest filter you will ever see" is a bust.

Didn't see that coming now did we, he, he.

It's all good. :)

alf44
2,025 posts
msg #64270
Ignore alf44
modified
6/24/2008 12:55:50 AM

RIGGS,

Why even post ANYTHING in these Forums...if YOU are just gonna abuse the process...come back later...much later... and delete your whole damn post ?

Why participate in these Forums at all ???

FuriousThug
256 posts
msg #64593
Ignore FuriousThug
modified
7/1/2008 7:54:45 PM

Still trying to tweak and learn the Elder Ray and FI. Most of the content of these two filters was pillaged from the original Elder thread, but I've tried to add some pretty simple screening for divergence and FI crossovers. The additions at the bottom really just replicate the simple basics of ER and FI rules but I hope those more experienced with these indicators than I can at least confirm I'm on the right track. Hell...if nothing else, I will have finally figured out how to post a filter...

Fetcher[/BUY on pullback WIP/

/* NORMALIZE accumulation distribution */

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

/* NORMALIZE RSI(7) */

set{rsval, INDPOSITION(RSI(7), 60) * 100}

/* NORMALIZE williams %r(7) */

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

/* NORMALIZE CCI(7) */

set{ccval, INDPOSITION(CCI(7), 60) * 100 }

/* DRAW THE MR CCIWLR CHART */
Average volume(90) is above 300000
volume is above 300000
set{E1326b,days(ema(13) is above ema(26),100)}
set{E1326a,days(ema(13) is below ema(26),100)}
set{E13xE26, E1326a - E1326b}

set{E50200b,days(ma(50) is above ma(200),100)}
set{E50200a,days(ma(50) is below ma(200),100)}
set{M50xM200, E50200a - E50200b}

set{E2050b,days(ma(20) is above ma(50),100)}
set{E2050a,days(ma(20) is below ma(50),100)}
set{M20xM50, E2050a - E2050b}

set{v, volume 1 day ago}
set{volinc, volume - v}
set{volpc, volinc / v}
set{volpct, volpc * 100}

set{VolZ, days(volume < 1,100)}
set{VolUp, days(volume is below volume 1 day ago,100)}
set{VolDn, days(volume is above volume 1 day ago,100)}
set{VolCnt, VolUp - VolDn}

set{vck1, volume 1 day ago }
set{vck, volume / vck1 }
set{vdbl, days(vck < 2, 100)}

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}
Draw FI(2) line at 0
Draw MACD Histogram(12,26)

set{mhis,indposition(macd(12,26) histogram,60)}
set{mhist,macd(12,26) 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(12,26) histogram 1 day ago < macd histogram(12,26),1)}
set{mhisp,days(var1 < .5,100)}
set{var11,count(macd(12,26) histogram 1 day ago > macd histogram(12,26),1)}
set{mhisn,days(var11 < .5,100)}
Draw Bullpower line at 0
Draw Bearpower
Draw EMA(13)

and add column Vdbl
and add column volpct
ADD COLUMN SEPARATOR
add column PE
add column EPS
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 DMA(28,-14)
add column RSI(2)
add column Williams %R(2)
ADD COLUMN SEPARATOR
add column adval
add column rsval
add column wrval
ADD COLUMN SEPARATOR
add column E13xE26 {E13xE26}
and add column M20xM50
and add column M50xM200
ADD COLUMN SEPARATOR
add column sector
add column industry
ADD COLUMN SEPARATOR

Draw Linear Regression Channel(60)
Bullpower is above 0
Bearpower is below 0
FI(2) crossed below 0
Close above 10
Stock is optionable
Bearpower is increasing past 1 day
Close today below close 1 day ago
]



and the sell..

Fetcher[/SELL on throwback WIP/

/* NORMALIZE accumulation distribution */

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

/* NORMALIZE RSI(7) */

set{rsval, INDPOSITION(RSI(7), 60) * 100}

/* NORMALIZE williams %r(7) */

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

/* NORMALIZE CCI(7) */

set{ccval, INDPOSITION(CCI(7), 60) * 100 }

/* DRAW THE MR CCIWLR CHART */
Average volume(90) is above 300000
volume is above 300000
set{E1326b,days(ema(13) is above ema(26),100)}
set{E1326a,days(ema(13) is below ema(26),100)}
set{E13xE26, E1326a - E1326b}

set{E50200b,days(ma(50) is above ma(200),100)}
set{E50200a,days(ma(50) is below ma(200),100)}
set{M50xM200, E50200a - E50200b}

set{E2050b,days(ma(20) is above ma(50),100)}
set{E2050a,days(ma(20) is below ma(50),100)}
set{M20xM50, E2050a - E2050b}

set{v, volume 1 day ago}
set{volinc, volume - v}
set{volpc, volinc / v}
set{volpct, volpc * 100}

set{VolZ, days(volume < 1,100)}
set{VolUp, days(volume is below volume 1 day ago,100)}
set{VolDn, days(volume is above volume 1 day ago,100)}
set{VolCnt, VolUp - VolDn}

set{vck1, volume 1 day ago }
set{vck, volume / vck1 }
set{vdbl, days(vck < 2, 100)}

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}
Draw FI(2) line at 0
Draw MACD Histogram(12,26)

set{mhis,indposition(macd(12,26) histogram,60)}
set{mhist,macd(12,26) 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(12,26) histogram 1 day ago < macd histogram(12,26),1)}
set{mhisp,days(var1 < .5,100)}
set{var11,count(macd(12,26) histogram 1 day ago > macd histogram(12,26),1)}
set{mhisn,days(var11 < .5,100)}
Draw Bullpower line at 0
Draw Bearpower
Draw EMA(13)

and add column Vdbl
and add column volpct
ADD COLUMN SEPARATOR
add column PE
add column EPS
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 DMA(28,-14)
add column RSI(2)
add column Williams %R(2)
ADD COLUMN SEPARATOR
add column adval
add column rsval
add column wrval
ADD COLUMN SEPARATOR
add column E13xE26 {E13xE26}
and add column M20xM50
and add column M50xM200
ADD COLUMN SEPARATOR
add column sector
add column industry
ADD COLUMN SEPARATOR

Draw Linear Regression Channel(60)
Bullpower is above 0
Bearpower is below 0
FI(2) crossed above 0
Close above 10
Stock is optionable
Bullpower is decreasing past 1 day
Close today above close 1 day ago
]




Thanks.
FT

WALLSTREETGENIUS
983 posts
msg #64596
Ignore WALLSTREETGENIUS
modified
7/1/2008 9:40:01 PM

Thug -

I would STRONGLY suggest you read up on "FI" before you start buying and selling "crossovers." FI works the opposite than what you might be used to....and it's a very tricky one at that. Took me a long time to figure out how to use it when it's close to the "0" line. Very dangerous as a stand alone, until you master it.


RIGGS

FuriousThug
256 posts
msg #64598
Ignore FuriousThug
7/1/2008 10:10:20 PM

Yeah, I can already see that. I'm having a hard time distinguishing between its POSITIONAL relevance vs. its DIRECTIONAL relevance when looking at it in different trending stocks.
I'm pretty new at deciphering indicators as short term as the FI(2), so when reference is made to FI making a "new high" or "new low," what is the relative time frame those highs and lows are referencing? one week? one month?

Thanks.
FT

chetron
2,817 posts
msg #64599
Ignore chetron
7/1/2008 10:19:19 PM

dave's post looked interesting.

INFO FROM DAVE

arby347
87 posts
msg #64600
Ignore arby347
7/1/2008 10:41:28 PM

I am still impressed by the Elder triple screen for swing or position trading.
This filter is fairly simple but seems effective so far. Open for comment and improvement ideas. This addresses the identification of the trend through the direction of the weekly MACD. The daily set up of the -DI going up and then changing direction preceding a tradeable move is just something I have observed in viewing many charts. I am not sure of the validity of this, but it seems to work.
I am not sure that the final parts of the triple screen can be coded or if it is even desirable to do so.

Interestingly, checking the SPY for a MACD weekly directional change would have had you out of long positions around 5/20, which coincided with Vector Vest's call to the downside.

Fetcher{

Show stocks where -DI(13 ) above +DI(13) within the last 2 days
Show stocks where -DI(13) above ADX(13,13) within the last 2 days
slope of -DI(13 ) below 0

slope of Ema(9) > 0

Bullpower is above Bearpower
Set{Bullpower, high minus ema(13)}
Set{Bearpower, low minus ema(13)}
Bearpower above bearpower 1 day ago

2 days ago weekly MACD Histogram(12,26) below weekly MACD Histogram(12,26) 3 days ago and
1 day ago weekly MACD Histogram(12,26) below weekly MACD Histogram(12,26) 2 days ago and
weekly MACD Histogram(12,26) above weekly MACD Histogram(12,26)
1 day ago
draw weekly MACD Histogram(12,26)

Draw RSI(2)
Draw Williams %R(2)
Draw Williams %R(7)
add column RSI(2)
]



arby347
87 posts
msg #64601
Ignore arby347
7/1/2008 10:42:59 PM

OK, why did that not becpome clickable?

FuriousThug
256 posts
msg #64602
Ignore FuriousThug
7/1/2008 11:07:17 PM

[

not {

StockFetcher Forums · Filter Exchange · the "newest" Elder thread<< 1 ... 2 3 4 5 6 ... 12 >>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.