StockFetcher Forums · Filter Exchange · ANOTHER MACD FILTER....<< 1 2 3 4 >>Post Follow-up
chetron
2,817 posts
msg #64436
Ignore chetron
modified
6/28/2008 12:59:32 PM

WORK IN PROGRESS......



Fetcher[

/* TACHIKAWA */

SET{VNEG1,-1}
SET{VMACDHH,MACD(4,8) HISTOGRAM 8 DAY HIGH}
SET{TRIGGER,VMACDHH * VNEG1}

set{var1,macd(4,8) histogram 1 day ago}
set{var2,var1 * 1.21}
SET{VMACDD,MACD(4,8) histogram}
SET{VXAT,COUNT(VMACDD CROSSED ABOVE TRIGGER,1)}
SET{VXBT,COUNT(VMACDD CROSSED BELOW TRIGGER,1)}

DRAW VXBT ON PLOT VXAT
DRAW VMACDD LINE AT 0
DRAW TRIGGER ON PLOT VMACDD

TRIGGER BELOW 0
VMACDD CROSSED BELOW TRIGGER

CLOSE ABOVE .3
VOLUME ABOVE 100000

DO NOT DRAW VAR2
CHART-TIME 22 DAY


]



chetron
2,817 posts
msg #64440
Ignore chetron
modified
6/28/2008 3:33:15 PM

WORK IN PROGRESS....


Since I don't write filters here any longer, I think I can help you nail down your "ducks" in order. First off, to eliminate long coding, use "MACDdelta" for a better visual. Next, have your MACD coming off a new 1-month high within the last 15 days, and crossing below "0" within the last 5-days, and MACD has been falling 3 straight days. Have a DMA(28,-14) slope above 0, and have Avery's "adval" increasing 1-day. Make sure you have MACDdelta's last 3-days on your dashboard, and you'll see the most recent day is increasing. I preferably like to have "adval" above 75 to make sure their is institutional interest in the stock, but that's just me. Also, one secret that I look for is having "adval" increasing while "obval" (OBV) decreasing. I've been using this method for years, and it's one of the best reversal signals you'll ever find, and I've never shared it until now...and the only reason for this is....you really helped with my MACD filter when you coded the "mhis" for me. That was huge!

The theory behind this is...when the MACD makes a recent high, it almost always retraces, only to again, reach that most recent high. If you code this correctly (should be easy), you'll see every stock will have your "Mallard" that you are looking for.


- RIGGS

Fetcher[


/* TACHIKAWA */

SET{VNEG1,-1}
SET{VMACDHH,MACD(4,8) HISTOGRAM 8 DAY HIGH}
SET{TRIGGER,VMACDHH * VNEG1}

set{var1,macd(4,8) histogram 1 day ago}
set{var2,var1 * 1.21}
SET{VMACDD,MACD(4,8) histogram}
SET{G22H,COUNT(MACD(4,8) HISTOGRAM ABOVE MACD(4,8) HISTOGRAM 22 DAY HIGH 1 DAY AGO,1)}
SET{TRIGGER2,DAYS(G22H > .5,100)}
SET{TRIGGER1,COUNT(VMACDD ABOVE VAR2,1)}
ADD COLUMN TRIGGER2

DRAW TRIGGER2
DRAW G22H
DRAW TRIGGER1 ON PLOT G22H
DRAW VMACDD LINE AT 0
DRAW TRIGGER ON PLOT VMACDD

TRIGGER2 BELOW 16
TRIGGER2 ABOVE .5
CLOSE ABOVE .3
VOLUME ABOVE 100000

DO NOT DRAW VAR2
CHART-TIME 22 DAY
SORT COLUMN 5 ASCENDING

]




and another....

Fetcher[



/* TACHIKAWA */

SET{VNEG1,-1}
SET{VMACDHH,MACD(4,8) HISTOGRAM 8 DAY HIGH}
SET{TRIGGER,VMACDHH * VNEG1}

set{var1,macd(4,8) histogram 1 day ago}
set{var2,var1 * 1.21}
SET{VMACDD,MACD(4,8) histogram}
SET{G22H,COUNT(MACD(4,8) HISTOGRAM ABOVE MACD(4,8) HISTOGRAM 22 DAY HIGH 1 DAY AGO,1)}
SET{TRIGGER2,DAYS(G22H > .5,100)}
SET{TRIGGER1,COUNT(VMACDD ABOVE VAR2,1)}
ADD COLUMN TRIGGER2

DRAW TRIGGER2
DRAW G22H
DRAW TRIGGER1 ON PLOT G22H
DRAW VMACDD LINE AT 0
DRAW TRIGGER ON PLOT VMACDD

v22h above .5
TRIGGER1 ABOVE .5
CLOSE ABOVE .3
VOLUME ABOVE 100000

DO NOT DRAW VAR2
CHART-TIME 22 DAY
SORT COLUMN 5 ASCENDING

]



WALLSTREETGENIUS
983 posts
msg #64524
Ignore WALLSTREETGENIUS
modified
6/30/2008 12:30:19 PM

chetron -

The more I dive into your "VMACDD", the more I like what I see. I pre-judged your filter in my "MACD DMA MAGIC" thread without dissecting it first....please forgive me for that. If "TRO" hadn't "saved" it in his post, I would have edited the heading in my recent filter.

Your filter is really quite amazing...in that, you are able to find both those elusive negative and positive devergences between the MACD-H. I used to think that kind of coding was imposible, but YOU "chet" seem to be making it habbit forming (the imposible) as of late. Others really need to see your brilliance on this one!

...brilliant work "chet"...absolutely BRILLIANT!!!!


- WALLSTREET -


chetron
2,817 posts
msg #64525
Ignore chetron
6/30/2008 1:23:26 PM

thank you very much



TheRumpledOne
6,407 posts
msg #64532
Ignore TheRumpledOne
6/30/2008 6:36:51 PM

"Since I don't write filters here any longer, "

Where do you write filters now?




WALLSTREETGENIUS
983 posts
msg #64534
Ignore WALLSTREETGENIUS
modified
6/30/2008 8:02:10 PM

.....

WALLSTREETGENIUS
983 posts
msg #65219
Ignore WALLSTREETGENIUS
7/19/2008 9:05:32 AM

...4 U MACD Fans....

POP-2-THE-TOP!

chetron
2,817 posts
msg #65270
Ignore chetron
modified
7/20/2008 10:30:20 AM

along with....

ADDED TRIGGER2 BELOW 13
I AM TRYING TO LINE UP A 2ND TRIGGER1 EVENT WITH A NEW TRIGGER2 CYCLE, AND 1ST TRIGGER1 EVENT IS GREATER THAN A 1 DAY THING.


Fetcher[





/* TACHIKAWA */

SET{VNEG1,-1}
SET{VMACDHH,MACD(4,8) HISTOGRAM 8 DAY HIGH}
SET{TRIGGER,VMACDHH * VNEG1}

set{var1,macd(4,8) histogram 1 day ago}
set{var2,var1 * 1.21}
SET{VMACDD,MACD(4,8) histogram}
SET{G22H,COUNT(MACD(4,8) HISTOGRAM ABOVE MACD(4,8) HISTOGRAM 22 DAY HIGH 1 DAY AGO,1)}
SET{TRIGGER2,DAYS(G22H > .5,100)}
SET{TRIGGER1,COUNT(VMACDD ABOVE VAR2,1)}
ADD COLUMN TRIGGER2

DRAW TRIGGER2
DRAW G22H
DRAW TRIGGER1 ON PLOT G22H
DRAW VMACDD LINE AT 0
DRAW TRIGGER ON PLOT VMACDD

trigger1 above .5
trigger1 1 day ago below .5
TRIGGER2 BELOW 13
g22h below .5
close above .3
volume above 100000
SORT COLUMN 5 deSCENDING

]



WALLSTREETGENIUS
983 posts
msg #65274
Ignore WALLSTREETGENIUS
modified
7/20/2008 11:14:08 AM

...found it.

chetron
2,817 posts
msg #65345
Ignore chetron
modified
7/22/2008 9:37:18 PM

double the divergence...
double the convergence...

Fetcher[


/* tachikawa */

8 day slope macd histogram(4,8) above 0
8 day slope close below 0
macd histogram(4,8) above 0
low 5 day low below low 5 day low 5 day ago
rsi(2) below rsi(2) 1 day ago
williams %r(2) above williams %r(2) 1 day ago
close below open
low above low 2 day ago

close above .3
volume above 100000

]




OR MAYBE...

Fetcher[



/* tachikawa */


set{var21,count(macd(4,8) histogram 1 day ago < macd histogram(4,8),1)}
set{mhisp,days(var21 < .5,100)}
set{var11,count(macd(4,8) histogram 1 day ago > macd histogram(4,8),1)}
set{mhisn,days(var11 < .5,100)}

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{trigger,mhisn + mhisp}

add column hstxhst
add column mhisp
add column mhisn
add column rsi(2)

draw mhisp
draw mhisn on plot mhisp
DRAW HSTXHST
Draw DMA(28,-14)



8 day slope macd histogram(4,8) above 0
8 day slope close below 0
macd histogram(4,8) above 0
low 5 day low below low 5 day low 5 day ago
rsi(2) below rsi(2) 1 day ago
williams %r(2) above williams %r(2) 1 day ago
close below open
low above low 2 day ago

close above .3
volume above 100000


]



StockFetcher Forums · Filter Exchange · ANOTHER MACD FILTER....<< 1 2 3 4 >>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.