Type/to search

Breakout Day Trading Strategy

Cryptocurrency
Created: 2023-10-09 16:56:21
Last modified: 3 years ago
1
Follow
1781
Followers

Overview

This is a simple day trading strategy based on moving averages, suitable for GBPUSD 1-hour timeframe. It only enters at the London open and exits at the London close, making it ideal for trend breakout trading during the London session.

Strategy Logic

The strategy uses two moving averages, one very fast and one very slow. The logic is as follows:

  1. Only enter at the London open (8 AM) when price breaks the fast MA. Go long if close or high breaks above fast MA, go short if close or low breaks below fast MA.

  2. Require previous bar's close to be above slow MA for long, below slow MA for short, to filter out non-trending moves.

  3. Use a very small stop loss of 50-100 points.

  4. No take profit, exits unconditionally at the London close (15:00).

Advantage Analysis

This is a very simple breakout strategy, but by properly utilizing the London session trend characteristics, it has the following advantages:

  1. Only enters in clear trends, avoiding choppy market risks.

  2. Trades breakouts only during London high volatility period.

  3. Small stop loss can withstand some retracement.

  4. Unconditional exit avoids overnight risks.

Risk Analysis

The strategy also has some risks:

  1. May stay flat for long periods when London has no clear trend.

  2. Stop loss risks of being stopped out on retracements.

  3. Early exit risks when strong trends require extended holding periods.

Mitigations include widening entry rules, using trailing stops to lock in profits, and dynamically adjusting exit time based on market conditions.

Optimization Directions

The strategy can be improved in several areas:

  1. Add other filters like RSI, Bollinger Bands to further avoid choppy markets.

  2. Optimize moving average combinations by testing different parameters.

  3. Test different stop loss sizes to find optimal range.

  4. Dynamically adjust exit time based on price action rather than fixed time.

  5. Test other currency pairs and timeframes.

  6. Add risk management like position sizing based on account size.

Summary

Overall this is a very simple and practical London session breakout strategy. It benefits from avoiding certain trading risks by properly utilizing session characteristics. There are also areas for further optimizations to improve robustness and profitability. The strategy provides a useful framework and template for effectively trading London session breakouts.

Source
Pine
/*backtest
start: 2023-09-08 00:00:00
end: 2023-10-08 00:00:00
period: 1h
basePeriod: 15m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=4

// strategy(title="2 ma breakout",shorttitle="2 ma breakout", initial_capital=10000,overlay=true, commission_type = strategy.commission.cash_per_contract, commission_value = 0.00008 )
timeinrange(res, sess) => time(res, sess) != 0
Strategy parameters
Strategy parameters
NY Open On
NY Session On
NY Close On
Aussie Open On
Aussie Session On
Aussie Close On
Asia Open On
Asia Session On
Asia Close On
Euro Open On
Euro Session On
Euro Close On
Show On Chart
From Day
From Month
From Year
To Day
To Month
To Year
len
Source
Length slow
Source
sl
Risk % of equity
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)