Type/to search

EMA/ADX/VOL-CRYPTO KILLER

Cryptocurrency
Created: 2023-12-05 11:03:37
Last modified: 3 years ago
1
Follow
1779
Followers

img

A quantitative trading strategy that uses an EMA system to determine trend direction, ADX indicator to determine trend strength, and incorporates trading volume filtering for entry

Principle

The strategy first uses 5 EMAs of different periods to judge the price trend direction. When all 5 EMAs rise, it is judged as a bullish trend formation. When all 5 EMAs fall, it is judged as a bearish trend formation.

It then uses the ADX indicator to judge the strength of the trend. When the DI+ line is higher than the DI- line and the ADX value exceeds the set threshold, it is judged as a strong bullish trend. When the DI- line is higher than the DI+ line and the ADX value exceeds the set threshold, it is judged as a bearish trend.

At the same time, breakthroughs in trading volume are used for additional confirmation, requiring the trading volume of the current K-line to be greater than a certain multiple of the mean volume over a period, thereby avoiding wrong entries in low volume positions.

Combined with the comprehensive judgment of trend direction, trend strength and trading volume, the long and short opening logic of this strategy is formed.

Advantages

  1. Using an EMA system to judge trend direction is more reliable than a single EMA.

  2. Using the ADX indicator to judge the strength of the trend avoids wrong entries when there is no clear trend.

  3. The trading volume filter mechanism ensures sufficient trading volume support and enhances the reliability of the strategy.

  4. Multiple condition comprehensive judgment makes opening signals more precise and reliable.

  5. The relatively large number of strategy parameters allows performance improvements through ongoing parameter optimization.

Risks and Solutions

  1. In range-bound markets, EMA, ADX and other judgments may give wrong signals, resulting in unnecessary losses. Parameters can be adjusted appropriately or other indicators can be added for auxiliary judgment.

  2. The trading volume filter conditions may be too strict, missing market opportunities. The parameters can be appropriately reduced.

  3. The trading frequency generated by the strategy may be relatively high. Attention should be paid to money management and the size of single positions should be appropriately controlled.

Optimization Directions

  1. Test different parameter combinations to find optimal parameters to improve strategy performance.

  2. Add other indicators such as MACD, KDJ to combine with EMA and ADX to form a more powerful comprehensive open position judgment.

  3. Add stop loss strategies to further control risks.

  4. Optimize position management strategies to achieve more scientific capital management.

Summary

By comprehensively considering price trend direction, trend strength and trading volume information, this strategy forms opening rules to avoid some common traps to some extent and has relatively strong reliability. But it still needs further improvement of the strategy system through parameter optimization, indicator selection and risk control to further improve performance. In general, this strategy framework has great potential for expansion and optimization space.

Source
Pine
/*backtest
start: 2022-11-28 00:00:00
end: 2023-12-04 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/
// © BabehDyo

Strategy parameters
Strategy parameters
  Source
  1-EMA Length
  2-EMA Length
  3-EMA Length
  4-EMA Length
  5-EMA Length
ADX
  Adx Type
  Adx Length
  Adx Treshold
Range Filter
  Period
  mult.
Volume
  Volume mult.
  Volume lenght
  Volume mult. 1
  Volume lenght 1
Target Point
  % TP Long
  % TP Short
Stop Loss
  % Stop loss
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)