Type/to search

Multi-indicator Trend Following Strategy with Stop Loss and Take Profit

Cryptocurrency
Created: 2023-09-15 15:39:32
Last modified: 3 years ago
1
Follow
1781
Followers

Strategy Overview

The multi-indicator trend following strategy with stop loss and take profit incorporates indicators like EMA, MACD, OBV and PSAR to determine the trend direction, and sets stop loss and take profit after entering trades to control risks. It synthesizes multiple factors to confirm trading signals, while strictly managing the reward and risk of each trade when following trends.

Strategy Logic

  1. Determine trend direction: when EMA, MACD, OBV and PSAR align to give bullish or bearish signals.

  2. Entry rules: go long on bull signals, go short on bear signals.

  3. Stop loss/take profit: set stop loss and take profit for each trade based on PSAR levels after entry.

  4. Exit rules: close positions when stop loss or take profit is triggered.

The advantage of this strategy is using multiple indicators for high-probability signal generation, while the stop loss/take profit rules actively control risks while locking in profits. Indicator mix and parameter settings can be optimized based on market conditions.

Advantages of the Strategy

  • Multiple indicators combine for high-probability signals

  • Stop loss/take profit actively controls risks

  • Take profit/stop loss based on PSAR levels

  • Flexible indicator and parameter optimization

  • Sustained profits in trends

Risk Warnings

  • Complex multi-indicator combination

  • Potential signal lag risks

  • Watch out for reversals and ranges

  • Constant parameter testing and optimization needed

Conclusion

The multi-indicator trend following strategy with stop loss and take profit comprehensively improves trend trading by enhancing accuracy and actively managing risks. Through repetitive testing on different markets and parameters, it can be optimized into a robust and reliable quantitative system.

Source
Pine
/*backtest
start: 2023-08-15 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/
// © exlux99

//@version=4
Strategy parameters
Strategy parameters
Short Length OBV
Long Length OBV
PSAR START
PSAR INC
PSAR MAX
Length EMA
Source
Fast Length MACD
Slow Length MACD
Source
Signal Smoothing MACD
Simple MA (Oscillator)
Simple MA (Signal Line)
longEntry
shortEntry
Comment
All comments (0)
No data
No data
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)