Type/to search

Dual Moving Average Crossover Strategy

Cryptocurrency
Created: 2023-12-01 18:18:16
Last modified: 3 years ago
1
Follow
1779
Followers

img

Overview

This strategy is based on the dual moving average crossover trend following system. It combines fast simple moving average (SMA) and slow weighted moving average (VWMA), and generates trading signals when the two lines cross each other.

When the fast SMA crosses above the slow VWMA, a buy signal is generated. When the fast SMA crosses below the slow VWMA, a sell signal is generated. The strategy also employs stop loss mechanism to control risks.

Strategy Logic

The core logic of this strategy lies in the dual moving average crossover system. Specifically, it utilizes the following technical indicators:

  1. Simple Moving Average (SMA): Arithmetic mean of closing prices over the past n days, reflecting recent average price.
  2. Weighted Moving Average (VWMA): Weighted mean of closing prices over the past n days, assigning higher weights to more recent prices, responding faster to price changes.

The fast SMA has a shorter lookback period to react swiftly to price changes, while the slow VWMA has a longer lookback period for smoothing. When short-term and long-term trends align in the same direction, the fast SMA crossing above the slow VWMA generates buy signals, while crossing below generates sell signals.

The strategy also sets up stop loss mechanisms. It cuts losses in time when price moves in unfavorable directions.

Advantage Analysis

  1. Responds swiftly in tracing market trend changes
  2. Good drawdown control with effective stop loss mechanisms
  3. Simple and intuitive, easy to understand and implement
  4. Optimizable parameters across varying market environments

Risk Analysis

  1. Dual MA strategies tend to give false signals in bull markets
  2. Inappropriate parameter tuning could lead to losses
  3. Occasional flash crashes could cause losses

Risk Management:

  1. Employ trend filtering indicators for confirmation
  2. Optimize parameter settings
  3. Adopt stop loss strategy to reasonably control single loss

Optimization Directions

The strategy can be enhanced in the following aspects:

  1. Incorporate other indicators like RSI, Bollinger Bands to increase signal accuracy
  2. Optimize length of moving averages across cycles
  3. Combine volume indicators, trade at points with significant capital flows
  4. Adjust parameters based on backtest results to find optimum
  5. Employ dynamic stop loss, adjusting stops based on market volatility

Conclusion

In conclusion, this is a very practical trend following strategy. It uses intuitive dual moving average crossovers to generate trading signals, capturing trend changes effectively with the coordination of fast and slow moving averages. The stop loss mechanism also ensures good risk control. With complementary indicators and parameter optimization, the strategy can achieve even better trading performance.

Source
Pine
/*backtest
start: 2023-11-23 00:00:00
end: 2023-11-28 00:00:00
period: 15m
basePeriod: 5m
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=4
//strategy(title="Bitlinc Entry v0.1 VWMA / SMA / MRSI SQQQ 94M", overlay=true, initial_capital=10000, currency='USD')

strategy(title="Bitlinc Entry v0.1 VWMA / SMA / MRSI SQQQ 94M", overlay=true)
Strategy parameters
Strategy parameters
Simple MA Source
Simple MA Length
VW MA Source
VW MA Period
From Month
From Day
From Year
To Month
To Day
To Year
v_input_11
v_input_12
v_input_13
oversold
overbought
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)