StockFetcher Forums · Filter Exchange · Predictive Ability of Sharp Angles on +di and -di<< >>Post Follow-up
acfncp3
59 posts
msg #69822
Ignore acfncp3
12/12/2008 3:20:16 PM

I'm not sure this can be coded. I asked this question before and there was a good discussion but unfortunately no code. I like looking at the dmi quite a bit. And intraday it's very predictive. Please look at todays, 12/12/08 IBM 30 minute chart. Observe those very sharp angles on the -di line down and the sharp angle on the +di line moving upward before a cross. That was a great signal that Ibm was headed up. I played it all day. I know that SF can't do this yet intraday but these angles happen on daily charts as well. Is there anyway to get SF to search for these.

I usually have to go through the stocks that TRO Slow Cooker and Run Forest Run searches, (two of my favorites), and manually look for this pattern.

As always I'm always impressed with the coding ability of this group. Thanks again in advance for any attempt.

Topend



chetron
2,817 posts
msg #69824
Ignore chetron
12/12/2008 4:57:57 PM

MAYBE....


Fetcher[

/* GENIUS INSPIRED */


DRAW ADX(14)
DRAW ADX(7)
HIGH ABOVE HIGH 1 DAY AGO
HIGH 1 DAY AGO BELOW HIGH 2 DAY AGO
ADX(7,7) DECREASING 1 DAY
PDI(7) INCREASING 1 DAY
PDI(7) 1 DAY AGO DECREASING 1 DAY
1 DAY SLOPE PDI(7) ABOVE 5.9
ADX(14) INCREASING 1 DAY


]



chetron
2,817 posts
msg #69832
Ignore chetron
modified
12/12/2008 6:54:30 PM

JUST ME.....


Fetcher[

/* TACHIKAWA */

PDI(7) 2 DAY AGO ABOVE PDI(7) 1 DAY AGO
PDI(7) ABOVE PDI(7) 1 DAY AGO
1 DAY SLOPE PDI(7) ABOVE 17


]



NICE ONE...

Fetcher[
williams %r(2) increasing last 1 day
rsi(2) increasing last 1 day

SET{VAR1,MAX(OPEN,CLOSE)}
SET{VAR2,MIN(OPEN,CLOSE)}

Set{MACDDiff, MACD fast line(4,8) - MACD slow line(4,8) }
set{MACDb,days(MACDDiff is above MACDDiff 1 day ago,10)}
set{MACDa,days(MACDDiff is below MACDDiff 1 day ago,10)}
set{MACDX, MACDa - MACDb}

SET{BODSIZE,VAR1 - VAR2}
set{bodsize1,count(bodsize < bodsize 1 day ago,1)}
set{volsize1,count(volume < volume 1 day ago,1)}
set{trig,volsize1 * bodsize1}

set{var11,ma(28) - ma(5)}
set{var12,var11 * 100}
set{my_spread,var12 / ma(5)}

SET{VAR20,COUNT(PDI(14) > MDI(14),1)}
SET{VAR21,COUNT(MACD SLOW LINE > 0,1)}

SET{VAR30,VAR20 * MACDX}
SET{VAR31,VAR30 * VAR21}
SET{VAR32,VAR31 * TRIG}

add column my_spread
add column bodsize1
ADD COLUMN MACDX
ADD COLUMN VAR20
ADD COLUMN VAR32

DRAW VAR32
draw trig
draw bodsize1
draw ma(5) on plot price
draw ma(28) on plot price


my_spread > 19
TRIG > .5
VOLUME < VOLUME 1 DAY AGO
VOLUME > 999999
CLOSE > 2
macdx < 2

CHART-TIME 21 DAY

sort column 6 descending

]




work in progress.....

Fetcher[

williams %r(2) increasing last 1 day
rsi(2) increasing last 1 day

SET{VAR1,MAX(OPEN,CLOSE)}
SET{VAR2,MIN(OPEN,CLOSE)}

Set{MACDDiff, MACD fast line(4,8) - MACD slow line(4,8) }
set{MACDb,days(MACDDiff is above MACDDiff 1 day ago,10)}
set{MACDa,days(MACDDiff is below MACDDiff 1 day ago,10)}
set{MACDX, MACDa - MACDb}

SET{BODSIZE,VAR1 - VAR2}
set{bodsize1,count(bodsize < bodsize 1 day ago,1)}
set{volsize1,count(volume < volume 1 day ago,1)}
set{trig,volsize1 * bodsize1}

set{var11,ma(28) - ma(5)}
set{var12,var11 * 100}
set{my_spread,var12 / ma(5)}

SET{VAR20,COUNT(PDI(14) > MDI(14),1)}
SET{VAR21,COUNT(MACD SLOW LINE > 0,1)}

SET{VAR30,VAR20 * MACDX}
SET{VAR31,VAR30 * VAR21}
SET{VAR32,VAR31 * TRIG}

add column my_spread
add column bodsize1
ADD COLUMN MACDX
ADD COLUMN VAR20
ADD COLUMN VAR32

DRAW VAR32
draw trig
draw bodsize1
draw ma(5) on plot price
draw ma(28) on plot price

my_spread 1 day ago at new 22 day high

my_spread < my_spread 22 day high 1 day ago
VOLUME < VOLUME 1 DAY AGO
VOLUME > 99999
CLOSE > 2
/*
macdx < 2
my_spread > 19
*/
CHART-TIME 21 DAY

sort column 6 descending


]



StockFetcher Forums · Filter Exchange · Predictive Ability of Sharp Angles on +di and -di<< >>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.