I used stockfetcher for awhile and liked it. I stopped using it and let the sub expire but I have a few saved.
lower bollie scan
Show stocks where close is near lower bollinger band(20)
and Average Volume(90) is above 350000
and close is between .005 and 45
and Average Volume(90) increasing for the last 1 Days
sort column 5 descending
add column ADX(14)
add column RSI(5)
add column stochrsi 20
add column RSI(2)
add column IFT(5,9)
simplegreens ta board scan
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