Guide
How does the Trend Confirmation Strategy strategy work ?
The Trend Confirmation Strategy employs Supertrend, MACD, and VWAP to determine trade entry and exit points. The strategy signals long positions when the Supertrend is positive and the MACD is above its signal line, and vice versa for short positions. Additionally, it requires the price to be above the VWAP for long entries and below for shorts, leveraging the VWAP's role as a dynamic support or resistance level. Key elements include:
- Dual Indicator Confirmation: Utilizing Supertrend and MACD in tandem reinforces trend validation, striving to minimize false entries.
- Dynamic VWAP Level: The strategy factors in price proximity to VWAP, considering institutional sentiment and market balance points.
- Adaptive Stop-Loss: A variable stop-loss range accounts for volatility, reducing the risk of unnecessary trade exits due to minor price swings.
- Trailing Stop: To capitalize on favorable market moves, a trailing stop mechanism is employed, designed to protect gains as price advances.
- MACD Crossover Exits: The strategy suggests an exit when a counter MACD crossover occurs, a method that could be used to partially secure profits.
The script also plots Supertrend and VWAP indicators, and a histogram to visually represent MACD momentum changes. The strategy works in non-weekly or monthly timeframes, avoiding VWAP in longer periods as specified by the user.