InvestorsHub Logo
Followers 39
Posts 5262
Boards Moderated 2
Alias Born 06/10/2006

Re: **D*A** post# 27354

Thursday, 04/24/2008 8:25:03 PM

Thursday, April 24, 2008 8:25:03 PM

Post# of 126111
stockfetcher scans

simplegreens TA board scan:

set{T10, count(10 day slope of the close above 0,1)}
set{T60, count(60 day slope of the close above 0,1)}
set{T200, count(200 day slope of the close above 0,1)}
and do not draw accumulation distribution
Set{u1, T200 * 1}
Set{u2, T60 * 10}
Set{u3, T10 * 100}

Set{uu, u1 + u2}
Set{TREND, uu + u3}

set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{CxC, CCa - CCb}

set{E5b,days(close is above ema(5),100)}
set{E5a,days(close is below ema(5),100)}
set{CxE5, E5a - E5b}


set{E1326b,days(ema(13) above ema(26),100)}
set{E1326b1, count(E1326b above -1 , 1)}
set{E1326b2, E1326b * E1326b1}
set{E1326a,days(ema(13) below ema(26),100)}
set{E1326a1, count(E1326a above -1 , 1)}
set{E1326a2, E1326a * E1326a1}

set{E13xE26, E1326a2 - E1326b2}

set{v, volume 1 day ago}
set{volinc, volume - v}
set{volpc, volinc / v}
set{volpct, volpc * 100}

set{VolZ, days(volume < 1,100)}
set{VolUp, days(volume is below volume 1 day ago,100)}
set{VolDn, days(volume is above volume 1 day ago,100)}
set{VolCnt, VolUp - VolDn}


TREND EQUAL 111
E13XE26 ABOVE 0

CLOSE below 10

VOLUME ABOVE 250000

ADD COLUMN RSI(2)
ADD COLUMN TREND
ADD COLUMN E13XE26
ADD COLUMN CXE5 {C_x_E5}

ADD COLUMN CXC {C_x_C}

ADD COLUMN VOLPCT {V% chg}
ADD COLUMN VOLCNT {V u/d}

SORT COLUMN 10 DESCENDING

and draw Linear Regression(45,1.0)

accumulation distribution has been increasing last 2 days

10 day slope of the close above 0
60 day slope of the close above 0
200 day slope of the close above 0



close is more than close 1 day ago

close is below 28
add column RSI(14)

and draw CWMA(CCI(14),9) and do not draw trend and do not draw e13xe26



Join the InvestorsHub Community

Register for free to join our community of investors and share your ideas. You will also get access to streaming quotes, interactive charts, trades, portfolio, live options flow and more tools.