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

Image and video hosting by TinyPic

AAPL GAPPED DOWN ... that means LONG TRADES ONLY until gap fills.

Price entered BUY ZONE at OPEN + .10 - GO LONG

Take profit when you can.

AAPL filled the GAP, so now you can go SHORT if price enters the SHORT ZONE at OPEN - .10

That's all there is to it.

SIMPLE.



TheRumpledOne
6,529 posts
msg #70239
Ignore TheRumpledOne
modified
12/31/2008 10:24:57 AM

Image and video hosting by TinyPic

Image and video hosting by TinyPic

mjg300:

SRS is a COW!!

Nice find, nice trading.

Perhaps you can answer the others' questions since you seem to understand.

Thanks.



TheRumpledOne
6,529 posts
msg #70240
Ignore TheRumpledOne
12/31/2008 10:34:34 AM

Image and video hosting by TinyPic

RIMM GAPPED UP - SO ONLY SHORT TRADES UNTIL GAP FILLS.

PRICE NEVER TOUCHED SHORT TRIGGER - SO NO TRADE YET

mjg300
8 posts
msg #70241
Ignore mjg300
modified
12/31/2008 10:35:25 AM

Nice TEACHING, TRO.

Thanks again, for a truly stunningly SIMPLE trading method.


Mike


SFMc01
358 posts
msg #70243
Ignore SFMc01
12/31/2008 11:14:26 AM

TRO Thank you thank you.

I had interpreted something you had said elsewhere as to not use the long and short zones at all until after the gap had been filled.

Steve



TheRumpledOne
6,529 posts
msg #70244
Ignore TheRumpledOne
12/31/2008 11:17:38 AM

I don't know where you got that idea?!??!?!?!?

The idea is to use the FADE THE GAP STATISTICS along with the BUY ZONE, to have a winning edge that Vegas would kill for!!

The FIRST trade of the day is always FADING THE GAP when price enters the zone, ALWAYS!!!

And you never trade counter to the FADE until the gap has filled, ALWAYS!!!

Does that make it CRYSTAL CLEAR?



TheRumpledOne
6,529 posts
msg #70246
Ignore TheRumpledOne
12/31/2008 11:20:24 AM

Image and video hosting by TinyPic

Do you see how many gaps filled?

Do you see how much you could have made? (Hint: look at the GAP FILL COLUMN)

The HiOp column is HIGH - OPEN.

The OpLo column is OPEN - LOW.

Do you see how much you can make using the BUY ZONE to MILK THE COWS?



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

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