StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 7 8 9 10 11 ... 57 >>Post Follow-up
chetron
2,817 posts
msg #58322
Ignore chetron
12/20/2007 9:10:33 AM

I DID TRO, JUST THINKING OF OTHERS, LOL.



TheRumpledOne
6,407 posts
msg #58324
Ignore TheRumpledOne
12/20/2007 9:20:46 AM

Well, it doesn't work right, FOR ME, when I use "+" so that's why it's PLUS.

Must be something different between STANDARD and ADVANCED processing.

chetron
2,817 posts
msg #58329
Ignore chetron
modified
12/20/2007 11:08:24 AM

CAN YOU GIVE ME AN EXAMPLE?

WHEN I RUN YOUR "OPEN TO OPEN" FILTER AND SORT ON "RUN3"
I GET: CNEH CPSL QSC EQUAL 2


TIA TRO, LOL


TheRumpledOne
6,407 posts
msg #58356
Ignore TheRumpledOne
12/20/2007 6:20:50 PM

I don't understand your question.

chetron
2,817 posts
msg #58358
Ignore chetron
12/20/2007 6:59:55 PM

please run the below filter and tell me the names of the stocks that are returned.

TIA


Fetcher[
/* TRO STAT SCAN - open to open */

set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{ClxCl , CCa - CCb}

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

/* Long Profit Percent Statistics Display */

set{OpOp, open - open 1 day ago }
set{Long_Profit, OpOp / open 1 day ago }

set{B1A, count(Long_Profit > .01 , 100)}
set{B2A, count(Long_Profit > .02 , 100)}
set{B3A, count(Long_Profit > .03 , 100)}
set{B4A, count(Long_Profit > .04, 100)}
set{B5A, count(Long_Profit > .05, 100)}
set{B10A, count(Long_Profit > .10 , 100)}
set{B20A, count(Long_Profit > .20 , 100)}
set{B50A, count(Long_Profit > .50, 100)}

set{D10A, Days(Long_Profit > .10 , 100)}

set{A1A, count(Long_Profit > .10 , 1)}
set{A2A, count(Long_Profit 1 day ago > .10 , 1)}
set{A3A, count(Long_Profit 2 days ago > .10 , 1)}

set{ LP2, A2A plus A1A }
set{ LP3, A3A plus LP2 }

set{ run2 , count( LP2 equal 2, 100) }
set{ run3 , count( LP3 equal 3, 100) }

draw A1A
draw LP2
draw LP3

add column ClxCl
add column OpOp
add column Long_Profit {ProfitPct}

and add column B1A {OVER1PCT}
and add column B2A {OVER2PCT}
and add column B3A {OVER3PCT}
and add column B4A {OVER4PCT}
and add column B5A {OVER5PCT}
and add column B10A {OVER10PCT}
and add column D10A {Days }

and add column run2
and add column run3

and add column separator

and add column volcnt
and add column volzero

/* SELECTION CRITERIA */

run3 > 1.5
close is between 1 and 15
average volume(10) above 250000

sort column 16 descending
]





TheRumpledOne
6,407 posts
msg #58366
Ignore TheRumpledOne
modified
12/21/2007 12:45:25 AM

CPSL
QSC
CNEH


But you already knew that...LOL!

Perhaps you don't understand what RUN2 and RUN3 mean.

set{ run2 , count( LP2 equal 2, 100) }
set{ run3 , count( LP3 equal 3, 100) }

RUN3 shows how many times the stock had 3 day runs where the open was open the previous open in the last 100 days.





chetron
2,817 posts
msg #58372
Ignore chetron
12/21/2007 6:59:56 AM

THANX TRO,
I DO UNDERSTAND WHAT YOU ARE DOING. I JUST WANTED TO BE ABSOLUTLY SURE MY EDIT WAS VALID.

WHAT IT LOOKS LIKE THOUGH, IS THAT IF I OR ANYONE ELSE GOES FROM STANDARD TO ADVANCED, WE MIGHT NEED TO DEBUG OUR FILTERS, A TASK THAT I AM NOT TOO EXCITED ABOUT. LOL.



TheRumpledOne
6,407 posts
msg #58375
Ignore TheRumpledOne
12/21/2007 9:17:53 AM

You are trading, right?

You are up against the best, fastest, meanest, biggest, baddest, etc.. traders in the world and you don't want to pay a few extra bucks to get the best tool you can? GEEZ!!



chetron
2,817 posts
msg #58385
Ignore chetron
12/21/2007 12:01:01 PM

Sorry TRO, but i was in the u.s. military, and that's the way they trained me, " to go up against the best, fastest, meanest, biggest, baddest, etc.. armies in the world and you don't get the best tools. that's just the way it is. lol

HAPPY HOLIDAYS TO ALL AND MAY WE ALL HAVE A HAPPY NEW YEAR.



TheRumpledOne
6,407 posts
msg #58395
Ignore TheRumpledOne
modified
12/21/2007 3:58:03 PM

Fetcher[
/* TRO STAT SCAN - GREEN ON THE SCREEN 5 day low */

set{CCb,days(close is above close 1 day ago,100)}
set{CCa,days(close is below close 1 day ago,100)}
set{ClxCl , CCa - CCb}

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

/* Long Profit Percent Statistics Display */

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

set{B1A, count(Long_Profit > .01 , 100)}
set{B2A, count(Long_Profit > .02 , 100)}
set{B3A, count(Long_Profit > .03 , 100)}
set{B4A, count(Long_Profit > .04, 100)}
set{B5A, count(Long_Profit > .05, 100)}
set{B10A, count(Long_Profit > .10 , 100)}
set{B20A, count(Long_Profit > .20 , 100)}
set{B50A, count(Long_Profit > .50, 100)}

set{D10A, Days(Long_Profit > .10 , 100)}

set{A1A, count(Long_Profit > .10 , 1)}
set{A2A, count(Long_Profit 1 day ago > .10 , 1)}
set{A3A, count(Long_Profit 2 days ago > .10 , 1)}

set{ LP2, A2A plus A1A }
set{ LP3, A3A plus LP2 }

set{ run2 , count( LP2 equal 2, 100) }
set{ run3 , count( LP3 equal 3, 100) }

draw A1A
draw LP2
draw LP3

add column ClxCl
add column HiOp
add column Long_Profit {ProfitPct}

and add column B10A {OVER10PCT}
and add column D10A {Days }

and add column run2
and add column run3

and add column separator

and add column volcnt
and add column volzero

/* SELECTION CRITERIA */

B10A above 10
low equal 5 day low

close is between 1 and 15
average volume(10) above 250000

sort column 8 descending
]



Was chatting with Muddy and asked him if he got WCI today.

Had the idea that TSS stocks hitting a 5 day low just my be ripe for a pop!


StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 7 8 9 10 11 ... 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.