<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Au.Tra.Sy blog - Automated trading System &#187; Ed Seykota</title>
	<atom:link href="http://www.automated-trading-system.com/tag/ed-seykota/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.automated-trading-system.com</link>
	<description>Systematic Trading research and development, with a flavour of Trend Following</description>
	<lastBuildDate>Tue, 07 Feb 2012 09:58:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Bliss Function: Quantify your Trading System Objective</title>
		<link>http://www.automated-trading-system.com/bliss-function-quantify-trading-system-objective/</link>
		<comments>http://www.automated-trading-system.com/bliss-function-quantify-trading-system-objective/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 12:20:30 +0000</pubDate>
		<dc:creator>Jez Liberty</dc:creator>
				<category><![CDATA[Backtest]]></category>
		<category><![CDATA[bliss function]]></category>
		<category><![CDATA[Ed Seykota]]></category>
		<category><![CDATA[optimisation]]></category>

		<guid isPermaLink="false">http://www.automated-trading-system.com/?p=1304</guid>
		<description><![CDATA[Backtesting mechanical trading systems involves a great deal of optimization: testing and running a system across a myriad of parameters to choose the one(s) that produce the best results. But what is &#8220;best&#8221;? How do you measure best results, though? Compound Annual Growth Rate (CAGR) is one of the first metric that comes to mind [...]]]></description>
			<content:encoded><![CDATA[<p>Backtesting mechanical trading systems involves a great deal of optimization: testing and running a system across a myriad of parameters to choose the one(s) that produce the <em>best results</em>.</p>
<h3>But what is &#8220;best&#8221;?</h3>
<p>How do you measure best results, though? Compound Annual Growth Rate (CAGR) is one of the first metric that comes to mind (it is the simplest and most direct one). However consider this:</p>
<p><img src="http://www.automated-trading-system.com/wp-content/uploads/2010/01/SysA-SysB.png" alt="SysA-SysB" title="SysA-SysB" width="344" height="270" class="aligncenter size-full wp-image-1306" /></p>
<p>System A produces a greater CAGR &#8211; at the cost of much larger variability in the results. I don&#8217;t know about you, but &#8220;to a point&#8221;, I would rather obtain a smoother equity curve and slightly worse CAGR (i.e. choosing System B).</p>
<p>This reasoning leads to <span id="more-1304"></span>a bunch of other metrics and ratio dealing another measure: the variance of the return (<a href="http://en.wikipedia.org/wiki/Sharpe_ratio" target="_blank" rel="nofollow">Sharpe ratio</a>, <a href="http://en.wikipedia.org/wiki/Sterling_ratio" target="_blank" rel="nofollow">Sterling ratio</a>, <a href="http://en.wikipedia.org/wiki/Sortino_ratio" target="_blank" rel="nofollow">Sortino ratio</a>, <a href="http://en.wikipedia.org/wiki/Treynor_ratio" target="_blank" rel="nofollow">Treynor ratio</a>, <a href="http://www.seykota.com/tribe/risk/index.htm" target="_blank" rel="nofollow">Lake ratio</a>, <a href="http://en.wikipedia.org/wiki/Calmar_ratio" target="_blank" rel="nofollow">Calmar and MAR ratios</a>, etc.).</p>
<h3>Introducing YOUR Bliss function</h3>
<p>In short, there are many ways to quantify how good a system is. One of the first step in the optimization process is to decide on the <strong>objective function</strong> &#8211; which will be used to measure and compare the performance of each system tested in the optimization run (the <em>Sharpe ratio</em> is one such objective function, widely used to compare fund managers).</p>
<p>Ed Seykota coined the term <strong>Bliss Function</strong>, which suits very aptly: the system that performs best on <em>your</em> set of criteria will give you the most blissful results (wealth increase, peace of mind).</p>
<p>Now consider this:</p>
<div id="attachment_1307" class="wp-caption aligncenter" style="width: 356px"><img src="http://www.automated-trading-system.com/wp-content/uploads/2010/01/SyssX-SysY.png" alt="test caption" title="SyssX-SysY" width="346" height="209" class="size-full wp-image-1307" /><p class="wp-caption-text">MAR = CAGR / MaxDD (MaxDD = worst drawdown)</p></div>
<p>System A is very consistent but its return is very unexciting. There might be a threshold where you are willing to accept more <del datetime="2010-01-21T11:59:07+00:00">risk </del>variance for more reward (i.e. choose to trade system B despite its lower return-to-variability ratio value, like the MAR chosen here). And this is the main point of building an  objective/bliss function:</p>
<p><strong>The bliss function should be <u>your own</u> &#8220;goodness measure&#8221; of a trading system, using your own formula and criteria.</strong> Choose a formula that will produce the best results/pick the best systems <strong>for you</strong>. And you get to be as original as you want!</p>
<p>For the case above, you might decide to complicate the formula of the <em>Bliss function</em> by adding an arbitrary <em>adjustment multiplying </em> function AM to penalise low-returns systems such as:</p>
<p><code>Bliss = AM(CAGR) x MAR</code></p>
<p>with:<br />
<code>AM(x<10%) = 0</code> (ignore any systems producing less than 10%)<br />
<code>AM(10%<=x<20%) = 0.5</code> (penalising low-returns systems)<br />
<code>AM(20%<=x<60%) = 1</code> (standard value)<br />
<code>AM(x>=60%) = 1.5</code> (rewarding high-returns systems)</p>
<p>A continuous function with the same impact would be the logarithmic function.</p>
<h3>Variance != Risk</h3>
<p>The shortcut taken by many is to equate <em>return variance</em> with <em>risk</em>. If that is the case, any of your preferred ratio above would be an elegant way to measure risk-adjusted returns.</p>
<p>However, risk and variance are two complete different animals (LTCM had an outstanding Sharpe ratio... until they <em>blew up</em>!)</p>
<p>So, how can you quantify <em>hidden risk</em>? Raw performance return does not allow you to identify it. It really depends on what <strong>you</strong> consider as <em>Risk</em>.</p>
<p>Hidden risk can be contained in all of these aspects of a strategy that expose you to "risk situations" (think <em>Black Swans</em>) even if they do not materialise.</p>
<p>Time in the Market might be relevant here: all things being equal, you might prefer a strategy in the market 30% of the time rather than 75% - less chance to be hit by this 6-sigma event).</p>
<p>Leverage has a direct influence on the quantitative impact of such event. You might want to introduce measures such as average margin-equity ratio (ME) into your Bliss formula.</p>
<p>Adding the 2 components with arbitrary coefficients the formula would become:</p>
<p><code>Bliss = ln(CAGR + 1) x MAR - 0.5 x ME - 0.1 x TimeInMkt%</code></p>
<h3>additional parameters</h3>
<p>So far, we have covered fairly standard metrics for trading systems. But you might want to add your own specific criteria.</p>
<p>One such criteria, which could be interesting to add, is some form of "robustness measure". This will be the subject of a follow-up post.</p>
<h3>In Closing</h3>
<p>Coming up with your own bliss function is basically mixing up the various metrics of your trading system (absolute performance, variance, risk and possibly other factors such as robustness) that matter to you. This post tries to highlight the concept and <em>thought process</em> rather than a complete or exact Bliss function.</p>
<p>To expand on the concept of the bliss function, concepts such as <a href="http://www.automated-trading-system.com/walk-forward-testing/">walk-forward testing</a> can leverage the bliss function and use it as the objective/selective function.</p>
<p>One can argue that there are as many bliss functions as there are traders. The difficulty lies in finding and formulating its formula...</p>
]]></content:encoded>
			<wfw:commentRss>http://www.automated-trading-system.com/bliss-function-quantify-trading-system-objective/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What can the Whipsaw Song by Ed Seykota teach you?</title>
		<link>http://www.automated-trading-system.com/whipsaw-song-ed-seykota/</link>
		<comments>http://www.automated-trading-system.com/whipsaw-song-ed-seykota/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 09:52:19 +0000</pubDate>
		<dc:creator>Jez Liberty</dc:creator>
				<category><![CDATA[Off-track]]></category>
		<category><![CDATA[Trend Following]]></category>
		<category><![CDATA[Ed Seykota]]></category>

		<guid isPermaLink="false">http://www.automated-trading-system.com/?p=558</guid>
		<description><![CDATA[Ed Seykota is a hugely succesful trend follower. He also keeps a very low-profile. You will not see him on CNBC, so any sort of public appearance where he can distil some of his wisdom is a rare &#8220;gift&#8221;. The main message of the song is to &#8220;stick to the rules&#8221; &#8211; which is a [...]]]></description>
			<content:encoded><![CDATA[<p>Ed Seykota is a hugely succesful trend follower. He also keeps a very low-profile. You will not see him on CNBC, so any sort of public appearance where he can distil some of his wisdom is a rare &#8220;gift&#8221;.</p>
<p>The main message of the song is to &#8220;stick to the rules&#8221; &#8211; which is a fundamental aspect of Automated Trading Systems whatever stratgy the system uses. Please enjoy the video below, the music is not bad either&#8230; ;-)</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/LiE1VgWdcQM&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/LiE1VgWdcQM&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
<p>The 6 rules are:<span id="more-558"></span></p>
<ul>
<li>Ride your Winners</li>
<li>Cut your Losses</li>
<li>Manage your Risk</li>
<li>Use Stops</li>
<li>Stick to the System</li>
<li>File the News</li>
</ul>
<p>Sounds like universal Trading Truths, doesn&#8217;t it?</p>
<p><em>Note</em>: <strong>Ed Seykota</strong> has been trading automatic trend following systems for over 30 years. His model account grew by over 10,000%. You can find more information on Seykota from <a href="http://www.seykota.com/tribe/" target="_blank" rel="nofollow">his website</a> and in the books <a href="http://www.automated-trading-system.com/market-wizards-schwager" target="_blank" rel="nofollow">Market Wizards</a> by Schwager and <a href="http://www.automated-trading-system.com/trend-following-covel" target="_blank" rel="nofollow">Trend Following</a> by Michael Covel.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.automated-trading-system.com/whipsaw-song-ed-seykota/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

