StockFetcher Forums · Filter Exchange · ADX above +DI AND -DI<< >>Post Follow-up
luc1grunt
622 posts
msg #52034
Ignore luc1grunt
6/7/2007 12:38:23 AM

Could use some help from the gurus. I'm trying to write a filter where the ADX line crosses the highest line of DI whether +DI or -DI. Using and/or gives too many stocks...many of which the ADX is still below a higher line. Hope that makes sense.

Here's the rudimentary screen. I'll add bells and whistles later. Thanks in advance, Luc

show stocks where ADX(14) crossed above +DI(14) or -DI(14) within 1 day
and volume(30) above 1000000


nikoschopen
2,824 posts
msg #52036
Ignore nikoschopen
modified
6/7/2007 1:46:21 AM

Fetcher[
set{hi, max(PDI, MDI)}
set{Xover, count(ADX crossed above hi,1)}
Xover above 0
and volume(30) above 1000000

add column adx
add column hi
add column pdi
add column mdi

draw adx
draw pdi
draw mdi
]



Let me know if you need further help.

luc1grunt
622 posts
msg #52039
Ignore luc1grunt
6/7/2007 7:19:49 AM

Thanks Niko, I can go from there....set statements!

Sure wish SF had a PM feature.

Happy Trading! Luc

StockFetcher Forums · Filter Exchange · ADX above +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.