StockFetcher Forums · General Discussion · ADX<< 1 2 >>Post Follow-up
cr0cop
87 posts
msg #75668
Ignore cr0cop
6/19/2009 9:10:56 PM

do you guys have an idea of how to make a filter that will scan for a 4 point consecutive move on ADX?

cr0cop
87 posts
msg #75735
Ignore cr0cop
6/23/2009 6:33:41 PM

anyone?

conyeuchua
83 posts
msg #75736
Ignore conyeuchua
6/23/2009 9:31:53 PM

Fetcher[
set {adx_0,adx(5,5)}
set {adx_1,adx(5,5) 1 day ago}
set {adx_2,adx(5,5) 2 days ago}
set {adx_3,adx(5,5) 3 days ago}
set {adx_4,adx(5,5) 4 days ago}


/* TREND MAY BE UPWARD or DOWNWARD */

/* TO SCAN FOR WEAKENING TREND */
/*
adx_1 above adx_0
adx_2 above adx_1
adx_3 above adx_2
adx_4 above adx_3
*/


/* TO SCAN FOR STRENGTHENING TREND */
adx_1 below adx_0
adx_2 below adx_1
adx_3 below adx_2
adx_4 below adx_3


do not draw adx_0
do not draw adx_1
do not draw adx_2
do not draw adx_3
do not draw adx_4

draw adx(5,5)

not otcbb
volume above 10000000

etf
]



Good luck.



Eman93
4,750 posts
msg #75737
Ignore Eman93
modified
6/23/2009 9:58:39 PM

Hey I was just working on one........
did you want exactly 4 points,,,,,,, what ADX time did you want 14, 30,...?.
What are you looking for?

Fetcher[ close is above 1
Average Volume(90) above 80000

set{a1, ADX(14) 3 day ago - ADX(14) 4 day ago}
set{a2, ADX(14) 2 day ago - ADX(14) 3 day ago}
set{a3, ADX(14) 1 day ago - ADX(14) 2 day ago}
set{a4, ADX(14) - ADX(14) 1 day ago}

set{c1, a1 + a2}
set{c2, a3 + a4}
set{axpoints, c1 + c2}

axpoints > 4
axpoints < 5

add column axpoints
add column ADX(14)
add column ind
sort column 5 ascending
]



chetron
2,817 posts
msg #75741
Ignore chetron
modified
6/24/2009 6:56:19 AM

i am sorry, but shouldn't the math be reversed????????

maybe crossing .....

no i guess not, i am wrong, but things look odd....

i think i understand now. ADX doesn't differentiate between bulL/bear, just whether there is a trend or not.

hth


Fetcher[



/* long */
set{a1, pdi(14) 3 day ago - pdi(14) 4 day ago}
set{a2, pdi(14) 2 day ago - pdi(14) 3 day ago}
set{a3, pdi(14) 1 day ago - pdi(14) 2 day ago}
set{a4, pdi(14) - pdi(14) 1 day ago}

set{c1, a1 + a2}
set{c2, a3 + a4}
set{axpoints, c1 + c2}


add column axpoints
add column ADX(14)
add column ind


high above ema(100)
close below open
close is above 1
Average Volume(90) above 80000
axpoints crossed above 0


sort column 5 ascending
]



chetron
2,817 posts
msg #75750
Ignore chetron
6/24/2009 11:00:00 AM

how about....

Fetcher[
close is above 1
Average Volume(90) above 80000

set{a1, ADX(14) 3 day ago - ADX(14) 4 day ago}
set{a2, ADX(14) 2 day ago - ADX(14) 3 day ago}
set{a3, ADX(14) 1 day ago - ADX(14) 2 day ago}
set{a4, ADX(14) - ADX(14) 1 day ago}

set{c1, a1 + a2}
set{c2, a3 + a4}
set{axpoints, c1 + c2}

add column axpoints
add column ADX(14)
add column ind

draw adx(14)

axpoints crossed above 0

sort column 5 ascending
]



Eman93
4,750 posts
msg #75761
Ignore Eman93
6/24/2009 6:24:47 PM

If it is moving up ADX getting higher than the larger number should be in the equ.....

I dont know what the hell ADX is capturing any way..its like the macd going up = bullish right?

Monday ADX = 3
Tue ADX =4


chetron
2,817 posts
msg #75764
Ignore chetron
6/24/2009 8:52:52 PM

NO, ADX GOING UP ABOVE 20 MEANS YOU ARE LEAVING BEING RANGE BOUND TO TRENDING

DI+ ABOVE ADX MEANS YOU ARE TRENDING BULLISH
DI- ABOVE ADX MEANS YOU ARE TRENDING BEARISH

Eman93
4,750 posts
msg #75768
Ignore Eman93
6/24/2009 11:25:43 PM

The ADX line is trending up 4 points in last 4 days..........this is what the filter calcs....

DI+ and DI- are not involved...... right?

chetron
2,817 posts
msg #75769
Ignore chetron
6/25/2009 6:39:14 AM

THAT'S WHAT I UNDERSTOOD....

StockFetcher Forums · General Discussion · ADX<< 1 2 >>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.