Quote from RoughTrader:
Now to define the setup:
- If the high of the current bar is greater than the R_Level of the previous bar, then Setup = 1
- If the low of the current bar is less than the S_Level of the previous bar, then Setup = -1;
I tested it on the ES data from January 8, 2008 to December 23, 2008. As I expected, it turned out to be a consistent loser. Here is what I got (trading 1 contract with your default period of 20 minutes):
Trades: 3166
Percent Profitable: 34%
Net Profit: -$32160
Max DD: $44270
Profit Factor: 0.89
However, I should mention that I didn't use the profit target (you didn't describe it sufficiently), and I didn't use your other entry conditions which you chose to keep private. So, I suppose that all that my backtest proves is that buying the breakout of the 20 min high and selling the breakout of the 20 min low is not a profitable strategy. If you provide more information about what goes into your system, I'll be happy to backtest it for you.