StockFetcher Forums · Filter Exchange · MACD HISTOGRAM & DMA MAGIC VOL II<< 1 ... 2 3 4 5 6 >>Post Follow-up
WALLSTREETGENIUS
983 posts
msg #64523
Ignore WALLSTREETGENIUS
6/30/2008 12:27:31 PM

chetron -

Thanks, but the more I dive into your "VMACDD", the more I like what I see. I pre-judged your filter 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. I'll paste this to YOUR thread, because others really need to see your brilliance on this one!

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


- WALLSTREET -

chetron
2,817 posts
msg #65036
Ignore chetron
7/16/2008 6:38:23 AM

OR MAYBE...


Fetcher[



/* NORMALIZE DMA(28,-14) */
/* tachikawa */

set{dmaval, INDPOSITION(DMA(28,-14),60) * 100}
set{mhis,indposition(macd(4,8) histogram,60) * 100}
set{vema5,indposition(ema(5),60) * 100}
set{vslope,indposition(2 day slope dma(28,-14),60) * 100}

set{var10,count(mhis > mhis 1 day ago,1)}
set{var18,count(mhis 1 day ago < mhis 2 day ago,1)}
set{var12,count(mhis > vslope,1)}
set{var13,count(vema5 > mhis,1)}
set{var14,count(dmaval > mhis,1)}

set{var15,var10 * var10}
set{var16,var15 * var12}
set{var17,var16 * var13}
set{trigf,var17 * var14}

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)}

add column mhisp
add column mhisn

draw mhisp
draw mhisn on plot mhisp

add column dmaval
add column vslope
add column vema5
add column mhis
add column rsi(2)

draw trigf

Draw DMA(28,-14)

draw mhis
DRAW dmaval on plot mhis
draw vema5 on plot mhis
draw vslope on plot mhis

trigf > .5

volume > 1000000
close > .3

chart-time 22 day
SORT COLUMN 5 DESCENDING


]



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.