Guide
How does the Hull Moving Average Swing Trader strategy work ?
The Hull Moving Average Swing Trader strategy employs two Hull Moving Averages (HMAs); one based on the current candle's opening price and the other on the previous candle's price data. It generates buy and sell signals based upon the crossover points of these HMAs:
- A buy signal occurs when the current HMA crosses above the HMA of the previous candle, indicating a potential uptrend.
- A sell signal is generated when the current HMA crosses below the previous candle's HMA, suggesting a possible downtrend.
On the TradingView chart, these signals are visually represented by a green view pane for buy signals and a red view pane for sell signals. The TradingView script is configured to enable backtesting within a user-defined date range. It uses the difference between a weighted moving average (WMA) and a multiple of it to calculate the crossovers, plotting them against price data for clear visualization.