Type/to search

Adaptive Bollinger Bands Trend Tracking Strategy

Common strategy
Created: 2024-02-04 15:30:46
Last modified: 2 years ago
1
Follow
1802
Followers

img

Overview

This strategy uses adaptive Bollinger Bands indicator to identify the trend direction and market orders to track the trend with stop loss for efficient trend trading.

Strategy Logic

  1. Calculate the middle, upper and lower bands of Bollinger based on a certain period
  2. Go long when the price breaks through the upper band and go short when breaks the lower band to track the trend
  3. Use market orders for fast entry
  4. Set stop loss and take profit for position management

Advantages

  1. Adaptive Bollinger Bands are sensitive to market volatility for fast judgement of trend reversal
  2. Market orders ensure fast entry with reduced slippage risk
  3. Automatic stop loss and take profit strictly control the risk and lock in profit

Risks

  1. Bollinger Bands has some lagging nature, cannot fully avoid false breakouts
  2. Market orders cannot control the execution price precisely
  3. Proper setting of stop loss and take profit levels is needed

Optimization Directions

  1. Adjust Bollinger parameters for better sensitivity in judging trends
  2. Add indicators like volume or MACD to filter false breakouts
  3. Optimize stop loss and take profit levels

Summary

This strategy makes full use of Bollinger Bands’ advantage in judging trend directions and combines fast-exit market orders for trend tracking from both sides, gaining excess returns under controlled risk. Further improvements like optimizing Bollinger parameters, adding filtering indicators and adjusting stop loss/take profit logic can lead to better strategy performance. With clear logic and easy implementation, it is an efficient and reliable trend tracking trading strategy.

Source
Pine
/*backtest
start: 2024-01-04 00:00:00
end: 2024-02-03 00:00:00
period: 1h
basePeriod: 15m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © CryptoRox

//@version=4
Strategy parameters
Strategy parameters
Live
Start Timestamp
Start Delay
Leverage
Take Profit %
DCA when < %
Entry Level
Pivot Length
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)