2 Painful hits

<div>
<a href="https://www.onestepremoved.com/painful-hits/"><img title="2 Painful hits" src="http://d1p9cjl89wwo3v.cloudfront.net/wp-content/uploads/2014/04/Curve.jpg" alt="2 Painful hits" width="224" height="300" /></a>
</div>
<p>December and January were extremely unkind to me. I took a huge loss on <a href="https://www.simpletrader.net/signal/6113/Dominari.html">December 9</a> that coincided with the Fed meeting and another big punch in January. In total, I went from a 28% profit to a ~4% net loss.</p>
<p>Deservedly, my inbox quickly flooded with comments and suggestions on the drawdown. The most common of those was to stop trading during news events. </p>
<p>So… why am I still trading during news events? There are a few answers to that question.</p>
<h2>Curve fitting</h2>
<p>It's not like the strategy loses money on every single news event. It's 100% true that news events like the Fed meeting can and badly hurt. Say that I'm determined to exclude news events in the future. I'd have to</p>
<ol>
<li>Collect historical news event data</li>
<li>Create a second algorithm, which selects the news events that forbid and allow trading to continue</li>
<li>Test how the news algorithm interacts with Dominari</li>
<li>Repeat this many times until I'm happy with the final result</li>
</ol>
<div>
</div>
<p>Due to the tiny number of news events that impact the markets like the December 9th announcement, my data set is miniature. The risk of overfitting to historical news events is huge. </p>
<p>Working with tiny amounts of data provides little in the way of long run confidence. Focusing my efforts elsewhere is far more likely to improve performance and requires much less work.</p>
<h2>Too many trades</h2>
<p>Too many trades sounds a bit naive, so let's dig into what that means. Dominari trades a portfolio of 7 different instruments. All instruments cross with USD.</p>
<ul>
<li>EURUSD</li>
<li>GBPUSD</li>
<li>USDCHF</li>
<li>AUDUSD</li>
<li>NZDUSD</li>
<li>USDJPY</li>
<li>USDCAD</li>
</ul>
<p>Many subscribers correctly observed that the major losses occurred with trades open on all 7 pairs in the portfolio <strong>at the same time</strong>. A good predictor of trade performance is the number of trades open simultaneously.</p>
<p>1-3 trades seems to be consistently profitable<br />
4-5 trades leads to biting my nails<br />
6-7 trades is neutral to disastrous</p>
<p>Testing and confirming the max open trades rule was quick and easy. 5+ trades is very dangerous.</p>
<p>Accordingly, Dominari now exits all open trades if there are 5 or more trades open at any given time.</p>
<p>The next feature of Dominari will be a reversal strategy. Dominari was clearly prone to sudden equity changes if 5+ trades were open at the same time. </p>
<h3>Make the losses work for us</h3>
<p>An obvious counter strategy is to open trades in the opposite direction whenever Dominari would otherwise open too many trades. Testing the idea is very easy. </p>
<div>
</div>
<p>Coding a Dominari reversal strategy, however, would require a major reprogramming of the <a href="https://www.onestepremoved.com/metatrader-programming">expert advisor's</a> code. </p>
<p>The number of trades per year would be miniscule. I doubt that it would average even 1 trade per month. </p>
<p>The idea is that Dominari can be the normal trading strategy. Whenever Dominari opens too many trades, the strategy then switches into reversal mode and trend trades with a simple trailing stop. </p>
<p>Switching direction should mostly reverse the negative trade skewness back in the positive direction. Almost all of the offending trades open at exactly the same time. </p>
<p>If the biggest losing trades opened at different times, there would be the risk of being too late to the party. All blowout trades opening at the same time means that the strategy can realistically reverse 100% of would-be losses into profits.</p>
<p>Sitting at the top of the docket are changes to Pilum. You can expect to hear about those soon so that I can incorporate Pilum into the Dominari signals. Once that and 2 other internal projects are finished, I'll be able to dedicate the time required to fully implement the Dominari Reversal System.</p>
<h2>Equity stop loss</h2>
<p>Dominari uses emergency stop losses on all tickets. That is appropriate 99% of the time for individual trades. Those emergency losses reset once per hour in line with the concept of the <a href="https://www.youtube.com/watch?v=Qawr4Z1V2G0">TODS</a>.</p>
<p>A little of the problem was bad luck. My stops came within a handful of pips of being triggered. Then they reset even further away, which made a bad problem worse.</p>
<p>When all trades move at the same time, then clearly the strategy could suffer extreme losses. </p>
<p>The first attempted solution after the Fed announcement was to add a portfolio level stop loss. The way that I wrote it also updated once per hour. When a second negative movement came in January, I stopped trying to be clever. It's a flat, simple, stupid stop loss. If I lose more than 4% on all open trades, the entire Dominari portfolio goes flat. </p>
<h2>I'm still trading Dominari</h2>
<p>I still have my money trading the Dominari system; my confidence in the long term performance hasn't changed, but it obviously requires safeguards. The max number of trades and the portfolio level stop loss will go a long way to limiting the impact of big moves in the future. AND, I should get the counter-strategy developed relatively soon to turn potential frowns upside down.</p>
<p>Lastly, many of you questioned why I've been so quiet. The honest answer is that I needed some time to process what happened. It's easy to feel overwhelmed and discouraged when you get knocked down. I needed some time to process what happened. </p>
<p>I also needed time to double check the changes that I made to the portfolio were actually beneficial. It's very easy to appease traders when they're upset by rushing out features before they're thoughtfully considered. </p>
<p>My money is on the line (I lost 2,000 euros between the two moves). What hurt my subscribers hurt me, too.</p><p>The post <a rel="nofollow" href="https://www.onestepremoved.com/painful-hits/">2 Painful hits</a> appeared first on <a rel="nofollow" href="https://www.onestepremoved.com">Algorithmic and Mechanical Forex Strategies | OneStepRemoved</a>.</p>

Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *