StockFetcher Forums · General Discussion · NEVER LOSE AGAIN!!<< 1 ... 39 40 41 42 43 ... 105 >>Post Follow-up
TheRumpledOne
6,529 posts
msg #70254
Ignore TheRumpledOne
12/31/2008 1:10:38 PM

Image and video hosting by TinyPic

mjg300
8 posts
msg #70258
Ignore mjg300
12/31/2008 1:50:39 PM

ETF Cow Screen


/* TRO MTC CHECKER - ETFs */

set{ hiop, high - open }
set{ up10, count( hiop > 0.09, 100 ) }
set{ up50, count( hiop > 0.49, 100 ) }
set{ pct1, up50 / up10 }
set{winpct, 100 * pct1 }

add column up10
add column up50
add column winpct


up50 above 79

average volume(90) above 1000000

market is ETF

sort column 7 descending

...sorry, unaware of how to make it clickable!

TheRumpledOne
6,529 posts
msg #70260
Ignore TheRumpledOne
modified
12/31/2008 2:38:13 PM

Fetcher[

/* TRO MTC CHECKER - ETFs LONG TRADE */

set{ hiop, high - open }
set{ up10, count( hiop > 0.09, 100 ) }
set{ up50, count( hiop > 0.49, 100 ) }
set{ pct1, up50 / up10 }
set{winpct, 100 * pct1 }

add column up10
add column up50
add column winpct


up50 above 79

average volume(90) above 1000000

market is ETF

sort column 7 descending
]




Fetcher[

/* TRO MTC CHECKER - ETFs SHORT TRADE */

set{ oplo, open - low }
set{ dn10, count( oplo > 0.09, 100 ) }
set{ dn50, count( oplo > 0.49, 100 ) }
set{ pct1, dn50 / dn10 }
set{winpct, 100 * pct1 }

add column dn10
add column dn50
add column winpct


dn50 above 79

average volume(90) above 1000000

market is ETF

sort column 7 descending
]




Fetcher[
/* ETF gap fill statistics */

set{Xgapped, open - close 1 day ago}
set{Xgapup, count(Xgapped > 0, 1)}
set{Xgapdn, count(Xgapped < 0, 1)}

set{absgap, abs(Xgapped)}

set{gappedup100, count(Xgapup > 0, 100)}
set{gappeddn100, count(Xgapdn > 0, 100)}

set{cl1lo, close 1 day ago - low}
set{hicl1, high - close 1 day ago }

set{fillup, count(cl1lo > 0, 1)}
set{filldn, count(hicl1 > 0, 1)}

set{gapupfilled, Xgapup * fillup }
set{gapdnfilled, Xgapdn * filldn }

set{gapup100f, count(gapupfilled > 0, 100)}
set{gapdn100f, count(gapdnfilled > 0, 100)}

set{gapfilled, gapup100f + gapdn100f}

/* DRAW PLOTS */

DRAW XGAPPED ON PLOT XGAPPED

/* DISPLAY COLUMNS */

and add column gappedup100
and add column gappeddn100
and add column gapfilled
and add column gapup100f
and add column gapdn100f

and add column cma(absgap, 100)
and add column absgap 100 day high
and add column absgap 100 day low

/* SELECTION CRITERIA */

average volume(90) above 1000000

market is ETF

/* SORT CRITERIA */

SORT COLUMN 7 DESCENDING
]




MILK THOSE ETF COWS!!

TheRumpledOne
6,529 posts
msg #70264
Ignore TheRumpledOne
12/31/2008 4:02:12 PM

Image and video hosting by TinyPic

TheRumpledOne
6,529 posts
msg #70265
Ignore TheRumpledOne
12/31/2008 4:08:21 PM

Image and video hosting by TinyPic

johnsund
16 posts
msg #70299
Ignore johnsund
1/1/2009 5:06:45 PM

TRO -

Continue to read and learn. From this thread and kreslik.com come up with these questions:

1. In one of your posts you say, "the only chart indicators I use are the buyzone and my dynamic support/resistance". Could you please post the dynamic support/resistance indicator. If it is TRO_Dynamic_FibsSR I have that. You also say, "I also may use my TRO_PMSM_HL". How and when would you use this?
2. In one of your posts you say, "limit orders should be preloaded". Could you please expand on that or direct me to a specific area to review. I understand the need for and how to enter a limit order at the open in a Fade the Gap trade at the open.
3. In one of your posts you refer to Money Management Matrix. Can you explain this or refer to a link?

As always, thanks for all you do. Happy New Year.



TheRumpledOne
6,529 posts
msg #70300
Ignore TheRumpledOne
1/1/2009 7:15:30 PM

You don't need any of that.

KEEP IT SIMPLE.

Just MILK THE COWS.



TheRumpledOne
6,529 posts
msg #70311
Ignore TheRumpledOne
modified
1/2/2009 9:52:49 AM

Image and video hosting by TinyPic

Image and video hosting by TinyPic

STDY - Same Trade, Different Year...LOL!!

mjg300
8 posts
msg #70314
Ignore mjg300
1/2/2009 10:13:33 AM

SRS and SKF also regailing us with gifts to start 2009...

...all kneel before the "fading gap" altar...LOL

TheRumpledOne
6,529 posts
msg #70319
Ignore TheRumpledOne
modified
1/2/2009 10:35:16 AM

Image and video hosting by TinyPic

Image and video hosting by TinyPic

You should be able to milk those 2 cows daily!

StockFetcher Forums · General Discussion · NEVER LOSE AGAIN!!<< 1 ... 39 40 41 42 43 ... 105 >>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.