StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 19 20 21 22 23 ... 57 >>Post Follow-up
chetron
2,817 posts
msg #64202
Ignore chetron
6/23/2008 9:17:24 AM

SUBSCRIPTIONLY CHALLENGED.....


Fetcher[


/* TRO STAT SCAN - DROP ENTRY STATS */

set{xRange, high - low}
set{AvgRng, cma(xRange,5) }

set{HiOp, High - Open }
set{RunPCT, HiOp/open }

set{OpLo, Open - low}
set{DropPCT, OpLo/open }
set{AvgDrop5, cma(OpLo 1 day ago,5) }
SET{VAR1,-2}
set{DropTgt, Open - round( AvgDrop5, VAR1) }
set{DropHit, count( Low < DropTgt, 1) }

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

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

set{ x1, High - DropTgt }
set{ x2, x1 - 0.01 }
set{ Profit, x2 * DropHit }

add column Profit{(today)}
add column Profit 1 day ago{(-1)}
add column Profit 2 days ago{(-2)}
add column Profit 3 days ago{(-3)}
add column Profit 4 days ago{(-4)}
add column Profit 5 days ago{(-5)}
add column Profit 6 days ago{(-6)}
add column Profit 7 days ago{(-7)}
add column Profit 8 days ago{(-8)}

and add column separator

/* SELECTION CRITERIA */

B10A above 10

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

sort column 5 descending

]



chip
67 posts
msg #64208
Ignore chip
6/23/2008 11:24:02 AM

TRO, today (6//08) SPF (so far) has not hit it's drop target, but has hit it's run target (and then some). Is there a reasonable way to realize that it is in 'Run-Mode', rather than 'Drop-Mode'?

TheRumpledOne
6,407 posts
msg #64210
Ignore TheRumpledOne
modified
6/23/2008 11:58:15 AM

If daily candle is GREEN then RUN.

If daily candle is RED then DROP.

Simple.

TheRumpledOne
6,407 posts
msg #64211
Ignore TheRumpledOne
6/23/2008 11:59:48 AM

chetron

SUBSCRIPTIONLY CHALLENGED.....

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

What's that?

TheRumpledOne
6,407 posts
msg #64215
Ignore TheRumpledOne
modified
6/23/2008 12:39:16 PM

*** USE WHILE THE MARKET IS OPEN ***

Fetcher[

/* TRO STAT SCAN - TRAVEL GUIDE - TARGET EDITION */

set{xRange, high - low}
set{AvgRng, cma(xRange 1 day ago,5) }

set{HiOp, High - Open }
set{RunPCT, HiOp/open }
set{AvgRun5, cma(HiOp 1 day ago,5) }
set{RunTgt, open + AvgRun5 }

set{HiCl, High - Close }
set{PBPCT, HiCl/open }
set{AvgPB5, cma(HiCl 1 day ago,5) }
set{PBTgt, High - AvgPB5 }

set{ClLo, Close - low }
set{BouncePCT, ClLo/open }
set{AvgBounce5, cma(ClLo 1 day ago,5) }
set{BounceTgt, Low + AvgBounce5 }


set{OpLo, Open - low}
set{DropPCT, OpLo/open }
set{AvgDrop5, cma(OpLo 1 day ago,5) }
set{DropTgt, Open - AvgDrop5 }

set{Green, count( close > open , 100)}

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

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

and add column separator
and add column RunTgt
and add column DropTgt
and add column BounceTgt
and add column PBTgt

and add column separator
add column RunPCT{R(today)}

add column PBPCT{P(today)}

add column DropPCT{D(today)}

add column BouncePCT{B(today)}

and add column separator
add column industry
add column sector
and add column separator

/* SELECTION CRITERIA */

symlist(spf,rdn,abk)

sort column 1 Ascending
]



*** USE WHILE THE MARKET IS OPEN ***

This version uses the 1 DAY AGO in computing the TARGETS... this will keep the targets from "moving" on you.





chetron
2,817 posts
msg #64219
Ignore chetron
6/23/2008 1:50:22 PM

subscriptionally challenged = basic subscribers

your filter didn't work with the basic subsciption, you must be advanced or somethin'


lol




alf44
2,025 posts
msg #64221
Ignore alf44
6/23/2008 2:22:07 PM

...my eyes glaze over whenever I read this thread...

...there seems to be 5 "NEW" filters per day !

I feel a bit overwhelmed...sigh !!!

chip
67 posts
msg #64243
Ignore chip
6/23/2008 4:50:41 PM

TRO, on this latest one, what does it mean when the bounce target is below the drop target? ABK droptgt was 2.01 & bouncetgt was 1.95.

chetron
2,817 posts
msg #64250
Ignore chetron
6/23/2008 7:01:46 PM

SHORT IT.

alf44
2,025 posts
msg #64260
Ignore alf44
6/23/2008 11:11:26 PM

...does this thread come with a Road Atlas ?

So many roads...so many detours...so many forks in the road !!!

Jeeeezzz !!!

StockFetcher Forums · Filter Exchange · Run Forest, Run<< 1 ... 19 20 21 22 23 ... 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.