StockFetcher Forums · Filter Exchange · MACD Making a Double Bottom<< >>Post Follow-up
moby
314 posts
msg #89800
Ignore moby
3/17/2010 7:12:28 PM

Please if someone could help me make this filter that scans for :

find stocks where the MACD(12,26) fast line crosses above MACD(12,26) slow line,
goes up, then the indicator comes back down to make a double bottom
then the MACD(12,26) fast line crosses above MACD(12,26) slow line again, but is still just below zero
within 20 days

I know, I have a sickness =( and need help in more ways than one. And I am trying to code this,but I just can't get it.

chetron
2,817 posts
msg #89801
Ignore chetron
modified
3/17/2010 7:34:59 PM

JUST USE SOAP AND SUB STOCHASTIC WITH MACD....



Fetcher[



/* Wave 1 */
SET{VAR1,DAYS(MACD FAST LINE crossed above MACD SLOW LINE,100)}
SET{VAR2,DAYS(MACD SLOW LINE BELOW 0,100)}


/* Wave 2 */

SET{VAR4,DAYS(MACD FAST LINE crossed below MACD SLOW LINE,100)}

/* Wave 3 */

SET{VAR6,DAYS(MACD FAST LINE crossed above MACD SLOW LINE,100)}

draw MACD AT 0 LINE

VAR6 BELOW .5
VAR2 BELOW .5 LAST 3 DAY
CLOSE ABOVE .1
VOLUME ABOVE 100000
VAR4 ABOVE VAR6

DO NOT DRAW VAR2
DO NOT DRAW VAR3
DO NOT DRAW VAR4
DO NOT DRAW VAR6
]




moby
314 posts
msg #89805
Ignore moby
3/17/2010 8:51:12 PM

Thank you very much , Sir !

Eman93
4,750 posts
msg #89885
Ignore Eman93
modified
3/19/2010 12:06:58 AM

This is trying to find double bottom of the histogram....... once it hits the 20 week low it will track the macd if it is still heading down..... will revise

I coundnt get it to work with and other fast line or slow line combos...

but you can see it puts in a nice mo mo bottom....

Chet my problem was I was trying to use macd histogram(3.9,6) it wont take anything but how its written....

Fetcher[set{vlo, 0 + macd histogram 20 week low}

set{vhi, 0 + macd histogram 20 week high}

set{vht, 0 + macd histogram}

set{mda, vlo - vht}

mda < 0.001

mda > -0.001

draw macd histogram 20 week high

add column vht

add column vhi

add column vlo

draw vhi on plot vlo

draw macd histogram 20 week low

close above .1
volume above 100000
]



chetron
2,817 posts
msg #89909
Ignore chetron
3/19/2010 7:17:09 AM

why are you using the plus zero thing?

those are some interesting bottoms




Eman93
4,750 posts
msg #89913
Ignore Eman93
3/19/2010 8:32:38 AM

When I didnt use the additon function it was giving me a price, but only on the macd histogram 20 week high?? so I added an addtion function..


What I want to find is what was the low (price) the day the MACD Histogram made a 20 week low...... and price is less than that low, but the macd histogram is higher than the 20 week low.

Extracting a price the day the histogram made a 20 week low...

chetron
2,817 posts
msg #89922
Ignore chetron
3/19/2010 9:17:21 AM

how about.....

Fetcher[
set{vlo, 0 + macd histogram 20 week low}

set{vhi, 0 + macd histogram 20 week high}

set{vht, 0 + macd histogram}

set{mda, vlo - vht}

mda 1 day ago < 0.001

mda 1 day ago > -0.001
low below low 1 day ago


draw macd histogram 20 week high

add column vht

add column vhi

add column vlo

draw vhi on plot vlo

draw macd histogram 20 week low

close above .1
volume above 100000
]



StockFetcher Forums · Filter Exchange · MACD Making a Double Bottom<< >>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.