Triple Moving Average Quantitative Trading Strategy
Overview: This strategy is a typical technical analysis strategy that utilizes several common moving average indicators like EMA and auxiliary indicators like RSI, MACD, PSR to form entry and stop loss rules for finding low buy high sell opportunities.
Principle: The core of this strategy is the 5, 9, 21 day moving averages. When the short period MA crosses over the long period one, it signals an uptrend; when the short period MA crosses below the long period one, it signals a downtrend. In addition, RSI is used to determine overbought and oversold levels, MACD to judge the trend, PSR to identify support and resistance for combo trading. The background color shows market sentiment to assist trend judgment. The parameters are customizable for configuring entry rules.
Advantages:
- MA indicators give clear trend direction.
- RSI effectively spots overbought/oversold levels, MACD judges short-long trend, PSR finds key price levels. The indicators are complementary.
- Flexible entry rules and parameter settings.
- Many optimizable indicators and parameter combinations adaptable to varying market conditions.
Risks:
- Short-term operations may fail to capture major trend and miss reversals.
- Improper parameter configuration can lead to too many false signals or missing good signals.
- Pure technical indicators are susceptible to manipulation by arbitrageurs causing losses.
- Prone to being stopped out in high volatile markets.
Solutions:
- Capture mid-long term trend appropriately to avoid trading against major trend.
- Optimize parameters, use stop loss to control risks.
- Watch out the possibilities of pullback from highs and bounce from lows.
Optimization:
- Fine tune MA parameters for best combo.
- Add more indicators to filter signals.
- Increase machine learning metrics for probability estimate.
- Combine volume changes to enhance signal accuracy.
- Add stop loss to restrict loss expansion.
Summary: This strategy integrates multiple auxiliary signals, leverages the strength of MA indicators to identify short-term low buy high sell chances. Parameters and indicators combinations may be optimized continuously to improve strategy efficacy, but operation frequency and risks should be moderated to prevent oversized single trade loss from eroding overall profitability.
[/trans]
/*backtest
start: 2022-11-17 00:00:00
end: 2023-08-08 00:00:00
period: 1d
basePeriod: 1h
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/
//@version=3
strategy("f.society v7", title="f.society v7", overlay=true)
//@Author: rick#1414
// ------------------------------------------------------ 1
