Welcome to the Traders Laboratory Forums.
Automated Trading Black box systems, strategy automation, algorithmic trading, etc...

Reply
Old 11-12-2010, 07:06 AM   #9

Jeff65's Avatar

Join Date: Apr 2010
Location: Gurnee
Posts: 24
Ignore this user

Thanks: 13
Thanked 13 Times in 6 Posts

Re: RSI Fade System

Quote:
Originally Posted by jurotraderslab »
I backtested your system on 5 years of data and it doesn't show good results, it does show better results starting from 2008 but still nowhere near the equity curve you are showing. I used 1 min OHLC data to test the strategy. I am not saying simple things don't work but this just seemed very suspicious to me that such a system would work and the backtest showed it wouldn't.
The graph at the beginning of this post is on a 5-minute chart. The system does not trade 1-minute bars because that's far too noisy. It was designed on 5-minute bars and I've also traded it on 10-minute bars.

Also during the development it was pointed out that this was a recent edge, that started in the last two years and probably won't last forever.

If you want to know more I posted some videos on my blog that show how I developed this system. You can find those videos here.

Again, this system probably has an edge that will not last forever. It's not a super great system. You're not going to get rich trading this system alone! But it's an example of finding an edge in the market and attempting to exploit it. If you watch the videos on how I created it you will get the main thrust which is, tips on developing a trading system.

Hope that helps.
Jeff65 is offline  
Reply With Quote
Old 11-12-2010, 10:45 PM   #10

Join Date: Oct 2009
Posts: 16
Ignore this user

Thanks: 5
Thanked 2 Times in 2 Posts

Re: RSI Fade System

Thanks for your response. I retested the system with limit orders on 5 min bars and it shows similar to your results. The problem I would have with this system is that it's performance before October/November 2008 (incidentally this coincides with the market crash) is the exact opposite-equity curve steadily going down. In any case, I understand your logic and wish you luck trading it until it stops working. Just a quick question here. What drawdown will cause you to stop using this system? I am asking because the equity curve going back to 2005 has a sharp V shape with turning point in 2008, so once the equity curve starts going down you cannot be confident it's just a temporary blip or the system simply doesn't work anymore. Regardless of all the ranting here, I do like your systematic approach to researching market behaviour.
jurotraderslab is offline  
Reply With Quote
Old 11-13-2010, 10:21 AM   #11

Jeff65's Avatar

Join Date: Apr 2010
Location: Gurnee
Posts: 24
Ignore this user

Thanks: 13
Thanked 13 Times in 6 Posts

Re: RSI Fade System

Quote:
Originally Posted by jurotraderslab »
Thanks for your response. I retested the system with limit orders on 5 min bars and it shows similar to your results. The problem I would have with this system is that it's performance before October/November 2008 (incidentally this coincides with the market crash) is the exact opposite-equity curve steadily going down. In any case, I understand your logic and wish you luck trading it until it stops working. Just a quick question here. What drawdown will cause you to stop using this system? I am asking because the equity curve going back to 2005 has a sharp V shape with turning point in 2008, so once the equity curve starts going down you cannot be confident it's just a temporary blip or the system simply doesn't work anymore. Regardless of all the ranting here, I do like your systematic approach to researching market behaviour.
That's a good question. One technique I like to use is to apply either a moving average to your your trading system’s equity curve. You'll have to try a few numbers to see what you like. By placing a simple moving average over your equity curve you create an indicator alerting you when to to stop trading and when to resume trading. You trade the system when the equity curve is above the moving average and stop trading it when it falls.

It's true you can't be certain if the drawdown is temporary or if the edge is simply gone. But by "trading the equity curve" this will help keep you out or alert you to when the system is experiencing long periods of drawdown.

I have a blog post on this with a short video demonstrating this concept here.
Jeff65 is offline  
Reply With Quote
The Following 2 Users Say Thank You to Jeff65 For This Useful Post:
LabRatNo9 (02-29-2012), windsurfer (11-19-2010)
Old 01-15-2012, 06:14 PM   #12

Join Date: Oct 2010
Posts: 2
Ignore this user

Thanks: 0
Thanked 0 Times in 0 Posts

Re: Universal Clone

Jeff - Do you have the EE Universal Clone, by any chance? Any info would be much appreciated!
vrytallblkboots is offline  
Reply With Quote
Old 01-16-2012, 03:44 PM   #13

Join Date: Jan 2012
Posts: 362
Ignore this user

Thanks: 51
Thanked 71 Times in 55 Posts

Re: RSI Fade System

I have quite literally scanned over the EasyLanguage that you have given, so may be about to completely misrepresent it, but would make the following suggestions:

a) the basic concept is not that disimilar to the 'swing trading' strategies described by Larry Connors, amongst others, in that it involves buying a short term oversold market back in the direction of the longer term trend. While this approach unoubtedly backtests well on daily charts, its performance is typically less impressive on intraday timeframes, where it will often produce highly profitable periods followed by similar losing periods.

b) I am not a big advocate of 'filtering' trading signals using multiple price-based indicators. Nevertheless, there is no denying that this particular approach benefits from such multiple indicator confirmations. Try combining the RSI with the Commodity Channel Index and a Value Chart, and then only taking those signals that meet at least two of the oversold conditions.

c) this type of strategy, in backtesting in the stock indices, shows a bias towards long positions that cannot be ignored. Though many would argue that this is an undesirable trait and an unjustifiable approach to trading a market, it is somewhat understandable; a large proportion of investors, both retail and institutional, are 'long only', and will look to buy a discounted market.

d) Has your 9 period setting for the RSI been properly backtested? I would strongly recommend that you examine the performance of this system with shorter RSI settings.

e) Are you confident that employing the ATR in your strategy is increasing its edge? What happens if you replace it with a stop and target derived from the MAE and MFE of past trades?

Hope that's of some help to those on this interesting thread. If I've misundertood anything let me know and I will read through the original code more carefully.
BlueHorseshoe is online now  
Reply With Quote
The Following User Says Thank You to BlueHorseshoe For This Useful Post:
LabRatNo9 (02-29-2012)
Old 01-16-2012, 04:08 PM   #14

Join Date: Jan 2012
Posts: 362
Ignore this user

Thanks: 51
Thanked 71 Times in 55 Posts

Re: RSI Fade System

Quote:
Originally Posted by Jeff65 »
You trade the system when the equity curve is above the moving average and stop trading it when it falls.here.
Though there's nothing -wrong- with what you're saying here, you're presenting one side of the 'equity curve trading' picture.

Assuming a strategy has a definite edge, then losing periods can be expected to follow winning periods, on a reversion-to-the-mean type basis, and so many would argue that it makes more sense to commence trading when the equity curve falls below its average (on the assumption that it will soon rise above it), and cease trading when it moves above it (on the assumption that a losing period is most likely just around the corner). This is the opposite to what you describe.

I am also guilty of not presenting the full picture; because the equity curve of a profitable strategy is likely to spend more sustained periods above its moving average, then ceasing trading above it is questionable. A sophisticated hedge fund approach may subtley adjust position sizing dependent on the state of the equity curve relative to its moving average, but unless you're lucky enough to be flipping hundreds of contracts, then this isn't much help to you.
BlueHorseshoe is online now  
Reply With Quote

Reply

Thread Tools
Display Modes Help Others By Rating This Thread
Help Others By Rating This Thread:


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multi System for Universal System Dr. Clayburg philloo Coding Forum 7 01-18-2012 06:41 AM
Gaps - to Fade or Not to Fade (Gap As % from the X Days Average Range) N57H Technical Analysis 0 07-21-2009 10:47 PM
Which System Would You Prefer? maildigger E-mini Futures Trading Laboratory 9 08-17-2008 11:00 AM
DOW/Gap Plays:Fade/Trade/OR Just Observe ? michaelstuarts Beginners Forum 4 04-26-2007 10:20 PM
sharing your system Don4 Brokers and Data Feeds 10 03-06-2007 10:15 AM

All times are GMT -4. The time now is 10:59 AM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.