StockFetcher Forums · Filter Exchange · ANOTHER ADX FILTER.......<< 1 2 3 >>Post Follow-up
Eman93
4,750 posts
msg #88295
Ignore Eman93
2/15/2010 4:12:42 PM

Chet,

What is the max function?


chetron
2,817 posts
msg #88296
Ignore chetron
modified
2/15/2010 4:49:55 PM

THE MAX FUNCTION RETURNS THE HIGHER VALUE OF THE TWO IN THE ( )'S.


THE FORMULA YOU POSTED REQUIRES THAT THE HIGHEST RANGE IS USED FOR THE TR VALUE.

AND, FYI, I TRIED DOING THE MAX FUNCTION IN LONG HAND AND THEY KNOW WHAT I AM TRYING TO DO, AND DISALLOWED IT. = )


BUT I DID TRY.



chetron
2,817 posts
msg #88384
Ignore chetron
2/18/2010 7:19:07 PM

WHAT'S THE RISK????????


Fetcher[
SET{VAR1,COUNT(ADX ABOVE 29,1)}
SET{VAR2,COUNT(Williams %R(20) CROSSED ABOVE -80,1)}
SET{VAR3,COUNT(Williams %R(20) CROSSED BELOW -20,1)}
SET{VBUY,VAR1 * VAR2}
SET{VSHORT,VAR1 * VAR3}
SET{VPLAYS,VBUY + VSHORT}

ADD COLUMN VBUY
ADD COLUMN VSHORT

VPLAYS ABOVE .5
DO NOT DRAW VPLAYS

WILLIAMS %R(20) BETWEEN -20 AND -80
ADX ABOVE 29
DRAW VSHORT ON PLOT VBUY
CLOSE ABOVE .1
VOLUME ABOVE 5000000

]



chetron
2,817 posts
msg #88517
Ignore chetron
modified
2/22/2010 8:19:46 AM

ADX REVERSAL......



Fetcher[

/* ADX REVERSAL */

set{var1,count(rsi(14) crossed below 50,1)}
set{var2,count(rsi(14) crossed above 50,1)}
set{vtrig,var1 + var2}

draw rsi(14) line at 50

ADX BELOW 11
ADX crossed above adx 1 day ago within last 3 day
var2 above .5
CLOSE ABOVE .1
VOLUME ABOVE 1000000
]






Eman93
4,750 posts
msg #88759
Ignore Eman93
2/25/2010 10:33:46 PM

Catching the -DI line crossing below the ADX line--- use the MACD and STO to confirm the move... will give false signals.

Fetcher[/*EMAN DIP BUYER ADX*/

Close is above 1

volume > 500000

ADX(14) > 25

ADX(14) reached a new 15 day high

accumulation distribution increasing for the last 1 days

MACD Histogram(12,26,9) > MACD Histogram(12,26,9) 1 day ago

+DI(14) > +DI(14) 1 day ago

+DI(14) < -DI(14)

ADX(14) < -DI(14) 1 day ago

ADX(14) > -DI(14)

Slow Stochastics Slow %D(10) crossed below 25 within the last 5 days

add column high

add column cmo(5)

add column ind
]




Eman93
4,750 posts
msg #89575
Ignore Eman93
modified
3/14/2010 12:55:16 PM

ADX Combo -DI(14) 10week high

Looking for a move as it happens or a few days before

Fetcher[close > .1
Average Volume(3) > 500000

-DI(14) 1 day ago > -DI(14)

-DI(14) reached a new 10 week high in the last 5 days

macd histogram < 0.0
MACD Histogram > MACD Histogram 1 day ago
MACD Histogram 1 day ago < MACD Histogram 2 days ago
add column macd histogram
add column macd
add column macd histogram 1 day ago
add column macd 1 day ago


and add column Williams %R(15)

add column high

add column low

and add column ADX(14)

add column ind

sort column 7 ascending
]



chetron
2,817 posts
msg #91191
Ignore chetron
modified
4/14/2010 7:10:57 PM

AND.....

Fetcher[
/* TACHIKAWA */

SET{VAR1A,COUNT(PDI ABOVE MDI,1)}
SET{VAR2A,COUNT(MDI ABOVE PDI,1)}
SET{VAR1,COUNT(RSI(2) ABOVE 75,1)}
SET{VAR2,COUNT(RSI(2) BELOW 25,1)}

SET{VAR3,COUNT(OPEN BELOW CLOSE,1)}
SET{VAR4,COUNT(OPEN ABOVE CLOSE,1)}
SET{VAR3A,VAR3 1 DAY AGO}
SET{VAR4A,VAR4 1 DAY AGO}

SET{VAR5,VAR3 * VAR4A}
SET{VAR6,VAR4 * VAR3A}
SET{VAR1X,VAR6 * VAR1}
SET{VAR2X,VAR5 * VAR2}

SET{VSHORT,VAR1A * VAR1X}
SET{VBUY,VAR2A * VAR2X}

SET{VPLAYS,VSHORT + VBUY}

DRAW VSHORT ON PLOT VBUY
DRAW RSI(2)


add column vbuy
add column vshort

DRAW ADX LINE AT 20

VPLAYS ABOVE .5
DO NOT DRAW VPLAYS
CLOSE ABOVE .1
VOLUME ABOVE 100000


]



StockFetcher Forums · Filter Exchange · ANOTHER ADX FILTER.......<< 1 2 3 >>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.