mdl060374 94 posts msg #70270 - Ignore mdl060374 modified |
12/31/2008 5:08:23 PM
/* TRO STAT SCAN - GREEN ON THE SCREEN WITH RUN */
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 9
close is between 1 and 15
average volume(10) above 250000
sort column 8 descending
]
Column RUN2 is the number of times out of the last 100 days the stock had runs of 10% or more 2 days in a row.
Column RUN3 is the number of times out of the last 100 days the stock had runs of 10% or more 3 days in a row.
Remember, ANYTHING CAN HAPPEN!
--------------------------------------------------------------------------------------------------------------------
Avery,
Anyway you can provide a "short" version? I looked all around and couldnt find it. I really like this filter..
|
chetron 2,817 posts msg #70272 - Ignore chetron |
12/31/2008 6:28:29 PM
clickable.....
and cheap seat viewable, please no plus' just put +'s
|
mdl060374 94 posts msg #70276 - Ignore mdl060374 |
12/31/2008 10:07:36 PM
Thanks Chet!
Happy New Year to you and TRO for keeping these threads alive, and helping us "less programming talented" ones getting our ideas to fruition.
Good luck to all who contribute to on these boards for 2009!
|
chetron 2,817 posts msg #70280 - Ignore chetron |
1/1/2009 9:16:08 AM
MAYBE THIS.....................
|
welliott111 98 posts msg #70343 - Ignore welliott111 |
1/2/2009 9:32:55 PM
Muddy's NEW SCAN FOR THE NEW YEAR from http://darksidetrading.blogspot.com/
A modified version of TRO's Stat Scan with 13th's addition of the total column with adjusted price .20 - 1
Sorted column TOTAL descending
|
chetron 2,817 posts msg #70346 - Ignore chetron modified |
1/2/2009 10:21:40 PM
WOULD THIS BE THE REVERSE................
|
TheRumpledOne 6,411 posts msg #70699 - Ignore TheRumpledOne |
1/15/2009 7:10:40 AM
GGP looks like a profitable trader.
|
jimhbutton 104 posts msg #71152 - Ignore jimhbutton modified |
2/3/2009 8:10:26 PM
pops,
You wrote:
"TRO --- I hope that this hasn't been addressed before: Is it possible for you to write a statistical "filter" that will tell you how many times in the last XX days that stocks gained XX cents (or a percentage) BEFORE it lost that same amount of cents or percentage? For example, can a statistical filter be written to show you which stocks in the last 100 days advanced $.50 above the opening price BEFORE they declined $.50 below the opening price during the same trading day.....and which stocks did this the most frequently? What I am trying to find is which stocks are most likely to go up (or down) a predetermined amount from the opening price of that day before they go the opposite direction from the opening price on that same day. If this statistical filter can be written, then it seems that one could vary the cents or percentage numbers to find the highest probability stocks. If so, then this should be a good way for end-of-day traders to plan their next day's trade.
By the way, thank you for your many valuable contributions to this forum.
Bill Roberts"
These are the two OVERNIGHT filters (full subscription) that I use that best approximate in my opinion what you were asking given the present intraday limitations of StockFetcher. You can tailor the "SELECTION CRITERIA" to suit your personal preferences:
|
pops 19 posts msg #71153 - Ignore pops |
2/3/2009 9:08:15 PM
jimhbutton--- Thanks for your tremendous efforts. I'll study your filter and try it out for a few days to see how successful it is. I really appreciate you taking on this challenge. It looks like a lot of work to me. Thanks again.
Bill Roberts
|
jimhbutton 104 posts msg #71154 - Ignore jimhbutton modified |
2/3/2009 9:13:19 PM
pops,
I also have two more filters in my archives that cater to data with an "Open" versus "Previous Close" starting point:
|