Guide
How does the Strategy #3 HalfTrend (Originally By everget) strategy work ?
The Strategy #3 HalfTrend relies on the HalfTrend indicator to signal entry points for trades. It activates a buy signal when there’s a transition from a downward to an upward trend, marked by up arrows. Conversely, sell signals are generated upon trend reversal from up to down indicated by down arrows. The core of the strategy is identifying these pivot points of trend change for decision-making.
- Multi Take Profit Targets: Traders can set multiple take profit levels and a stop loss. These can be specified as a fixed percentage or by using Average True Range (ATR) multipliers to adjust for market volatility.
- Backtesting Flexibility: The strategy allows traders to modify the backtesting window to test the strategy's effectiveness during specific time frames.
- Trade Execution: When a long condition based on the HalfTrend signal and the designated backtest period is true, a buy order is triggered. For long positions, traders can define up to three take profit (TP) targets and a stop loss (ST) level, using either a fixed percentage or ATR for dynamic adjustment. The strategy will automatically close the position using a force exit condition when a sell signal appears.