<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>Ed Mamula.com</title>
	<link>http://edmamula.com</link>
	<description>Book-Smart and Battle-Scarred Trading and Investing</description>
	<pubDate>Tue, 08 Jul 2008 03:22:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>More on Trading System Monitoring and Shutdown</title>
		<link>http://edmamula.com/2008/07/07/more-on-trading-system-monitoring-and-shutdown/</link>
		<comments>http://edmamula.com/2008/07/07/more-on-trading-system-monitoring-and-shutdown/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 03:22:11 +0000</pubDate>
		<dc:creator>Ed Mamula</dc:creator>
		
		<category><![CDATA[Narratives]]></category>

		<guid isPermaLink="false">http://edmamula.com/2008/07/07/more-on-trading-system-monitoring-and-shutdown/</guid>
		<description><![CDATA[I stumbled upon a remarkably simple little code module for Tradestation that showed me how to capture all of the trading system&#8217;s trade by trade profits from inception to date.  I had been under the mistaken impression that this could not be done natively in TS.  This is important because it allows me to quickly find the average one contract gain per trade [...]]]></description>
			<content:encoded><![CDATA[<p>I stumbled upon a remarkably simple little code module for Tradestation that showed me how to capture all of the trading system&#8217;s trade by trade profits from inception to date.  I had been under the mistaken impression that this could not be done natively in TS.  This is important because it allows me to quickly find the average one contract gain per trade for a system and do a statistical validation of sorts on the more recent trades.  Now I can employ criteria to determine whether a system should be turned on or off, and the system itself can be coded to know when to do this.</p>
<p>For now, I have settled on the following two provisions:  If the average trade over the last 25 trades has been profitable after slippage and commission, AND the average profit of the last 25 trades is no more than 2 standard deviations away from the average trade profit over the course of the &#8220;early&#8221; trades (N-25), then the system can be kept on.  In practice, I may have to relax the first criteria, as very many times the average profit over the last 25 trades can go negative but still be within statistical norms for the system.  But it&#8217;s fine for now&#8230;I always learn and tweak as I go.  There&#8217;s nothing magical about the number 25, and in fact, I&#8217;ve been waffling between using 20, 25, or 30 trades.  It would be nice to use at least 30 trades to have a decent sample size for a statistical test, but at the same time, this may not be practically feasible.  Remember, the goal here is to shut down the system if there is reason to believe it is &#8220;broken&#8221; due to a structural change in the market, and to react quickly enough such that the account is not crippled.  Of course, with any shutdown provision, there is always the chance that we will shut down too soon and miss out on the speedy recovery&#8230;speaking of which&#8230;.</p>
<p>The Cable Glider has been performing well while I have had it shut off.  Indeed, it is on a 7 trade winning streak, and has returned to a zone where the numbers say that it should be turned back on.  (As I&#8217;ve mentioned in prior posts, the decision to turn it off in the first place was based more on emotion than analytics.)  I have a modified version of Cable Glider ready to go as well, and I&#8217;ll need to decide which version to go live with.</p>
<p>The Euro Ranger system continues to perform very much in line with its historical averages, so it looks like I will be back to running two systems again. </p>
<p>My anti-Midas 2008 stumbling and bumbling continued as recently as last Thursday, when I erroneously had Euro Ranger turned off and missed a sizable gain.  In fact, I&#8217;m now sitting on a drawdown of around 25% since March 1, which was the time that I adopted the two system, lower risk approach. </p>
<p>Even though the 2008 year to date results have been so poor, my systems and methodologies keep evolving and improving, and well, it&#8217;s never over as long as I remain adequately capitalized.  I still tend to beat myself up mentally for the mistakes that I make, but when I put things in perspective, I&#8217;ve come a long way as a trader.  Several years ago, my mistakes would be things that blew up my account.  Today, my mistakes tend to be things that turn 2% drawdowns into 4% drawdowns&#8230;so it&#8217;s a step in the right direction, and in truth, that&#8217;s all I can ever hope to do&#8230;more steps in the right direction, and less damaging setbacks. </p>
]]></content:encoded>
			<wfw:commentRss>http://edmamula.com/2008/07/07/more-on-trading-system-monitoring-and-shutdown/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Trading System Shutdown Provisions</title>
		<link>http://edmamula.com/2008/06/20/trading-system-shutdown-provisions/</link>
		<comments>http://edmamula.com/2008/06/20/trading-system-shutdown-provisions/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 15:30:43 +0000</pubDate>
		<dc:creator>Ed Mamula</dc:creator>
		
		<category><![CDATA[Narratives]]></category>

		<guid isPermaLink="false">http://edmamula.com/2008/06/20/trading-system-shutdown-provisions/</guid>
		<description><![CDATA[Over the past couple of weeks, I&#8217;ve received some suggestions on how to decide when to turn a system off and on. 
Here are the options that I explored:
Equity Curve Timing :  The idea here is to track a system&#8217;s cumulative profits and losses and to turn the system off when the cumulative profit moves below [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past couple of weeks, I&#8217;ve received some suggestions on how to decide when to turn a system off and on. </p>
<p>Here are the options that I explored:</p>
<p><strong>Equity Curve Timing</strong> :  The idea here is to track a system&#8217;s cumulative profits and losses and to turn the system off when the cumulative profit moves below some trailing moving average of cumulative profit.  Since I only run two systems, I can&#8217;t say whether or not this is useful in general.  I can only say that for my systems, this technique does not seem helpful.  The same issues with using moving averages on a price chart show up on an equity curve chart as well.  Namely, moving averages are a lagging indicator.  Recognizing the fact that I don&#8217;t use moving averages in my trading systems, but I do use MACD, I could choose to get fancy and chart a MACD of my equity curve, but this probably won&#8217;t work well either. <strong> My goal is to keep the system on most of the time and turn it off when there&#8217;s reasonable doubt about the fact that it still works at all.  Using an equity curve timing method seems unreasonable for that purpose.</strong></p>
<p><strong>Control Charts</strong> :   I tried the methods detailed at <a href="http://www.verticalsolutions.com/notes/control_charts.html">Vertical Solutions</a>:</p>
<p>&#8220;<font face="Verdana">As an example, my automated systems turn themselves off if both the ratio of expected wins to actual wins and the twenty trade rolling P&amp;L move 3 standard deviations below their average. </font><br />
&#8221;</p>
<p>This method sounds great, and it probably is.  However, this method told me to keep trading both Euro Ranger and Cable Glider.  So what&#8217;s wrong with that?  Nothing&#8230;other than the fact that I WANTED to turn Cable Glider off and I was searching for a method that would support that decision.  Of course, in retrospect, I realize how silly that approach is&#8230;think of a trader who is stuck in a losing trade and keeps switching indicators until he finds one that tells him to stay in the trade&#8230;yeah, bad idea.</p>
<p>At the beginning of this week, I settled on a simpler criteria.  If the rolling cumulative 20 trade profit of either of my systems is negative, I will shut them off.  I chose this criteria because of my biased view that I needed to shut Cable Glider down.</p>
<p>In fact, in a truly out of character moment, I decided that since I&#8217;m shutting Cable Glider off, I will double the amount that I risk in Euro Ranger&#8230;.well, since I&#8217;ve really had the anti-Midas touch for all of 2008, it&#8217;s not hard to guess what happened this week&#8230;</p>
<p>Euro Ranger immediately suffered its worst single trade pip loss EVER, and Cable Glider (off) had a fabulous week, netting something in the neighborhood of 250 pips. </p>
<p>So this week, my equity is at a new low for 2008, and now I&#8217;m facing the decision about whether or not to turn Cable Glider back ON&#8230;well now, it&#8217;s always something&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://edmamula.com/2008/06/20/trading-system-shutdown-provisions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cable Glider System Death</title>
		<link>http://edmamula.com/2008/06/03/cable-glider-system-death/</link>
		<comments>http://edmamula.com/2008/06/03/cable-glider-system-death/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 01:25:46 +0000</pubDate>
		<dc:creator>Ed Mamula</dc:creator>
		
		<category><![CDATA[Narratives]]></category>

		<category><![CDATA[System Development]]></category>

		<guid isPermaLink="false">http://edmamula.com/2008/06/03/cable-glider-system-death/</guid>
		<description><![CDATA[Well, I&#8217;m back from my self-imposed two week break.  Within 48 hours of turning the systems back on, I&#8217;m down 3%, mostly on the back of two losers in the Cable Glider system.  It&#8217;s time for me to face the fact that Cable Glider has been a consistent loser all year, and it needs to [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;m back from my self-imposed two week break.  Within 48 hours of turning the systems back on, I&#8217;m down 3%, mostly on the back of two losers in the Cable Glider system.  It&#8217;s time for me to face the fact that Cable Glider has been a consistent loser all year, and it needs to switched off.  I am doing that immediately.  I will continue to monitor it in paper-trading mode, and if it shows two months of consecutive profitability, I will re-consider using it.</p>
<p>My plans had no provision for System Death.  I plan on becoming more studied on this subject, and I will incorporate it into future system deployments.    There is some good information over at <a href="http://www.verticalsolutions.com/notes/control_charts.html">Vertical Solutions</a>, which I hope will point me in the right direction.</p>
<p>In the meantime, I will keep Euro Ranger active.  It was virtually break-even last month, but it has shown several consecutive months of profitability. </p>
<p>The linear regression system that I was testing on the Japanese Yen totally fell apart in out of sample testing.  It&#8217;s a little bit disappointing, but then again, that&#8217;s why we test strategies before deploying them.</p>
<p>I&#8217;ll also be tinkering with tick charts a bit&#8230;this is something that I&#8217;ve never considered before, but I believe that it makes good sense to use tick charts instead of time based bar charts in a 24 hour market where most of the ticks are clustered into a small time frame.  For example, if we use a 500 tick bar on the Euro FX contract, we&#8217;ll see that sometimes a single bar can span a few hours (usually right after the session opens), and as little as 1 minute in a fast market.  Very interesting indeed&#8230;and that&#8217;s what I need right now&#8230;new ways of looking at the data.  We&#8217;ll see what it yields.</p>
]]></content:encoded>
			<wfw:commentRss>http://edmamula.com/2008/06/03/cable-glider-system-death/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Two Manufactured Wins and a Two Week Break</title>
		<link>http://edmamula.com/2008/05/15/two-manufactured-wins-and-a-two-week-break/</link>
		<comments>http://edmamula.com/2008/05/15/two-manufactured-wins-and-a-two-week-break/#comments</comments>
		<pubDate>Fri, 16 May 2008 02:39:44 +0000</pubDate>
		<dc:creator>Ed Mamula</dc:creator>
		
		<category><![CDATA[Forex Trading Results]]></category>

		<category><![CDATA[Narratives]]></category>

		<guid isPermaLink="false">http://edmamula.com/2008/05/15/two-manufactured-wins-and-a-two-week-break/</guid>
		<description><![CDATA[Well, when I reviewed my monthly statements for March and April of this year, I discovered a curious thing.  I had indeed lost money during both these months.  I have been in the habit of reporting my gains and losses for a month as complete as of the last Friday of a month. (Manufactured win [...]]]></description>
			<content:encoded><![CDATA[<p>Well, when I reviewed my monthly statements for March and April of this year, I discovered a curious thing.  I had indeed lost money during both these months.  I have been in the habit of reporting my gains and losses for a month as complete as of the last Friday of a month. (Manufactured win #1 &#8212; see my triumphant return to profitability at the end of March 2008)  My futures statement makes no such artificial break.  It calculates the value of my account (including open positions) at the beginning of the month and at the end of the month. </p>
<p>So what do my statements say?  Four straight months of losses.  The difference in accounting methods accounts for much of it, but in order to get here, I had to have one of the worst trading weeks on record in the last week of April.  Those losses erased my monthly gains and then some, and put me at a new 13 month equity low. </p>
<p>Ouch ouch ouch&#8230;risk tolerance eliminated, ego bruised, etc etc.</p>
<p>To top it all off, I am afraid of May.  The British Pound isn&#8217;t acting well for Cable Glider, and the month of May has never been kind to the system.  Luckily, the Euro system has been printing money again&#8230;enough to offset the dreadful performance of the Cable Glider this month to date.   As of tonight, the account is up about 0.7% for the month&#8230;no accounting tricks necessary. ;-)  And so, I&#8217;m taking the rest of the month off. (Manufactured win #2&#8230;and a two week break.)</p>
]]></content:encoded>
			<wfw:commentRss>http://edmamula.com/2008/05/15/two-manufactured-wins-and-a-two-week-break/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Forex / Futures Systems Results as of April 18, 2008</title>
		<link>http://edmamula.com/2008/04/18/forex-futures-systems-results-as-of-april-18-2008/</link>
		<comments>http://edmamula.com/2008/04/18/forex-futures-systems-results-as-of-april-18-2008/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 23:32:33 +0000</pubDate>
		<dc:creator>Ed Mamula</dc:creator>
		
		<category><![CDATA[Forex Trading Results]]></category>

		<guid isPermaLink="false">http://edmamula.com/2008/04/18/forex-futures-systems-results-as-of-april-18-2008/</guid>
		<description><![CDATA[Wins/Losses :  7/4
Total Return Month to Date: 4.2%
Well, the results are looking pretty good so far this month.  I should mention that I had an internet connectivity problem that caused me to miss a big positive trade in the British pound and a positive trade in the Euro.  If I had caught those properly, I [...]]]></description>
			<content:encoded><![CDATA[<p>Wins/Losses :  7/4</p>
<p><strong>Total Return Month to Date: 4.2%</strong></p>
<p>Well, the results are looking pretty good so far this month.  I should mention that I had an internet connectivity problem that caused me to miss a big positive trade in the British pound and a positive trade in the Euro.  If I had caught those properly, I believe I&#8217;d be up something closer to 9% for the month.  The Euro Ranger system has been a breakeven proposition for me so far this month.  Four small wins, two big losses, one small loss, one missed win.  That seems about normal.  If I had caught the missing win, the system would be 6 for 8 and be showing a profit in the neighborhood of 1.5%  This system really shines when Cable Glider is doing poorly&#8230;so in a sense, it&#8217;s good that it&#8217;s plodding along near the breakeven mark.</p>
<p>Cable Glider is showing 3 wins, 1 loss, and one big missed win.  Volatility in both Euro and British pound are still quite high, so I can by no means declare a return to normality, BUT for the record, if I had been trading this system by itself at 1% risk per trade all along, I&#8217;d be at a new equity peak right now.  Of course, in the long run, this is just the kind of risk that I actually want to be taking per trade&#8230;that is, if I had a diversified set of systems running simultaneously.</p>
<p>Speaking of which, I&#8217;ve been seeing some promising results on a Japanese Yen system that I&#8217;m developing.  The system&#8217;s main entry/exit signals come from changes in the linear regression slope of the typical price (high+low+close)/3.  I sure do hope that I can roll this system out in the future, because it will mean that I&#8217;ll be trading three different instruments with 3 different strategies&#8230;.breakout in the Pound, mean reversion overshoot in the Euro, and something resembling band trading in the Yen&#8230;exciting stuff.</p>
<p> One more thing&#8230;I don&#8217;t want to jinx it, and I can hardly believe it too, but right now I&#8217;m really loving my day job too.  <img src='http://edmamula.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://edmamula.com/2008/04/18/forex-futures-systems-results-as-of-april-18-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Active Trading, Ego, and Doing the Right Thing</title>
		<link>http://edmamula.com/2008/04/17/active-trading-ego-and-doing-the-right-thing/</link>
		<comments>http://edmamula.com/2008/04/17/active-trading-ego-and-doing-the-right-thing/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 03:26:53 +0000</pubDate>
		<dc:creator>Ed Mamula</dc:creator>
		
		<category><![CDATA[Trading Psychology]]></category>

		<guid isPermaLink="false">http://edmamula.com/2008/04/17/active-trading-ego-and-doing-the-right-thing/</guid>
		<description><![CDATA[Lately, the stock market has been pretty volatile.  Since I&#8217;ve reduced the leverage in my forex trading, the daily absolute dollar swings in my 401K account are bigger than the swings in my forex account.  However, I keep noticing that the ups and downs in the stock market have absolutely no effect on my sense [...]]]></description>
			<content:encoded><![CDATA[<p>Lately, the stock market has been pretty volatile.  Since I&#8217;ve reduced the leverage in my forex trading, the daily absolute dollar swings in my 401K account are bigger than the swings in my forex account.  However, I keep noticing that the ups and downs in the stock market have absolutely no effect on my sense of well-being, while minor swings in my forex account can cause me to feel like a great success or a great failure.</p>
<p>For a while, I had been thinking that I just had too much of my ego invested in the success of *my* trading systems&#8230;when they win, I&#8217;m a winner&#8230;when they lose, I&#8217;m a loser&#8230;after all, they&#8217;re *my* systems.  I thought that the solution to this issue could be found by actively detaching my ego from the results, but this seemed difficult and ineffective.</p>
<p>Well, I now realize that there was at least one piece missing from the puzzle.  That piece is called &#8220;doing the right thing&#8221;.   You see, after years of being immersed in personal finance literature and financial media, I have an underlying sense that I&#8217;m investing my retirement money well by investing mostly in index funds, both domestic and international.  So when the market goes down, I can easily think that it&#8217;ll come back eventually (at least before I retire) and that I have nothing to worry about.</p>
<p> BUT, with my trading systems, I have no underlying sense that I&#8217;m doing the right thing&#8230;it seems that the systems need to be tweaked often or they fall apart completely&#8230;a bit like the difference between buying a house and buying a car.  In the case of the house, present downturn notwithstanding, we can expect the value to rise in the long run&#8230;with the car, well, we know it&#8217;s destined for the junk heap eventually.</p>
]]></content:encoded>
			<wfw:commentRss>http://edmamula.com/2008/04/17/active-trading-ego-and-doing-the-right-thing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Forex / Futures Systems Results as of March 28, 2008</title>
		<link>http://edmamula.com/2008/04/02/forex-futures-systems-results-as-of-march-28-2008/</link>
		<comments>http://edmamula.com/2008/04/02/forex-futures-systems-results-as-of-march-28-2008/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 01:54:06 +0000</pubDate>
		<dc:creator>Ed Mamula</dc:creator>
		
		<category><![CDATA[Forex Trading Results]]></category>

		<category><![CDATA[Narratives]]></category>

		<guid isPermaLink="false">http://edmamula.com/2008/04/02/forex-futures-systems-results-as-of-march-28-2008/</guid>
		<description><![CDATA[Wins/Losses :  8/4
Total Return Month to Date: 0.3%
My triumphant return to profitability  
Well, it was a strange month indeed.  I&#8217;m still basically riding the flat line.  Cable Glider is actually on a 4 trade winning streak right now, but those gains have been offset by 2 consecutive losses in the Euro Ranger system. 
The average [...]]]></description>
			<content:encoded><![CDATA[<p>Wins/Losses :  8/4</p>
<p><strong>Total Return Month to Date: 0.3%</strong></p>
<p><strong>My triumphant return to profitability <img src='http://edmamula.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </strong></p>
<p>Well, it was a strange month indeed.  I&#8217;m still basically riding the flat line.  Cable Glider is actually on a 4 trade winning streak right now, but those gains have been offset by 2 consecutive losses in the Euro Ranger system. </p>
<p>The average true ranges in the markets that I follow continue to be very high, which means that my position sizes must be relatively small to compensate for this.  Back when it was abnormal for the 40 period ATR on a 30 minute chart of GBP/USD to be above 20 pips, positions could be sized agressively enough that the system would tend to catch gains of up to 4 times what was being risked.  Nowadays, that same ATR can print in the 40 to 50 pip range, and a similar ATR on the Euro chart can be around 25 pips.  Most notably, the gains that the Cable Glider is catching are now tending to be less than 1 times the risk, and the range expansion in the Euro has forced me to take on more risk than I intended.  Right now, my level of capital and selected risk tolerance permit me to trade only one Euro contract at a time.  I know that there are mini-Euro contracts available, but they look much less liquid, so I avoid them.</p>
<p>So for now, it&#8217;s a good thing that I have a day job&#8230;my systems continue to sputter along in an environment that hardly resembles the environment that they were trained on.</p>
]]></content:encoded>
			<wfw:commentRss>http://edmamula.com/2008/04/02/forex-futures-systems-results-as-of-march-28-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Miniature agony</title>
		<link>http://edmamula.com/2008/03/18/miniature-agony/</link>
		<comments>http://edmamula.com/2008/03/18/miniature-agony/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 02:37:13 +0000</pubDate>
		<dc:creator>Ed Mamula</dc:creator>
		
		<category><![CDATA[Forex Trading Results]]></category>

		<guid isPermaLink="false">http://edmamula.com/2008/03/18/miniature-agony/</guid>
		<description><![CDATA[Wins/Losses :  5/2
Total Return Month to Date: 0.0%
Well, Tradestation came out with a new build this week, and I really managed to screw things up.  I missed a profitable Euro trade entirely, and somehow my stop order to exit a profitable British pound trade was either gapped through or not entered into the market correctly.  [...]]]></description>
			<content:encoded><![CDATA[<p>Wins/Losses :  5/2</p>
<p><strong>Total Return Month to Date: 0.0%</strong></p>
<p>Well, Tradestation came out with a new build this week, and I really managed to screw things up.  I missed a profitable Euro trade entirely, and somehow my stop order to exit a profitable British pound trade was either gapped through or not entered into the market correctly.  I&#8217;m shaking my head in disgust&#8230;this should have been my triumphant return to profitability, but as it stands, this week&#8217;s shenanigans have left me absolutely flat for the month&#8230;things could be worse&#8230;see January and February 2008&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://edmamula.com/2008/03/18/miniature-agony/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Forex / Futures Systems Results for February 2008</title>
		<link>http://edmamula.com/2008/03/01/forex-futures-systems-results-for-february-2008/</link>
		<comments>http://edmamula.com/2008/03/01/forex-futures-systems-results-for-february-2008/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 17:41:21 +0000</pubDate>
		<dc:creator>Ed Mamula</dc:creator>
		
		<category><![CDATA[Forex Trading Results]]></category>

		<guid isPermaLink="false">http://edmamula.com/2008/03/01/forex-futures-systems-results-for-february-2008/</guid>
		<description><![CDATA[Final results for February 2008: 
Wins/Losses :  4/6
Total Return Month to Date: -8.6% 
This was a perfectly dreadful month.  As I was tweaking my systems and my position sizing, I seemed always to be losing with larger position sizing and winning on my smaller trades.  At the risk of sounding like a broken record, I continue to [...]]]></description>
			<content:encoded><![CDATA[<p>Final results for February 2008: </p>
<p>Wins/Losses :  4/6</p>
<p><strong>Total Return Month to Date: -8.6%</strong> </p>
<p>This was a perfectly dreadful month.  As I was tweaking my systems and my position sizing, I seemed always to be losing with larger position sizing and winning on my smaller trades.  At the risk of sounding like a broken record, I continue to notice that my systems seem to be positively correlated with the US equity markets and negatively correlated to the forex results of most of the other bloggers whose sites I read. </p>
<p>I am willing to go forward in the month of March with the Cable Glider and the Euro Ranger each risking about 2% of equity per trade&#8230;as usual, in a continuing drawdown, I&#8217;m not motivated to say much else.</p>
]]></content:encoded>
			<wfw:commentRss>http://edmamula.com/2008/03/01/forex-futures-systems-results-for-february-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Forex / Futures Systems Results for February 22, 2008</title>
		<link>http://edmamula.com/2008/02/22/forex-futures-systems-results-for-february-22-2008/</link>
		<comments>http://edmamula.com/2008/02/22/forex-futures-systems-results-for-february-22-2008/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 18:42:24 +0000</pubDate>
		<dc:creator>Ed Mamula</dc:creator>
		
		<category><![CDATA[Forex Trading Results]]></category>

		<category><![CDATA[Narratives]]></category>

		<guid isPermaLink="false">http://edmamula.com/2008/02/22/forex-futures-systems-results-for-february-22-2008/</guid>
		<description><![CDATA[# winning trades (CG/ER) : 3/1
# losing trades (CG/ER) : 3/0
Total Return Month to Date: -3.1% 
I&#8217;m still going through a transition period.  Last week, I found myself unable to stick with my trading plan, and I hurt my results slightly.  This week I cut my risk to the bare minimum so that there would be no chance [...]]]></description>
			<content:encoded><![CDATA[<p># winning trades (CG/ER) : 3/1</p>
<p># losing trades (CG/ER) : 3/0</p>
<p><strong>Total Return Month to Date: -3.1%</strong> </p>
<p>I&#8217;m still going through a transition period.  Last week, I found myself unable to stick with my trading plan, and I hurt my results slightly.  This week I cut my risk to the bare minimum so that there would be no chance that I would override a signal.  There was only one trade entered this week, for a 125 pip gain on the long side in the British pound.  Since I had cut my risk down so much, I am still underwater for the month. </p>
<p>Today marks the end of my first stint as a full-time trader.  I&#8217;m starting a new job on Monday, and for the foreseeable future, I&#8217;ll need to keep my risk in the futures market quite low so that it is not a distraction while I am adjusting to the change.</p>
<p>In an attempt to unmarry myself from the Cable Glider&#8217;s methodology, I plan to report only the combined results of both of my systems.  Further study has revealed that these systems do complement each other quite nicely, provided that enough of my total risk is allocated to the Euro Ranger system.</p>
<p>I have a feeling that things might get quite &#8220;boring&#8221; around here.  I certainly won&#8217;t be producing any spectacular gains in the near future, but of course, I hope to never see another 40 plus percent drawdown either.</p>
<p>The Cable Glider system is up about 5% this month.  In truth, it had 2 terrible weeks in January, followed by a small recovery and some sideways action.  All the while, Euro Ranger has posted a perfect record.  Only time will tell, but perhaps I&#8217;ll look back on this day and realize that I panicked and jumped back into a job too quickly.  Indeed, it&#8217;s very possible that I don&#8217;t &#8220;need&#8221; a job at this point, but at the same time, I don&#8217;t &#8220;need&#8221; to be trading full-time to be effective.  The only thing that&#8217;s certain is that as long as I have a job, I don&#8217;t need to take money from my trading account to pay my living expenses, and after 9 months, that&#8217;s a welcome change. <img src='http://edmamula.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://edmamula.com/2008/02/22/forex-futures-systems-results-for-february-22-2008/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
