StockFetcher Forums · Filter Exchange · killer macd to go with rsi-2 bottom filter<< >>Post Follow-up
MARY4MONEY
806 posts
msg #58312
Ignore MARY4MONEY
12/20/2007 7:37:06 AM

use a macd(3,4,2) got you into ldk at 31 and solf at 11 before they ran 76 and 32- you get into the stock as soon as you cross up over 0 line

karennma
8,057 posts
msg #58315
Ignore karennma
modified
12/20/2007 8:24:43 AM

Geez M4M! You did it again.
That IS a killer bottom!
Any idea what to use for a killer top?
:>)




karennma
8,057 posts
msg #58316
Ignore karennma
12/20/2007 8:26:19 AM

GS should be kickin' butt today!


BullsMakeMoney
12 posts
msg #58357
Ignore BullsMakeMoney
12/20/2007 6:31:28 PM

Can you make that clickable?

guru_trader
485 posts
msg #58370
Ignore guru_trader
12/21/2007 3:56:22 AM

Here's an idea ...
1) Find stocks that have sufficient daily volume ... the more volume, the better for this setup
2) Count the number of times the MACD squigglies cross above the zero line ... the fewer, the better for this setup (but not too few)
3) Filter for stocks that have the MACD squiggley crossing above the zero line

Something like this ...

Fetcher[
and not otcbb
and avgvol(100) > 54321
and set{x,count(MACD Fast Line(3,4,2) crossed above 0,100)}
and add column x
and sort column 5 ascending
and x < 20
and MACD Fast Line(3,4,2) crossed above 0
and date offset is 0
]



TheRumpledOne
6,407 posts
msg #58409
Ignore TheRumpledOne
modified
12/21/2007 9:52:40 PM

Fetcher[
/* BOTTOM FINDER - MACD */

set{A0, count(MACD Fast Line(3,4,2) equal MACD Fast Line(3,4,2) 5 day low, 1)}
set{A1, count(MACD Fast Line(3,4,2) equal MACD Fast Line(3,4,2) 13 day low, 1)}
set{A2, count(MACD Fast Line(3,4,2) equal MACD Fast Line(3,4,2) 26 day low, 1)}
set{A3, count(MACD Fast Line(3,4,2) equal MACD Fast Line(3,4,2) 50 day low, 1)}
set{A4, count(MACD Fast Line(3,4,2) equal MACD Fast Line(3,4,2) 200 day low, 1)}


set{rr1,5 * a0}
set{rr2,8 * a1} /* 8 = 13 - 5 */
set{rr3,13 * a2} /* 13 = 26 - 13 */
set{rr4,24 * a3} /* 24 = 50 - 26 */
set{rr5,150 * a4} /* 150 = 200 - 50 */
set{rra,rr1 + rr2}
set{rrb,rra + rr3}
set{rrc,rrb + rr4}
set{rr,rrc + rr5}

set{ma50, count( close above ma(50), 1) }
set{ma200, count( close above ma(200), 1) }

draw ma(50)
draw ma(200)
draw MACD Fast Line(3,4,2)

/* SELECTION CRITERIA */

MARKET IS NASDAQ 100

rr above 0

and add column rr

and add column ma50
and add column ma200

and add column MACD Fast Line(3,4,2) 5 day low
and add column MACD Fast Line(3,4,2) 13 day low
and add column MACD Fast Line(3,4,2) 26 day low
and add column MACD Fast Line(3,4,2) 50 day low
and add column MACD Fast Line(3,4,2) 200 day low

sort column 5 descending

]




column rr tells you if it is a 5, 13, 26, 50 or 200 day lowest MACD Fast Line(3,4,2) .

TheRumpledOne
6,407 posts
msg #58410
Ignore TheRumpledOne
modified
12/21/2007 9:57:54 PM

Fetcher[
/* BOTTOM FINDER - MACD - TRADE PICKER */

set{A0, count(MACD Fast Line(3,4,2) equal MACD Fast Line(3,4,2) 5 day low, 1)}
set{A1, count(MACD Fast Line(3,4,2) equal MACD Fast Line(3,4,2) 13 day low, 1)}
set{A2, count(MACD Fast Line(3,4,2) equal MACD Fast Line(3,4,2) 26 day low, 1)}
set{A3, count(MACD Fast Line(3,4,2) equal MACD Fast Line(3,4,2) 50 day low, 1)}
set{A4, count(MACD Fast Line(3,4,2) equal MACD Fast Line(3,4,2) 200 day low, 1)}


set{rr1,5 * a0}
set{rr2,8 * a1} /* 8 = 13 - 5 */
set{rr3,13 * a2} /* 13 = 26 - 13 */
set{rr4,24 * a3} /* 24 = 50 - 26 */
set{rr5,150 * a4} /* 150 = 200 - 50 */
set{rra,rr1 + rr2}
set{rrb,rra + rr3}
set{rrc,rrb + rr4}
set{rr,rrc + rr5}

set{ma50, count( close above ma(50), 1) }
set{ma200, count( close above ma(200), 1) }

set{ rrhit, count(rr > 0, 5) }

draw ma(50)
draw ma(200)
draw MACD Fast Line(3,4,2)

/* SELECTION CRITERIA */

MARKET IS NASDAQ 100

MACD Fast Line(3,4,2) crossed above 0

rrhit above 0

and add column ma50
and add column ma200

and add column MACD Fast Line(3,4,2) 5 day low
and add column MACD Fast Line(3,4,2) 13 day low
and add column MACD Fast Line(3,4,2) 26 day low
and add column MACD Fast Line(3,4,2) 50 day low
and add column MACD Fast Line(3,4,2) 200 day low

sort column 5 descending

chart-time is 1 month

]



StockFetcher Forums · Filter Exchange · killer macd to go with rsi-2 bottom filter<< >>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.