Type/to search

ATR and Volatility Index Based Trend Tracking Strategy

Common strategy
Created: 2024-01-04 15:31:34
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

This strategy uses Average True Range (ATR) and CHOP index as the main technical indicators to identify and track trends. It enters when the index breaks through the upper and lower rails, combined with the trend direction as entry signals; and exits with stop loss or take profit when the index re-enters the belt area.

Strategy Principle

  1. Use ATR to calculate the box size and construct the Renko channel to determine the price trend direction.

  2. Apply the CHOP index to judge if the market is suitable for trading. This index incorporates highest price, lowest price and ATR. When it is between 38.2-61.8, it indicates low market volatility; otherwise, it signals high volatility and unsuitable trading market.

  3. When the CHOP index breaks down the 61.8 upper rail, the price enters a downward trend. If the short-term fast EMA also shows the price is leading, go short. Conversely, when CHOP breaks up the 38.2 lower rail and the short-term EMA rises, go long.

  4. Use stop loss/take profit strategy. When the price re-enters the 38.2-61.8 belt area of CHOP, close the position with stop loss or take profit.

Advantage Analysis

This strategy combines trend judgment and volatility control, which can both capture price trends and control risks. It is a relatively stable trend tracking strategy.

  1. The Renko channel constructed by ATR can effectively track price trends.

  2. The CHOP index judges market volatility rate to avoid incorrect trading in violent fluctuations.

  3. Combining fast EMA to determine short-term trend direction avoids reverse operation.

  4. Stop loss/take profit strategy controls single loss.

Risk Analysis

The main risks this strategy faces:

  1. In sideways market, ATR channel and CHOP signals may produce incorrect signals. Fine tune parameters to filter out wrong signals appropriately.

  2. Single technical indicator combo cannot fully avoid losses. Manual intervention is needed to determine major trends.

  3. Stop loss position set too loose may lead to oversized single loss. Should narrow down stop loss magnitude properly.

Optimization Direction

This strategy can be optimized in the following aspects:

  1. Increase other auxiliary indicators to determine signals, like candlestick patterns, volume etc to improve signal accuracy.

  2. Optimize parameters of ATR and CHOP to capture price fluctuations better.

  3. Set dynamic stop loss/take profit positions for larger profit margins and faster stop loss.

  4. Properly loosen stop loss range after determining major trend to gain more profits in the trend.

Conclusion

This strategy integrates commonly-used technical indicators and is simple & practical. With parameter adjustment and optimization, satisfactory tracking effects can be obtained. But it still requires manual judgment of major trends and cannot be fully automated. It can serve as an auxiliary decision-making tool and reference for other strategies.

Source
Pine
/*backtest
start: 2022-12-28 00:00:00
end: 2024-01-03 00:00:00
period: 1d
basePeriod: 1h
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/
// © sharatgbhat

//@version=4
Strategy parameters
Strategy parameters
Max Intraday Loss(%)
Renko Assignment Method
Value
Price Source
Use True Range instead of Volume
Oscillating
Normalize
length
Offset
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)