StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 52 53 54 55 56 ... 57 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #101256
Ignore TheRumpledOne
6/15/2011 3:59:10 PM

Fetcher[
/* TRO - CLOSE - LOW */

set{Long_Profit,close - low }
set{Short_Profit, high - close}

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

set{c50, count(Long_Profit > .49, 100)}

set{OpPc, open - close 1 day ago}


add column OpPc
add column Long_Profit {ClLo}
and add column Short_Profit {HiCl}

and add column Dime
and add column c50 {50}



and sort column 14 descending

symlist(aapl,rimm,lulu)

]



If you like to bottom fish during the day, you can use this filter to see what kind of movement off the daily low to expect.

Great when stocks making new lows during the last hour of trading.


TheRumpledOne
6,407 posts
msg #101257
Ignore TheRumpledOne
6/15/2011 4:10:35 PM

Fetcher[
/* TRO - HIGH - CLOSE */

set{Long_Profit,close - low }
set{Short_Profit, high - close}
set{ClOp, close - open }

set{Dime, count(Short_Profit > .10, 100)}

set{c50, count(Short_Profit > .49, 100)}

set{OpPc, open - close 1 day ago}


add column OpPc
add column ClOp

add column Long_Profit {ClLo}
and add column Short_Profit {HiCl}

and add column Dime
and add column c50 {0.50}



and sort column 14 descending

symlist(aapl,rimm,lulu)

]



A version for the "plungers" - those who like to short stocks off the daily highs.

TheRumpledOne
6,407 posts
msg #102264
Ignore TheRumpledOne
8/14/2011 9:06:56 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{HiOpA, cma(HiOp,100) }
set{OpLo, open - low }
set{OpLoA, cma(OpLo,100) }
set{Long_Profit, HiOp/open }

set{OpLoZ, count(open equal low , 100)}
set{HiOpZ, count(high equal open , 100)}

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

and add column OpLoZ
and add column HiOpZ

and add column OpLoA
and add column HiOpA

add column industry
add column sector
and add column separator

/* SELECTION CRITERIA */

B10A above 10
close above 1
avg volume(90) above 500000


sort column 5 descending
]



Oldie but goodie.



TheRumpledOne
6,407 posts
msg #102468
Ignore TheRumpledOne
8/26/2011 2:03:36 PM

RUN RDN, RUN :)

rosalieone
4 posts
msg #102516
Ignore rosalieone
8/31/2011 4:21:58 AM

Dear Mr Rumpledone, are you also always milking the cows ?
Best regards
Rosalieone

Mactheriverrat
3,135 posts
msg #102542
Ignore Mactheriverrat
9/4/2011 12:36:11 AM

MCOX
and
GRO which popped on my chart @ $1

She's still a good Filter

TheRumpledOne
6,407 posts
msg #102546
Ignore TheRumpledOne
9/4/2011 5:43:09 PM

Dear Mr Rumpledone, are you also always milking the cows ?
Best regards
Rosalieone

================

Yes. I have been milking the same cows for years.

TheRumpledOne
6,407 posts
msg #102563
Ignore TheRumpledOne
9/7/2011 11:36:31 AM

RUN RDN, RUN !!

mathgeek
11 posts
msg #104088
Ignore mathgeek
modified
12/31/2011 3:56:39 PM

Hi Guys,

is there a way to identify the exact days that the stock ran 10_19% from open to high for the RFR scan. Its nice that you know how many times its run, but it would be really useful to know which days it ran. That would allow me to look for patterns in the stocks that run alot.

Thank you,

Thomas

stockfetcher1109
28 posts
msg #104092
Ignore stockfetcher1109
12/31/2011 5:40:32 PM

The Rumpled One & Community,

Is it correct that your Run Forest Run, The 1st one on the list is exclusively a "long" strategy and the filter should be run before the market opens?

Thanks everyone!

Stockfetcher 1109

StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 52 53 54 55 56 ... 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.