STEM and MATCS Combined Momentum Trading Strategy
1
Follow
1781
Followers
This strategy is called the STEM and MATCS Combined Momentum Trading Strategy. It combines the Supertrend indicator with the MACD indicator to generate trading signals.
How the strategy works:
- Calculate the Supertrend indicator to generate buy and sell signals when price reverses.
- Calculate the fast, medium and slow MAs of the MACD indicator. Buy signals are generated when the fast MA crosses above the medium MA. Sell signals are generated when the fast MA crosses below the medium MA.
- Combine the signals from Supertrend and MACD, only taking trades when both indicators agree.
- Use the ATR indicator to calculate dynamic stop loss levels.
Specific trading rules:
- When Supertrend flips from down to up, and MACD fast MA crosses above medium MA, go long.
- When Supertrend flips from up to down, and MACD fast MA crosses below medium MA, go short.
- Exit rules: stop loss or take profit (optional).
Advantages of this strategy:
- Combining multiple indicators improves signal accuracy.
- Dynamic stop loss can limit individual big losses.
- Has both trend following and mean reversion capabilities.
Risks of this strategy:
- Incorrect Supertrend and MACD parameters may generate bad signals.
- Stop loss too close may result in frequent stop outs.
- Fees and slippage impact profits.
In summary, the STEM and MATCS Combined Momentum Trading Strategy enhances effects through indicator integration, suitable for short-term and medium-term trading. Stop loss application is critical for risk control. Traders need to reduce risks in live trading through parameter optimization and strict money management.
Source
Pine
/*backtest
start: 2023-09-07 00:00:00
end: 2023-09-14 00:00:00
period: 1h
basePeriod: 15m
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/
// © IncomePipelineGenerator
//@version=4
// strategy("STRAT_STEM_MATCS_BTC", overlay=true, pyramiding = 0, default_qty_value = 20, slippage = 5)Strategy parameters
Related strategies
Comment
All comments (0)
No data
- 1
