StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 46 47 48 49 50 ... 57 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #79311
Ignore TheRumpledOne
9/15/2009 3:48:46 PM

ABK, PMI, RDN and SPF have their legs back...LOL!

jz166
4 posts
msg #79687
Ignore jz166
9/19/2009 11:34:34 PM

Avery, it's good to see you you here too. You are everywhere. LOL

questions, RFR certainly looks pretty good.
Is the one in the first page still valid? thnx!

TheRumpledOne
6,407 posts
msg #80926
Ignore TheRumpledOne
modified
10/9/2009 4:12:25 PM

Fetcher[
/* TRO STAT SCAN - 10 PERCENT POPS PER WEEK */

/* Long Profit Percent Statistics Display */

set{xRange, high - low}
set{AvgRng, cma(xRange,5) }
set{HiOp, high - open}
set{Long_Profit, HiOp/open }

set{B10A, count(Long_Profit > .10 , 100)}

set{A10A, count(Long_Profit > .10 , 1)}
set{chg, sum( A10A - A10A 1 day ago ,5)}

and add column B10A {GT10%}

and add column HiOp
and add column AvgRng

add column chg{(wk)}
add column chg 1 week ago{(-1wk)}
add column chg 2 weeks ago{(-2wk)}
add column chg 3 weeks ago{(-3wk)}
add column chg 4 weeks ago{(-4wk)}
add column chg 5 weeks ago{(-5wk)}
add column chg 6 weeks ago{(-6wk)}
add column chg 7 weeks ago{(-7wk)}
add column chg 8 weeks ago{(-8wk)}
and add column separator
add column industry
add column sector
and add column separator

/* SELECTION CRITERIA */

symlist(abk,spf,rdn,pmi)


sort column 5 descending
]



Some old favorites.

hawkeyes002
49 posts
msg #80931
Ignore hawkeyes002
10/9/2009 9:10:46 PM

how does this backtest?

TheRumpledOne
6,407 posts
msg #80988
Ignore TheRumpledOne
10/12/2009 7:43:53 PM

This doesn't backtest.

It is a STATISTICAL REPORT.



TheRumpledOne
6,407 posts
msg #81315
Ignore TheRumpledOne
10/17/2009 10:06:29 PM

I am thinking out loud...

Buy 1/5 position at the close on Friday.

If stock does NOT pop buy another 1/5 position at Monday's close.

Repeat until POP!

I caught the BCON pop for a nice percent return!!





TheRumpledOne
6,407 posts
msg #82761
Ignore TheRumpledOne
11/10/2009 2:19:57 PM

Looking like ABK's running days may be over...

It was good while it lasted.

TheRumpledOne
6,407 posts
msg #83849
Ignore TheRumpledOne
modified
12/4/2009 2:44:28 PM

Fetcher[
/* TRO STAT SCAN - PRICES ABOVE CURRENT PRICE */

set{A10A, count(CLOSE 1 DAY AGO > CLOSE, 1)}
set{A20A, count(CLOSE 2 DAY AGO > CLOSE, 1)}
set{A30A, count(CLOSE 3 DAY AGO > CLOSE, 1)}
set{A40A, count(CLOSE 4 DAY AGO > CLOSE, 1)}
set{A50A, count(CLOSE 5 DAY AGO > CLOSE, 1)}

set{B1, A10A + A20A }
set{B2, A30A + B1}
set{B3, A40A + B2}

set{chg, A50A + B3 }


add column chg{(wk)}
add column chg 1 week ago{(-1wk)}
add column chg 2 weeks ago{(-2wk)}
add column chg 3 weeks ago{(-3wk)}
add column chg 4 weeks ago{(-4wk)}
add column chg 5 weeks ago{(-5wk)}
add column chg 6 weeks ago{(-6wk)}
add column chg 7 weeks ago{(-7wk)}
add column chg 8 weeks ago{(-8wk)}
and add column separator
add column industry
add column sector
and add column separator

/* SELECTION CRITERIA */

symlist(abk,spf,rdn,pmi)

sort column 5 descending
]



jitney
1 posts
msg #83894
Ignore jitney
modified
12/5/2009 3:26:36 PM

Hello TRO,

can you please tell me why TRO_TRAVEL_GUIDE for TS and TRO STAT SCAN - TRAVEL GUIDE - TARGET EDITION for SF
do not give me the same target prices?

regards,
Jitney.

TheRumpledOne
6,407 posts
msg #84821
Ignore TheRumpledOne
12/22/2009 2:51:09 PM

I do not know.



StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 46 47 48 49 50 ... 57 >>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.