News Focus
News Focus
icon url

captain america

04/09/11 5:19 PM

#82150 RE: n4te0ne #82147

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

icon url

**D*A**

04/10/11 9:05 PM

#82185 RE: n4te0ne #82147

Hi N4, thanks again for all that you do.

My daughter talked me into buying giant pumpkin seeds at Lowe's a few years ago. For whatever reason? I've managed to get only 3 big pumpkins each year. The vines grow and it bloom like crazy, buTT in the end, 3 pumpkins. My biggest was about 80 pounds. On a side note, have you ever tried fried pumpkin blossoms? Pull the petals apart into individual pieces, wash them off, roll them in flower and deep fry them. Hillbilly delight. :-) It may have something to do with why only 3 make it to pumpkin stage. I'm glad to hear that you grow stuff in the city and good luck with it. I agree that a garden beats mowing and I look forward to getting home each day to see what has come up and how far its grown.

The main reason I justify the extra cost for RT, is because I want to trade when the condition I'm looking for happens. Not on a delayed basis. A stockchart sharp chart in real time will have a green candle for the current candlestick, delayed is yellow.

If your platform doesn't support PPO in a scan? You may want to consider using the MACD in its place. Pull up a chart with a MACD and PPO both on it with the same time settings. They are very close.