Guide
How does the AlphaTrend Strategy with Trailing SL % strategy work ?
The AlphaTrend Strategy with Trailing SL % is a trading algorithm that combines trend analysis with a trailing stop loss mechanism to mitigate risk and capture trends. The strategy uses the Alpha Trend indicator, which is derived by comparing the current trend with its historical values, marked by a change in color when an upwards or downwards trend is detected.
Trade signals are generated based on crossings between the current Alpha Trend value and a delayed version of itself. A buy signal is triggered when the current Alpha Trend crosses above the delayed Alpha Trend, while a sell signal is initiated when the current trend crosses below.
To manage risk and protect profits, the strategy implements a trailing stop loss. This is dynamically adjusted based on a user-defined percentage from the current price, allowing for the position to remain open as long as the price doesn't reverse by the trailing stop percentage.
- Entry signals: The script marks buy or sell opportunities on the chart, with a clear distinction between the two, for a straightforward execution.
- Trailing stop loss: When enabled, this feature automatically adjusts the stop loss levels as the market moves, locking in profits and reducing potential downside.
The strategy is transparently plotted on the chart, providing visual cues for trailing stop losses for both long and short positions, thereby enabling traders to see their potential exit points.