Active Trader System Design-collection,
[ Pobierz całość w formacie PDF ]
Active Trader System Design Article Collection
Table of Contents: Click below to jump to the articles
Developing a trading system
January 2009
System design, part 2:
The market and the method
February 2009
System design, part 3: The pattern
March 2009
System design, part 4: Developing a testing framework
April 2009
System design, part 5: Searching for the exit
June 2009
rules.
System design, part 6: Adjusting to reality
July 2009
System design, part 7: Balancing risk and reward
August 2009
System design, part 8: Risky business
October 2009
System design, part 9: Embracing the short side
December 2009
We add a short-selling component to our stock-index pullback system.
System design, part 10: Exploring money management
March 2010
System design, part 11: A wider perspective
April 2010
System design, part 12: Taking another step
May 2010
cial collapse?
System design, part 13: Preparing to go live
June 2010
TRADING
Strategies
Developing a trading system
A look at systematic trading, warts and all.
BY ACTIVE TRADER STAFF
We hope to challenge
T
rading strategies are typically
notions regarding the
on the difficulties of system design and
systematic trading. More specifically, we
hope to challenge popular notions
regarding the ease and simplicity of trad-
ing in general — and systematic trading,
specifically — and how different trading
is from both historical testing and “paper
trading.” As we have noted many times in
Active Trader
, the gap between analysis
and actual trading is a wide chasm
indeed.
As we start, it is apparent there are
many basic questions that appear easy to
answer but are quite complicated — and
which will have important repercussions
for the project as a whole. For example,
to begin research and testing, we have to
decide which instrument or instruments
we want to trade. That decision will
reflect certain assumptions and biases on
our part, and will shape the subsequent
research and trading. If we trade stocks,
which stocks, and why? Why futures, or
why forex? By opening one door we
automatically close others. We have to
make choices.
This might not be the case if we had a
large capital base to access, but we —
like many individual traders — do not.
Portfolio diversification is not a tool that
will be at our disposal. Nor are we con-
vinced a system must or should be traded
on a portfolio basis (one of the more
interesting concepts we will eventually
address).
Finally, we hope to solicit feedback
from our readers about the experiment as
it unfolds, and will launch a blog on our
Web site (www.activetradermag.com) for
that purpose.
offered up in books and mag-
azines as sets of crisp rules or
programming code — neatly
packaged, off-the-shelf commodities
ready for consumption by the trading
public. However, little light is shed on
the process that went into arriving at
those trade rules — even if the results of
historical testing are discussed at length.
The next 11 issues of
Active Trader
will
attempt to remedy this situation in a
series of articles outlining our staff’s
development and implementation of a
mechanical trading system. The goal of
the series is to fully illustrate the process
of designing and trading a systematic
strategy and, more importantly, show the
realities of putting that strategy to work
in the markets by risking money on it.
We will embark on this journey with
as few preconceived notions as possible
and we will fully disclose all the steps we
take and the mistakes we make. We will
develop the trading idea from scratch.
And although we will make every effort
to develop a profitable strategy that will
perform well in the future — and we
have more than a casual interest in this
goal, since we will be risking our own
money on it — we have no guarantee of
success. (Also, we will be constrained by
certain realities, including the fact that as
full-time journalists we can trade only
part-time, and that we have only a small
amount of capital to risk.) We will pres-
ent the articles to our readers so they can
walk through the process with us and
learn from our missteps — and hopefully,
our successes.
The following topics will be covered
in the article series, but they do not rep-
resent everything it will touch upon. We
don’t know what direction our research
ease and simplicity
of systematic trading,
and how different
trading is from both
historical testing and
“paper trading.”
will take us and we will report on the
process as it develops; there are many
other avenues this project might travel.
1. What market(s) we’ll trade,
and why.
2. The type of approach we’ll use,
and the practicalities that will
define it (amount of time available
to execute trades, etc.).
3. Defining the initial trade setup
and determining its performance
characteristics.
4. Developing a testing regimen.
5. Initial testing.
6. Fleshing out the system:
exit rules, money management,
and risk control.
7. Retesting.
8. Interpreting the test results.
9. Preparing to trade.
10. Trading the system.
11. Comparison to historical
performance and to simultaneous
paper trading.
Next month: Market selection and the
general trading approach or type of strategy
we want to trade.
In chronicling the good and the bad,
we hope the series will shed some light
2
www.activetradermag.com
•
January 2009
• ACTIVE TRADER
TRADING
Strategies
System design, part 2:
The market and the method
Stock pullback strategies are market warhorses.
We’ll attempt to find value in this well-trod path.
BY ACTIVE TRADER STAFF
E
very journey begins with a
constrained by the demands of the article
series itself and the amount of time and
capital we will eventually have at our dis-
posal. We have to set up what could be
considered artificial boundaries from the
outset.
stock market. The current period
notwithstanding, the stock market has a
historical upside bias traders can use to
their advantage. Few markets have such a
pronounced and well-documented char-
acteristic.
Also, we want to trade the “stock mar-
ket” as a whole, rather than individual
stocks (or commodities) to avoid the
idiosyncrasies and risks
single companies or physi-
cal assets bring to the
table. Stock indices offer
liquidity with a high level
of public participation,
readily available data, and,
in our case, a great deal of
existing research.
That said, we have a
few choices of instru-
ments: exchange-traded
funds (ETFs), stock-index
futures, and index
options. The complica-
tions of time value, strike-
price selection, and occa-
sional illiquidity make
index options inappropri-
ate for the type of simple,
directional system we
envision trading. That
leaves stock index futures
and ETFs.
single step. Before you start
trading, you need to know the
market(s) you’re going to
trade and the reason you’re going to place
a particular order. In the case of system
trading, you need to know the tendency,
characteristic, or pattern you intend to
exploit and the probabilities associated
with any given trade.
As we embark upon our
system-design journey, we
need to figure out what
we’re going to trade, and
how we’re going to do it. In
a way, deciding proactively
on the market to trade and
the type of system to use is
putting the cart before the
horse. It would make much
more sense for these choices
to be a natural outgrowth of
research conducted across a
wide range of assets: A
search for profitable trade
ideas would dictate a partic-
ular market, time frame, and
method.
Although, that
is
the case
because our previous
research and experiences are
pointing us in a certain
direction, but we are also
The market
We’ve decided to design a system for the
FIGURE 1: PULLBACK SIGNAL
The type of pullback technique we want to build our system
around has an obvious downside: bad signals in strongly
downtrending markets.
Source: TradeStation
3
www.activetradermag.com
•
February 2009
• ACTIVE TRADER
The choices here are essentially matters
of cost and leverage. In mid-November,
the initial margin to trade a single E-Mini
S&P 500 futures contract was more than
$6,000. The required margin to trade 100
shares of the S&P 500 tracking stock
(SPY) was around $4,350. True, the E-
Mini futures provide much more leverage
than the S&P ETF, but given the environ-
ment in which we might be launching the
system, extra leverage is not something
we need. We can scale ETF trades down
virtually as low as we’d want. We can’t
trade any smaller than one contract in the
futures market. Also, trading index ETFs
avoids having to deal with futures con-
tract expirations.
For now, we will move forward with
the goal of trading the system on index
ETFs, although we will also test on stock
index futures. This will not prevent us
from eventually exploring other markets
(individual stocks, sector ETFs, commod-
ity futures, currencies); it is simply the
departure point for the research. The ini-
tial test portfolio will be:
we don’t have the ability to continuously
watch the market and make multiple
intraday trades, even if we wanted to
(and we’re not sure we’d want to). As a
result, we’ll be working with end-of-day
data and looking to exploit trade
opportunities that unfold over
(preferably) several days.
market only occasionally.
The specific pattern that will serve as
our departure point was initially profiled
in the October 2008 issue of
Futures &
Options Trader
magazine (www.futuresan-
doptionstrader.com). The trade setup, or
entry rule, has two components: a series
of lower highs, lower lows, and lower
closes, combined with an
n
-percent
decline from the low two days ago to
today’s low. Together, the rules are
designed to get into trades when the mar-
ket has strung together consecutive
downtrending days, punctuated by a
large decline (the
n
-percent drop) intend-
ed to identify points at which the market
is potentially oversold and likely to
rebound.
In the
Futures & Options Trader
article,
the entry pattern, combined with a sim-
ple momentum-based exit rule, showed
potential — overall profitability and a
high winning percentage, among other
things — but it also traded very infre-
quently and had little protection against
large individual losses. Figure 1 shows a
couple of trade signals that highlight one
of the issues we’ll have to address:
restraining the system from repeatedly
buying into big declines.
There are many ways to define pull-
backs. When we begin testing in greater
detail — and taking into account things
such as exit rules, risk control, and
money management — we will see how
useful this idea is, and how it might be
improved (or whether we have to go in a
completely different direction). Again,
this will simply be the departure point.
We’ll let the research and testing dictate
the ultimate destination.
The method
The initial research and testing will center
around long-side pullbacks in the stock
market. The recent market calamity
would seem to cry out for the immediate
implementation of a short-side system,
but we are thinking in terms of the
market’s long-term historical bias and
tendencies.
The goal of any system designer is to
construct a strategy “with legs” — some-
thing that will continue to produce prof-
its, relatively consistently, over the long
haul. (There is certainly an argument to
be made this is, strictly speaking, a pipe
dream, as no trading idea can work well
all the time.) Given we are working in the
equity arena, disregarding the stock mar-
ket’s primary characteristic would be fool-
ish. That will not preclude us from
adding a short component at a later date,
however.
As mentioned, we are working with
some hindsight here. In fact, we already
have a basic trade idea in hand. We want
to base the system on a pattern-based
idea because we believe working directly
with price is preferable to working with
indicators, which tend to blur rather than
clarify market behavior. Our initial goal is
to model a pattern with a reliable track
record of defining points at which the
market is completing a pullback and
is poised to revert to the upside.
Generally, this type of system is in the
1. The four most liquid
broad-market U.S. stock index
ETFs: S&P 500 (SPY), Nasdaq
100 (QQQQ), Dow Jones
Industrial Average (DIA), and
Russell 2000 (IWM).
2. We will also test the
corresponding mini futures
contracts for these four indices:
E-Mini S&P 500 (ES), E-Mini
Nasdaq 100 (NQ), Mini Dow
(YM), and Russell 2000 Mini
futures (TF).
The time frame
Like most people, we have day jobs, so
Next month: Deciding on a testing approach
and researching our initial trade setup.
ACTIVE TRADER •
February 2009
•
www.activetradermag.com
4
TRADING
Strategies
System design, part 3:
The pattern
Digging into the details of how a long trade setup performs in different markets.
BY ACTIVE TRADER STAFF
I
f you believe the hype, you might
you to trade with confidence.
Our system-design series explores each
step of this process — selecting
market(s), identifying and testing trade
setups, interpreting results, adding
money-management rules, and eventually
trading with real money. The first two
installments picked the market — stocks,
or specifically, the S&P 500 tracking
stock (SPY), and the method — a long-
side pullback pattern to exploit the mar-
ket’s tendency to rebound from sharp
declines (see “Related reading”).
This installment defines the initial
trade setup and tests its performance in
four major U.S. indices — S&P 500
(SPX), Nasdaq 100 (NDX), Dow Jones
Industrial Average (DJIA), and Russell
2000 (RUT). Because you can’t directly
trade these instruments, the analysis
focuses on related exchange-traded funds
(ETFs) and stock-index futures in each
market.
think making money with a
mechanical trading system is fairly
easy. Brokerage firms and software
companies peddle tools that let you test
and trade canned strategies with a couple
of keystrokes.
However, these tools barely scratch the
surface of a vast topic and often raise
more questions than they answer. What
type of market behavior does a system
attempt to exploit, and what assumptions
were made along the way? Unraveling the
details of a pre-packaged trading system
is difficult. Creating one from scratch
may not be any easier, but at least you
will understand how it works, allowing
Why pullbacks?
We’ve tested hundreds of price patterns
over the years — gaps, breakouts, rever-
sals, to name a few — and one clear ten-
dency appeared time and again: Stocks
bounced back after dropping sharply. The
market’s overall upside bias leads many
traders to devise strategies for “buying the
dip” after stocks slip.
Buying pullbacks in a bull market
allows you to enter an existing uptrend
at a relatively low price. However,
although the market historically has
moved up more than down, the recent
market shows buying pullbacks in a
bear market can be suicidal, because
no one knows when stocks will finally
stabilize — an issue we must confront
before committing real money. That
said, the pullback pattern tested here
managed to stay out of the market dur-
ing the steepest declines of 2008 (more
in a moment).
The entry rule has two elements: a
string of lower highs, lower lows, and
lower closes, plus an
n
-percent decline
from the low two days ago to today’s
FIGURE 1: A YEAR OF PULLBACKS
KC
For more information
about the following concept,
go to “Key concepts” on p. 74.
•
Average and median
•
Variance and
standard deviation
As the stock market crashed, the three-day pullback pattern identified several relative
lows and avoided some of the steepest declines.
Source: AmiBroker
5
www.activetradermag.com
•
March 2009
• ACTIVE TRADER
[ Pobierz całość w formacie PDF ]