StockFetcher Forums · General Discussion · DETECTIVE WORK<< >>Post Follow-up
TheRumpledOne
6,407 posts
msg #97682
Ignore TheRumpledOne
11/30/2010 10:58:44 AM

CAN A DETECTIVE FIND OUT WHAT COMPANY THEY ARE TALKING ABOUT?

http://www.fool.com/fool/free-report/15/ultimatewirelessaudio-69590.aspx?source=ispspoeml0000821

TheRumpledOne
6,407 posts
msg #97683
Ignore TheRumpledOne
modified
11/30/2010 11:15:55 AM

How about this...LOL!

http://stockgumshoe.com/2010/05/the-ultimate-wireless-winner-one-stock-you-must-buy-before-iphone-fever-strikes-again.html


American Tower (AMT)

Fetcher[
/* gap fill statistics */

set{Xgapped, open - close 1 day ago}
set{Xgapup, count(Xgapped > 0, 1)}
set{Xgapdn, count(Xgapped < 0, 1)}

set{absgap, abs(Xgapped)}

set{gappedup100, count(Xgapup > 0, 100)}
set{gappeddn100, count(Xgapdn > 0, 100)}

set{cl1lo, close 1 day ago - low}
set{hicl1, high - close 1 day ago }

set{fillup, count(cl1lo > 0, 1)}
set{filldn, count(hicl1 > 0, 1)}

set{gapupfilled, Xgapup * fillup }
set{gapdnfilled, Xgapdn * filldn }

set{gapup100f, count(gapupfilled > 0, 100)}
set{gapdn100f, count(gapdnfilled > 0, 100)}

set{gapfilled, gapup100f + gapdn100f}

/* DRAW PLOTS */

DRAW XGAPPED ON PLOT XGAPPED

/* DISPLAY COLUMNS */

and add column gappedup100
and add column gappeddn100
and add column gapfilled
and add column gapup100f
and add column gapdn100f

and add column cma(absgap, 100)
and add column absgap 100 day high
and add column absgap 100 day low

/* SELECTION CRITERIA */
symlist(AMT)

/* SORT CRITERIA */

SORT COLUMN 7 DESCENDING
]



Fetcher[
/* Run Forest, Run */

symlist(AMT)

set{volcnt, count(volume above 50000, 100) }
set{volzero, count(volume equal 0, 100) }

set{x1, high - open}
set{Long_Profit, x1/open }

set{C1A, count(Long_Profit > .04 , 100)}
set{C2A, count(Long_Profit > .09, 100)}
set{C0010, C1A - C2A}

set{D1A, count(Long_Profit > .09 , 100)}
set{D2A, count(Long_Profit > .19, 100)}
set{D1020, D1A - D2A}

set{E1A, count(Long_Profit > .19 , 100)}
set{E2A, count(Long_Profit > .29, 100)}
set{E2030, E1A - E2A}

set{F1A, count(Long_Profit > .29 , 100)}
set{F2A, count(Long_Profit > .39, 100)}
set{F3040, F1A - F2A}

set{G1A, count(Long_Profit > .39 , 100)}
set{G2A, count(Long_Profit > .49, 100)}
set{G4050, G1A - G2A}

set{H1A, count(Long_Profit > .49 , 100)}
set{H2A, count(Long_Profit > .99, 100)}
set{H50100, H1A - H2A}

set{I100, count(Long_Profit > .99 , 100)}

add column Long_Profit {ProfitPct}

and add column C0010 {4_9}
and add column D1020 {10_19}
and add column E2030 {20_29}
and add column F3040 {30_39}
and add column G4050 {40_49}
and add column H50100 {50_99}
and add column I100 {100}

and add column volcnt
and add column volzero
sort column 7 descending
]



Fetcher[
/* Basic Filter for newbies and old pros */

set{E36b,days(ema(3) is above ema(6),100)}
set{E36a,days(ema(3) is below ema(6),100)}
set{E3xE6, E36a - E36b}

set{E50200b,days(ma(50) is above ma(200),100)}
set{E50200a,days(ma(50) is below ma(200),100)}
set{M50xM200, E50200a - E50200b}

set{E1326b,days(ema(13) is above ema(26),100)}
set{E1326a,days(ema(13) is below ema(26),100)}
set{E13xE26, E1326a - E1326b}

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{E50b,days(close is above ma(50),100)}
set{E50a,days(close is below ma(50),100)}
set{CxM50, E50a - E50b}

set{E200b,days(close is above ma(200),100)}
set{E200a,days(close is below ma(200),100)}
set{CxM200, E200a - E200b}


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)}

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

Set{aa, a1 + a2}
Set{TREND, aa + a3}

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}

set{vck1, volume 1 day ago }
set{vck, volume / vck1 }
set{vdbl, days(vck < 2, 100)}


set{PARBuy, count(close crossed above Parabolic SAR, 1) }
set{DMIBuy, count( di(14) Difference above 0 , 1) }

set{PARSell, count(close crossed below Parabolic SAR,1) }
set{DMISell, count( di(14) Difference below 0, 1) }

set{PARSBuy, PARBuy * DMIBuy}
set{PARSSell, PARSell * DMISell}
set{PARSTrade, PARSBuy + PARSSell}



and add column VolCnt
and add column Vdbl
and add column VolZ

and add column Trend

and add column CxC {CxC_}
and add column CxE5 {CxE5}

and add column E3xE6 {E3xE6}
and add column E13xE26 {E13xE26}


and add column CxM50
and add column CxM200
and add column M50xM200

add column rsi(2)
add column weekly rsi(2)

add column PARSBuy
add column PARSSell

sort column 8 descending

symlist(AMT)
]





TheRumpledOne
6,407 posts
msg #97685
Ignore TheRumpledOne
11/30/2010 12:21:21 PM

Fetcher[

set{TOP, max(open,close)}
set{BOTTOM, min(open,close)}

set{TOP10, TOP 10 day high}
set{BOTTOM10, BOTTOM 10 day low}

set{TOP20, TOP 20 day high}
set{BOTTOM20, BOTTOM 20 day low}

set{TOP30, TOP 30 day high}
set{BOTTOM30, BOTTOM 30 day low}


set{BUY10, count( min(open,close) reached a 10 day low,1)}
set{SELL10,count( max(open,close) reached a 10 day high,1)}

set{BUY20, count( min(open,close) reached a 20 day low,1)}
set{SELL20, count( max(open,close) reached a 20 day high,1)}

set{BUY30, count( min(open,close) reached a 30 day low,1)}
set{SELL30, count( max(open,close) reached a 30 day high,1)}

add column TOP10
add column TOP20
add column TOP30

add column BOTTOM10
add column BOTTOM20
add column BOTTOM30

add column BUY10
add column BUY20
add column BUY30

add column SELL10
add column SELL20
add column SELL30

DRAW BUY10
DRAW BUY20 ON PLOT BUY10
DRAW BUY30 ON PLOT BUY10

DRAW SELL10
DRAW SELL20 ON PLOT SELL10
DRAW SELL30 ON PLOT SELL10

DRAW TOP10 ON PLOT close
DRAW TOP20 ON PLOT close
DRAW TOP30 ON PLOT close

DRAW BOTTOM10 ON PLOT close
DRAW BOTTOM20 ON PLOT close
DRAW BOTTOM30 ON PLOT close

symlist(amt)

]



TheRumpledOne
6,407 posts
msg #97686
Ignore TheRumpledOne
11/30/2010 12:26:30 PM

The last time this email was sent out, AMT was at a bottom...Hmmmmmm?!?!?!??!

StockFetcher Forums · General Discussion · DETECTIVE WORK<< >>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.