StockFetcher Forums · Filter Exchange · adx question<< >>Post Follow-up
SAFeTRADE
630 posts
msg #65232
Ignore SAFeTRADE
modified
7/19/2008 1:01:47 PM

Why does this not work...

Fetcher[close > 1
set{dmibuy, count(+di > 30,1)}
draw dmibuy
]



maxreturn
745 posts
msg #65237
Ignore maxreturn
7/19/2008 1:59:57 PM

Safetrade, I learned a long time ago that for some reason you can not use "+di" or "-di" in a count statement. Instead you must use "pdi" for +di and mdi for -di.

Fetcher[close > 1
set{dmibuy, count(pdi > 30,1)}
draw dmibuy
]


Regards
Max

SAFeTRADE
630 posts
msg #65243
Ignore SAFeTRADE
7/19/2008 3:45:06 PM

Thanks maxreturn, greatly appreciated.

Jraspill
3 posts
msg #66649
Ignore Jraspill
modified
8/25/2008 5:23:33 PM

Use it like in this sentence:

Show stocks where +DI(14) crossed above -DI(14) within the last 1 day


OR

Show stocks where DI(14) Difference has been increasing for 2 days and the DI(14) Difference is above 0

StockFetcher Forums · Filter Exchange · adx question<< >>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.