StockFetcher Forums · General Discussion · hey rump<< 1 2 >>Post Follow-up
klynn55
747 posts
msg #53919
Ignore klynn55
8/8/2007 10:51:43 PM

did you ever read the blog FILTERING WALLSTREET by Marilyn, now there's a guy who can teach!

slotmarket
59 posts
msg #53921
Ignore slotmarket
8/9/2007 2:02:47 AM

The guy's name is Marlyn not some gal name Marilyn and too bad he stopped blogging over a month ago. Yes, he was a good teacher and lucky for us he left his blog up for us to learn from. New stockfetcher users can see how one goes about writing filters then tweaking them for better results. http://filteringwallstreet.blogspot.com/

TheRumpledOne
6,407 posts
msg #53922
Ignore TheRumpledOne
8/9/2007 2:09:38 AM

Never saw it.



karennma
8,057 posts
msg #53927
Ignore karennma
8/9/2007 8:00:09 AM

all of a sudden he stopped posting ... "I'm outta here" ...
any idea Y he stopped?


TheRumpledOne
6,407 posts
msg #53929
Ignore TheRumpledOne
modified
8/9/2007 8:25:42 AM

Fetcher[
/* MARLYN ORIGINAL FILTER */
show stocks where close is between 15 and 35
and average volume(90) > 500000
and open < ema(21)
and open < ema(8)
and open < ema(4)
and close > ema(21)
and close > ema(4)
and close > ema(8)
and close > open
and close 3 days ago < ema(21)
and close 5 days ago < close 3 days ago
and close 5 days ago < ema(90)
and add column atr(10)
and sort on column 5 ascending
]






Fetcher[
/* Basic Filter for newbies and old pros */

/* selection criteria */

and open < ema(21)
and open < ema(8)
and open < ema(4)
and close > ema(21)
and close > ema(4)
and close > ema(8)
and close > open
and close 3 days ago < ema(21)
and close 5 days ago < close 3 days ago
and close 5 days ago < ema(90)


close above 1
volume above 1000000


set{E36b,days(ema(4) is above ema(8),100)}
set{E36a,days(ema(4) is below ema(8),100)}
set{E4xE8, E36a - E36b}

set{E50200b,days(ma(50) is above ma(200),100)}
set{E50200a,days(ma(50) is below ma(200),100)}
set{M50xM200, E50200a - E50200b}

set{E1326b,days(ema(8) is above ema(21),100)}
set{E1326a,days(ema(8) is below ema(21),100)}
set{E8xE21, E1326a - E1326b}

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

set{E5b,days(close is above ema(4),100)}
set{E5a,days(close is below ema(4),100)}
set{CxE4, E5a - E5b}

set{E8b,days(close is above ema(8),100)}
set{E8a,days(close is below ema(8),100)}
set{CxE8, E8a - E8b}

set{E21b,days(close is above ema(21),100)}
set{E21a,days(close is below ema(21),100)}
set{CxE21, E21a - E21b}
set{E50b,days(close is above ma(50),100)}
set{E50a,days(close is below ma(50),100)}
set{CxM50, E50a - E50b}

set{E200b,days(close is above ma(200),100)}
set{E200a,days(close is below ma(200),100)}
set{CxM200, E200a - E200b}


set{T10, count(10 day slope of the close above 0,1)}
set{T60, count(60 day slope of the close above 0,1)}
set{T200, count(200 day slope of the close above 0,1)}

Set{a1, T200 * 1}
Set{a2, T60 * 10}
Set{a3, T10 * 100}

Set{aa, a1 + a2}
Set{TREND, aa + a3}

set{v, volume 1 day ago}
set{volinc, volume - v}
set{volpc, volinc / v}
set{volpct, volpc * 100}

set{VolZ, days(volume < 1,100)}
set{VolUp, days(volume is below volume 1 day ago,100)}
set{VolDn, days(volume is above volume 1 day ago,100)}
set{VolCnt, VolUp - VolDn}

set{vck1, volume 1 day ago }
set{vck, volume / vck1 }
set{vdbl, days(vck < 2, 100)}


and add column VolCnt
and add column Vdbl
and add column VolZ

and add column Trend

and add column CxC
and add column CxE4

and add column E4xE8
and add column E8xE21


and add column CxM50
and add column CxM200
and add column M50xM200

add column rsi(2)
add column weekly rsi(2)

sort column 8 descending
]



Modified version of my BASIC FILTER using MARLYN's crossover criteria.

Interesting...


P.S. someone should download that blog to preserve it... you never know when it may no longer exist... IT WOULDN'T BE THE FIRST TIME SOMETHING DISAPPEARS OFF THE NET!!




TheRumpledOne
6,407 posts
msg #53931
Ignore TheRumpledOne
8/9/2007 8:49:29 AM

I found something MARLYN wrote:

"Never buy a stock unless you have two numbers in mind - both exits - one above the price you paid and one below. If you hold above the upper number be ready to dump if it retraces to your target and never hold below your lower number.

If you follow that simple approach you can buy any stock at any price at any time. Remember learning how to trade is learning how to lose - anybody can learn how to win - it's the losing that is troublesome.

If you adhere to that last paragraph and just apply some selection discipline you can make money in any kind of market - up or down."

Sounds like MARLYN just may believe:

"IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT"



TheRumpledOne
6,407 posts
msg #53932
Ignore TheRumpledOne
8/9/2007 9:09:54 AM

Anyone know what a "BOB formation" is?

Not familiar with that term. A google search didn't return an explanation.

I wonder if MARLYN reads the SF forums???

TheRumpledOne
6,407 posts
msg #53943
Ignore TheRumpledOne
modified
8/9/2007 6:14:29 PM

I found this on Marlyn's blog.:

Easy Swing Trading - The Filter Posted by Marlyn Trades

"I wrote a filter that will help find weekly cross overs. It is pretty simple and seems to work - at least to the point of getting candidates. After that you are pretty much on your own - the weekly filters don't back test well in stockfetcher."

Fetcher[
show stocks where close is between 15 and 35
and average volume(90) > 500000
and weekly open < weekly ema(21)
and weekly open < weekly ema(8)
and weekly open < weekly ema(4)
and weekly close > weekly ema(21)
and weekly close > weekly ema(4)
and weekly close > weekly ema(8)
and weekly close > weekly open
and chart-display is weekly
and add column weekly atr(10)
and sort on column 5
]



Posted by Marlyn Trades at 7:23 AM 0 comments

====



TheRumpledOne
6,407 posts
msg #53944
Ignore TheRumpledOne
modified
8/9/2007 6:21:24 PM

More from Marlyn's blog:

Wednesday, May 16, 2007
A New Way to Look at RSI(2) and ATR(10)

This was the lead paragraph of today’s economic blockbuster - Home building posted a small gain in April, but permits for future construction plunged by the largest amount in 17 years, a sign the nation's housing industry is still in a deep slump.

When is the best time to buy something? I’ll give you a hint “buy low - sell high.” That’s right – when it is hitting record lows and it is something that you are pretty sure will recover, eventually.

Today’s filter is a new one and once again is a very simple one –

Fetcher[
show stocks where close is between 15 and 35
and average volume(90) > 500000
and rsi(2) reached a new 4 week low
and atr(10) reached a new 4 week low
]



You really can’t get much simpler than that can you?

It tests very nice too both in the short term (4 day swing) and in the mid term (30 day trades).

Short term – 69% win rate, 2.30 reward/risk ratio and a 95% ROI that’s compared to an SPX ROI of 1.54% for the same period. In other words, the market was depressed when this filter was tested.

The net change over 20 and 30 days was 3.56 and 3.63 respectively so this filter has some legs as they say.

The interesting thing about this filter is that as I go back through the previous day’s selections it shows a significant number of wins. Sometimes it takes a couple of days, sometimes a few weeks, but eventually the stocks selected seem to turn up. The best selections however are those that have the highest volume and that are beginning to ascend on the day after the filter finds them.


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

QT Code for BOB and Cross Over

A new reader asked for some code so here it is - once more I make no representations of this information - you use it at your own risk. I provide no guarantees - this is NOT an invitation to speculate in the stock market.

BOB

If bar low[1] < bar low[2] AND volume[1] > volume[2] AND bar open[1] >= bar close[1] AND bar open[2] >= bar close[2] AND bar low >= bar low[1] AND bar close > bar open AND ema(8) < ema(21) set color to “choice”


Cross Over 1 (for signal on the cross over bar)

If bar open < ema(21) AND bar open < ema(8) AND bar open < ema(4) AND bar close > ema(4) AND bar close > ema(8) AND bar close > ema(21) AND bar close > bar open AND bar close[4] < ema(21) set color to “choice”

Cross Over 2 (for signal on the bar after the cross over bar)

If bar open[1] < ema(21) AND bar open[1] < ema(8) AND bar open[1] < ema(4) AND bar close[1] > ema(4) AND bar close[1] > ema(8) AND bar close[1] > ema(21) AND bar close[1] > bar open[1] AND bar close[4] < ema(21) set color to “choice”

I use two cross over indicators - one on the bar and one after the bar. You don't have to do that.

You do have to select your own colors however. That's easy enough.

And, yes, there are differences between this version of cross over and the one I use on the daily charts. Most notably the moving average requirements are missing - I don't always play stocks that are below the EMA(90) and neither should you. I just prefer to filter for them because they have a lot of room to run.

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


Keeping it Simple Revisited

One of my readers dropped a comment about a neat little filter I wrote a few months back based on something I read over at Larry Connor's site. The filter was simple as can be and the reader said that he was making good use of it.

So, in the interests of fairness - here it is again -

Fetcher[
show stocks where close is between 15 and 35
and average volume(90) > 500000
and close reached a new 10 day low
and close > ma(200)
and close < lower donchian band(20,4)
]




This throws a 64% win percentage in the current period (11/03/2006 - 03/05/2007). The short term ROI isn't bad -> 48% doesn't seem so high but when compared to the benchmark of 1.54% it is simply great.

So all you stockfetcher fans - here is one you may have forgotten - try it - I think you'll like it.

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

From a reward/risk standpoint BOB v32x with 1.89 is far and away the best filter for use in the current time period. Here is that code.

Fetcher[
show stocks where close is between 15 and 35
and average volume(90) > 500000
and close 2 days ago < ema(8) 2 days ago
and close 1 day ago < open 1 day ago
and close 1 day ago is less than 1% < open 1 day ago
and close 2 days ago is less than .5% < open 2 days ago
and low 1 day ago < low 2 days ago
and volume 1 day ago is more than 20% > volume 2 days ago
and close > open
and low > low 1 day ago
and close 2 days ago < ema(8)
and close 2 days ago < open 2 days ago
]



=======================================
Just thought these should be saved just in case.

Did MARLYN ever post on the SF forum?!?

TheRumpledOne
6,407 posts
msg #53945
Ignore TheRumpledOne
8/9/2007 7:11:23 PM

Found this on the MARLYN blog:


Disclaimer

Every few months I feel the need to write a brief to introduce myself and say what I'm about.

What I am is the promulgator of Rule 1 and Rule 1 is

- Nobody knows nothing - including me.



I say that frequently - especially after I've had a big win - having a big win does not make you better, nicer, prettier, or even smarter than anyone else - it just makes you a little better off than you were before the big win.

I say that frequently and it causes me to not watch CNBC or any other news that purports to be about the financial markets of the world. By the time you've heard it there it has already been acted on in the pits and you are now chasing the cow. Have you ever chased a cow? Don't - it just tires you out and annoys the cow.

I say that frequently and it causes me to try to learn something new every day. Yesterday I learned about bursitis - a fascinating disease unless you happen to have it in your hips - then it is just excruciatingly painful.

I say that frequently and it causes me not to have ads on my site - why have ads from people who don't know anything trying to sell you anything?

I say that frequently and I say it to you as a warning - if you take anything away from this site what I want you to take away is a thirst for knowledge, a thirst for learning, a burning desire to do something for yourself.

And now to adapt a thought from that old philosopher - Curly Washburn, "the only way you will become successful in the financial markets is to figure out the one thing that will make you a winner and then do that one thing over and over again."

Of course Curly's one thing was "honesty" and that's important too - above all things be true to yourself.

Posted by Marlyn Trades at 5:44 AM 0 comments

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

Just got to love it!!

StockFetcher Forums · General Discussion · hey rump<< 1 2 >>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.