StockFetcher Forums · Filter Exchange · Why is ADX(14) drawing<< >>Post Follow-up
joepistell
37 posts
msg #126832
Ignore joepistell
modified
1/19/2016 5:11:33 PM

Fetcher[ /*GLOBAL*/
show optionable stocks
market is not ETF
avgvol(90) > 300000
and price > 8


set{dx, adx(5) 1 day ago}
set{MDI, -DI(5) 1 day ago}
set{PDI, +DI(5) 1 day ago}

set{diff, PDI - MDI}
draw PDI
]




Why is ADX(14) drawing and not PDI?


four
5,087 posts
msg #126833
Ignore four
modified
1/20/2016 12:15:43 AM

Use PDI (for +DI) and MDI (for -DI)...

PDI and MDI are "reserved". Changed the PDI to something like PDIx.

---
Fetcher[ /*GLOBAL*/
show optionable stocks
market is not ETF
avgvol(90) > 300000
and price > 8

set{dx, adx(5) 1 day ago}
set{MDIx, -DI(5) 1 day ago}
set{PDIx, +DI(5) 1 day ago}
draw PDIx
]




---

set{x, pdi}
draw x

--OR--

set{xx, +DI }
draw xx

joepistell
37 posts
msg #126848
Ignore joepistell
1/21/2016 7:59:59 AM

TY four!

four
5,087 posts
msg #126850
Ignore four
1/21/2016 9:41:52 AM

Welcome

StockFetcher Forums · Filter Exchange · Why is ADX(14) drawing<< >>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.