Modified from the original LazyBear code, with the following improvements: * updated for Pine Script v6 * added customization for input values, including bar color * added normalisation for all values to provide scale consistency * added signal markers * added alert code
The Waddah Attar Explosion (WAE), second panel from top, is a technical analysis indicator that combines trend detection, momentum, and volatility to identify potential trading opportunities. The main components of this indicator are:
1. Trend Component (t1): Calculated using the difference between two EMAs (fast and slow) Shows trend direction and strength Positive values indicate uptrend, negative values indicate downtrend The sensitivity multiplier amplifies these movements
2. Explosion Component (e1): Based on Bollinger Bands width (difference between upper and lower bands) Measures market volatility Wider bands indicate higher volatility Used to gauge potential for significant price movements
3. Dead Zone: Calculated using moving average of True Range Acts as a noise filter Helps eliminate false signals in low-volatility periods
The visual elements are explained as follows:
A. Green/Red Columns: Green columns: Upward trend movement (t1 > 0) Red columns: Downward trend movement (t1 < 0) Height indicates strength of the movement
B. Yellow Line (Explosion Line): Shows the volatility component (e1) Higher values suggest increased market volatility Used to confirm signal strength
C. Blue Cross (Dead Zone): Filters out weak signals Signals should exceed this level to be considered valid
Buy Signals occur when: * Green column is increasing * Movement exceeds dead zone * Momentum strength is above threshold * Indicates potential upward price movement
Sell Signals occur when: * Red column is increasing * Movement exceeds dead zone * Momentum strength is above threshold * Indicates potential downward price movement
Key Features of this Version compared to the LazyBear code:
Normalization Options: Can normalize values between 0-1 Helps compare across different timeframes/instruments Option for fixed or adaptive maximum values
Momentum Calculation: Based on trend strength relative to volatility Scaled based on explosion line range Helps confirm signal strength
Signal Visualization: Triangle markers for buy/sell signals Labels showing momentum strength Helps identify key trading opportunities
Usage Tips:
Signal Confirmation: Wait for columns to exceed dead zone Check explosion line for volatility confirmation Verify momentum strength Consider multiple timeframe analysis
Parameter Adjustment: Adjust sensitivity based on trading style Modify EMA lengths for different timeframes Fine-tune dead zone multiplier for noise filtering
Risk Management: Use with other indicators for confirmation Consider market conditions and volatility Don't rely solely on indicator signals
The WAE indicator is particularly useful for: * Identifying trend reversals * Measuring trend strength * Filtering out noise * Confirming breakout movements * Gauging market volatility