StockFetcher Forums · Filter Exchange · MACD HISTOGRAM & DMA MAGIC VOL II<< 1 ... 2 3 4 5 6 >>Post Follow-up
alf44
2,025 posts
msg #63414
Ignore alf44
6/5/2008 10:43:46 PM

...ah hem...

...howz that "8th Wonder of the World" filter comin', Riggs ?

Inquiring minds want to know !!!


Regards,

alf44

WALLSTREETGENIUS
983 posts
msg #63415
Ignore WALLSTREETGENIUS
modified
6/5/2008 11:16:34 PM

- DELETED BY THEMIGHTYRIGGS HIMSELF -

alf44
2,025 posts
msg #63416
Ignore alf44
modified
6/6/2008 12:11:50 AM

...K...

...jist chekin'...

WALLSTREETGENIUS
983 posts
msg #64472
Ignore WALLSTREETGENIUS
modified
6/29/2008 3:42:56 PM

Chetron -

Do those look like "Ducks" on your MACD thread? You're way off friend....guess you wern't paying attention....

Now THESE are "ducks!"....and my new MACD filter.
So there you go "alf"....as promised!


Fetcher[

((( WALLSTREETGENIUS' MACD AND DMA MAGIC )))

* NORMALIZE accumulation distribution */

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

/* NORMALIZE OBV(1) */

set{obval, INDPOSITION(OBV(1), 60) * 100}

/* NORMALIZE williams %r(2) */

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


/* DRAW THE MR CCIWLR CHART */

and draw wrval
and draw adval on plot wrval
and draw obval on plot wrval
and draw wrval line at 100

Draw Bearpower on plot Bullpower
3-day slope of DMA(28,-14) is above 0
MACD(4,8) reached a new 1-month
high within the last 15-days
Do not draw MACD(4,8) new 1-month high
MACD(4,8) crossed below 0 within the last 5-days
MACD(4,8) is decreasing the last 3-days
Draw MACDdelta(4,8) line at 0

Draw Williams %R(2) line at -50
Draw FI(2) line at 0
Draw Slow Stochastics(5,3) line at 0
Draw Slow Stochastics(5,3) line at 100

30-day slope of close is above 0
Average volume(5) is above 100000
volume is above 100000
sort column 12 descending
chart-length is 2-months
close is above 8
offset 0

set{ADb,days(Accumulation Distribution is above
Accumulation Distribution 1 day ago,100)}
set{ADa,days(Accumulation Distribution is below
Accumulation Distribution 1 day ago,100)}
set{ADxAD, ADa - ADb}
set{OBb,days(OBV(1) is above OBV(1) 1 day ago,100)}
set{OBa,days(OBV(1) is below OBV(1) 1 day ago,100)}
set{OBxOB, OBa - OBb}

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{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 {MACDdelta, MACD fast line(4,8)-MACD slow line(4,8)}
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)}

ADD COLUMN SEPARATOR
add column adval
add column adval 1-day ago(1dayago)
add column wrval
add column obval
add column obval 1-day ago(1dayago)
ADD COLUMN SEPARATOR
add column adxad
add column obxob
ADD COLUMN SEPARATOR
add column MACDdelta
add column MACDdelta 1-day ago(1dayago)
add column MACDdelta 2-day ago(2dayago)
ADD COLUMN SEPARATOR
add column mhisp
add column mhisn
add column hstxhst
ADD COLUMN SEPARATOR
add column BLxBL
add column BRxBR
ADD COLUMN SEPARATOR
add column E13xE26 {E13xE26}
and add column M20xM50
and add column M50xM200
ADD COLUMN SEPARATOR
add column industry
ADD COLUMN SEPARATOR
]






- WALLSTREETGENIUS -


alf44
2,025 posts
msg #64503
Ignore alf44
6/29/2008 11:24:02 PM

...QUACK !!!

WALLSTREETGENIUS
983 posts
msg #64505
Ignore WALLSTREETGENIUS
modified
6/29/2008 11:59:37 PM

"ALF"LAC!!!!....you are too freakin' funny man....

TheRumpledOne
6,407 posts
msg #64509
Ignore TheRumpledOne
6/30/2008 9:46:37 AM

WALLSTREETGENIUS
- Ignore WALLSTREETGENIUS
modified 6/29/2008 3:42:56 PM

Chetron -

Do those look like "Ducks" on your MACD thread? You're way off friend....guess you wern't paying attention....

Now THESE are "ducks!"....and my new MACD filter.
So there you go "alf"....as promised!



Fetcher[

((( WALLSTREETGENIUS' MACD AND DMA MAGIC )))

* NORMALIZE accumulation distribution */

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

/* NORMALIZE OBV(1) */

set{obval, INDPOSITION(OBV(1), 60) * 100}

/* NORMALIZE williams %r(2) */

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


/* DRAW THE MR CCIWLR CHART */

and draw wrval
and draw adval on plot wrval
and draw obval on plot wrval
and draw wrval line at 100

Draw Bearpower on plot Bullpower
3-day slope of DMA(28,-14) is above 0
MACD(4,8) reached a new 1-month
high within the last 15-days
Do not draw MACD(4,8) new 1-month high
MACD(4,8) crossed below 0 within the last 5-days
MACD(4,8) is decreasing the last 3-days
Draw MACDdelta(4,8) line at 0

Draw Williams %R(2) line at -50
Draw FI(2) line at 0
Draw Slow Stochastics(5,3) line at 0
Draw Slow Stochastics(5,3) line at 100

30-day slope of close is above 0
Average volume(5) is above 100000
volume is above 100000
sort column 12 descending
chart-length is 2-months
close is above 8
offset 0

set{ADb,days(Accumulation Distribution is above
Accumulation Distribution 1 day ago,100)}
set{ADa,days(Accumulation Distribution is below
Accumulation Distribution 1 day ago,100)}
set{ADxAD, ADa - ADb}
set{OBb,days(OBV(1) is above OBV(1) 1 day ago,100)}
set{OBa,days(OBV(1) is below OBV(1) 1 day ago,100)}
set{OBxOB, OBa - OBb}

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{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 {MACDdelta, MACD fast line(4,8)-MACD slow line(4,8)}
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)}

ADD COLUMN SEPARATOR
add column adval
add column adval 1-day ago(1dayago)
add column wrval
add column obval
add column obval 1-day ago(1dayago)
ADD COLUMN SEPARATOR
add column adxad
add column obxob
ADD COLUMN SEPARATOR
add column MACDdelta
add column MACDdelta 1-day ago(1dayago)
add column MACDdelta 2-day ago(2dayago)
ADD COLUMN SEPARATOR
add column mhisp
add column mhisn
add column hstxhst
ADD COLUMN SEPARATOR
add column BLxBL
add column BRxBR
ADD COLUMN SEPARATOR
add column E13xE26 {E13xE26}
and add column M20xM50
and add column M50xM200
ADD COLUMN SEPARATOR
add column industry
ADD COLUMN SEPARATOR
]







- WALLSTREETGENIUS -
================================================

SAVED IT!

WALLSTREETGENIUS
983 posts
msg #64511
Ignore WALLSTREETGENIUS
6/30/2008 9:51:30 AM

....must be a damn good filter then huh?.....gee, I'm honored....lol

chetron
2,817 posts
msg #64513
Ignore chetron
6/30/2008 10:24:36 AM

most are ducks, but a few buzzards, too.


very nice filter




TheRumpledOne
6,407 posts
msg #64520
Ignore TheRumpledOne
modified
6/30/2008 11:56:09 AM

No, Riggs, just saving it before you delete it.

That's what we'll do from now on, since you can't be trusted.





StockFetcher Forums · Filter Exchange · MACD HISTOGRAM & DMA MAGIC VOL II<< 1 ... 2 3 4 5 6 >>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.