Type/to search

Trend Following Strategy Based on Breakout and Trailing Stop Loss

Cryptocurrency
Created: 2023-09-14 20:34:02
Last modified: 3 years ago
1
Follow
1781
Followers

This article explains in detail a trend trading strategy based on breakout entry and trailing stop loss exit. It builds long positions on upside breakouts and utilizes swing lows for stop loss trailing.

I. Strategy Logic

The main trading logic is:

  1. Use pivot points to calculate swing highs and lows.

  2. Take long positions when price breaks above swing highs.

  3. The most recent swing low is used as the aggressive stop loss.

  4. When a higher swing low appears, trail stop loss levels upwards.

This allows the strategy to capture strong trend moves after bullish resistance breaks. The trailing stop also locks in profits as the trend extends.

II. Advantages of the Strategy

The main advantages are:

  1. Breakout entry accurately captures trend starting points.

  2. Trailing stop maximizes profit capturing and reduces drawdowns.

  3. Stop loss levels have a buffer to prevent invalidation.

  4. Moving average filters can be added to avoid counter-trend trades.

III. Potential Risks

However, some potential risks also exist:

  1. Breakout signals may lag, causing missed early opportunities.

  2. Aggressive stops risk premature exit on normal retracements.

  3. Drawdown pressure needs to be endured.

IV. Summary

In summary, this article has explained a trend following strategy based on price breakouts and trailing stop loss. It effectively maximizes profits by trailing trends but needs to manage risks like stop loss invalidation. Overall it provides a simple and intuitive trend tracking methodology.

Source
Pine
/*backtest
start: 2022-09-13 00:00:00
end: 2023-02-03 00:00:00
period: 1d
basePeriod: 1h
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=4

// Revision:        1
// Author:          @millerrh
Strategy parameters
Strategy parameters
From Year
From Month
From Day
To Year
To Month
To Day
Color Background - Test Period?
Use MA for Filtering?
MA Type For Filtering
MA Period for Filtering
Stop Loss Buffer off Swing Low (%)
Color Background for Trades?
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)