StockFetcher Forums · Filter Exchange · /* Accumulation Distribution TREND DISPLAY */<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #43532
Ignore TheRumpledOne
modified
5/7/2006 12:09:24 PM

A work in progress...

Fetcher[
/* Accumulation Distribution TREND DISPLAY */

set{T10, count(10 day slope of the accumulation distribution above 0,1)}
set{T60, count(60 day slope of the accumulation distribution above 0,1)}
set{T200, count(200 day slope of the accumulation distribution above 0,1)}

Set{a1, T200 * 1}
Set{a2, T60 * 10}
Set{a3, T10 * 100}

Set{aa, a1 + a2}
Set{ADTREND, aa + a3}
set{T10a,days(10 day slope of the accumulation distribution below 0, 100)}
set{T60a,days(60 day slope of the accumulation distribution below 0, 100)}
set{T200a,days(200 day slope of the accumulation distribution below 0, 100)}


/* enter your Upper Limit criteria */
set{UpperLim, accumulation distribution 100 day High}

/* enter your Lower Limit criteria */
set{LowerLim, accumulation distribution 100 day Low}

set{ADHigh,days(accumulation distribution equal accumulation distribution 100 day High , 100)}
set{ADLow,days(accumulation distribution equal accumulation distribution 100 day Low , 100)}

set{ADMaj, count( adhigh below adlow , 1 ) }



ADD COLUMN ADTREND
ADD COLUMN T10a
ADD COLUMN T60a
ADD COLUMN T200a
ADD COLUMN ADMaj

ADD COLUMN ADHigh
ADD COLUMN ADLow

/* selection criteria */
close above 20

avg vol(5) above 1000000
avg vol(30) above 1000000

market is nasdaq

add column industry

draw accumulation distribution
draw adhigh
draw adlow on plot adhigh

Sort column 5 descending
]




I have an idea that the Accumulation Distribution TREND DISPLAY can help to identify what phase a stock is in.

TO BE CONTINUED...








StockFetcher Forums · Filter Exchange · /* Accumulation Distribution TREND DISPLAY */<< >>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.