Empirical Mode Decomposition Based Quantitative Trading Strategy
1
Follow
1802
Followers
Overview
This strategy is based on the Empirical Mode Decomposition (EMD) method to decompose the price series and extract features from different frequency bands, combined with the mean to generate trading signals. It is mainly applicable for medium and long term holdings.
Strategy Logic
- Use the EMD method to bandpass filter the price and extract price fluctuations
- Calculate the moving average of peak and trough sequences
- Generate trading signals when the mean line exceeds a certain percentage of peak and trough lines
- Long or short based on trading signals
Advantage Analysis
- The EMD method can effectively decompose the price series and extract useful features
- The peak and trough lines control the strategy to trade only when the price fluctuation is greater than a certain amplitude
- Combined with the mean line, it can effectively filter out false breakouts
Risk Analysis
- Improper selection of EMD method parameters may lead to overfitting
- It takes a long cycle to form a transaction signal and cannot adapt to high frequency trading
- Unable to cope with market conditions with dramatic price fluctuations
Optimization Directions
- Optimize the parameters of the EMD model to improve adaptability to the market
- Combine other indicators as stop loss and take profit signals
- Try different price series as strategy input
Summary
This strategy uses the empirical mode decomposition method to extract features from the price series and generates trading signals based on the extracted features, realizing a stable medium and long term trading strategy. The advantage of this strategy is that it can effectively identify periodic features in prices and issue trading orders during large fluctuations. But there are also certain risks, and further optimization is needed to adapt to more complex market environments.
Source
Pine
/*backtest
start: 2022-12-15 00:00:00
end: 2023-12-21 00:00:00
period: 1d
basePeriod: 1h
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/
//@version=2
////////////////////////////////////////////////////////////
// Copyright by HPotter v1.0 12/04/2017
// The related article is copyrighted material from Stocks & Commodities Mar 2010Strategy parameters
Related strategies
Comment
All comments (0)
No data
- 1

