Abiroid Waddah Scanner

45 $

Buy from MQL5
  • Waddah Trend, Explosion Increase/Decrease
  • Trend Percentage with Threshold
  • DeadZone
  • Trend Direction Aligned Checks
  • Highlight and Alerts
  • Multi-Timeframe & Multi-Currency

All products are non-refundable. Since these are digital products. No source code available, only executables. Please read product description carefully before buying.

Description

Waddah Explosion Scanner Features:

  • Waddah Trend, Explosion Increase/Decrease
  • Trend Percentage with Threshold
  • DeadZone
  • Trend Direction Aligned Checks
  • Highlight and Alerts
  • Multi-Timeframe & Multi-Currency

 

Customizable Threshold:

With customizable threshold, you can identify best trading opportunities in volume-based trading.

  • Use Trend Height (x times Explosion): Trend height in relation to the explosion signal (customizable threshold).
  • Trend Percent: Compares the trend height to the maximum trend and applies a threshold for trend percent.
  • Trend Increase/Decrease: Trend increase or decrease compared to the previous bar.
  • Explosion Increase/Decrease: Explosion increase or decrease compared to the previous bar.
  • Trend or Explosion Threshold (Values in Points): Waddah value or explosion value needs to be above this threshold.

 

Alerts:

  • Alerts based on trend height, trend percent, trend increase/decrease, and explosion increase/decrease.
  • Debug messages on/off

 

Video Tutorial:

 

Free Demo:

Demo limited to any 3 pairs.

 

Free Simple Multi-meter:

Simple Waddah Multimeter

 

Waddah Explained:

https://abiroid.com/waddah-attar-explosion-for-scalping/

 

Components:

Waddah Trend:

This is a histogram using red and green color lines. Red means Down trend and Green means Up trend.

Calculated using MACD trend difference between current and previous bar using “Waddah Sensitive” multiplier. It adjusts the sensitivity of the overall indicator. Generally speaking, the smaller the time frame and/or slower the market and conversely, the larger the timeframe and/or market volatility, the higher the number. The typically accepted range is 75-150. Default is 150.

Explosion: 

Yellow line is calculated using Bollinger bands upper and lower difference. Which gives best way to know when market is in low volatility or high volatility mode.

Dead Zone:

The white line in image. We can define any point value here. Any waddah values below this line will be skipped. So good to find really high volume signals.

 

Scanner Symbols:

 

Alerts/Highlights:

 

Alignment:

The values will be comma separated corresponding to timeframes which are also comma separated.

Suppose M15,M30,H1 are timeframes, and “Trend Alignment Check (for Timeframes)” is “a,b,c” then a corresponds to M15; b corresponds to M30 and c corresponds to H1.

First timeframe value will be used to compare all other values. It will be the “Reference Timeframe”. Which is why it must be > 0. It cannot be 0 or negative.

 

Trend Direction Values:

It will consider 3 checks:

  • Waddah Trend (Green: Up Trend and Red: Down Trend)
  • Explosion: If Waddah is above Explosion line (Yellow line)
  • Trend Bars: If Trend had started at least within “trend bar” number of past bars.

Use the following values in a comma separated list. In “Trend Alignment Check”.

Each value will correspond to it’s timeframe. Negative values mean opposite trend

No Check:

   ALIGN_NO_CHECK = 0,

 

Only Waddah Trend Direction (Color):
   ALIGN_SAME_DIRECTION = 1,
   ALIGN_OPPOSITE = -1,
The TrendBars and Explosion are not checked. They can be anything.

 

Waddah & No Explosion:

   ALIGN_SAME_NO_EXPLOSION = 2,
   ALIGN_OPP_NO_EXPLOSION = -2,
Trend bars are not checked. Waddah trend color matched and it should be below yellow explosion line.

 

Waddah & Explosion:

   ALIGN_SAME_EXPLOSION = 3,
   ALIGN_OPP_EXPLOSION = -3,
Trend bars are not checked. Waddah trend color matched and it should be above yellow explosion line.

 

Waddah & Trend Bar:

   ALIGN_SAME_TRENDBAR = 4,
   ALIGN_OPP_TRENDBAR = -4,
Explosion line is not checked. Waddah trend color matched and trend should have started within “TrendBars” number of bars

 

Waddah & Trend Bar & No Explosion:

   ALIGN_SAME_NO_EXPLOSION_TRENDBAR = 5,
   ALIGN_OPP_NO_EXPLOSION_TRENDBAR = -5,
All 3 checked: Waddah trend color matched and trend should have started within “TrendBars” number of bars. And waddah should be below explosion line.

 

Waddah & Trend Bar & Explosion:

   ALIGN_SAME_EXPLOSION_TRENDBAR = 6,
   ALIGN_OPP_EXPLOSION_TRENDBAR = -6
All 3 checked: Waddah trend color matched and trend should have started within “TrendBars” number of bars. And waddah should be above explosion line.
(This is strongest signal)

 

Example:

Let’s say your timeframes are M15,H1,H4
And your values for “Trend Alignment Check” are 6,-4,3
And “Alert/Highlight Within TrendBars” is 5.
Then for M15: Get Waddah trend direction color. And waddah should be above explosion line. And trend should have started within 5 past bars and not more.
For H1: Check if trend direction is opposite to M15. Since it is negative 4. And trend should have started within 5 past bars.
For H4: Since value is 3: Check if waddah trend is same as M15 and waddah should be above explosion line.

 

Highlights:

These will work separately. They are not dependent on Alignment.
  • waddah is above the explosion line
  • trend had started “TrendBars” back
  • And all values are above thresholds

Same is true for individual timeframe alerts.

No highlight means one of these conditions didn’t match.

 

Thresholds:

 

Trend Height: means waddah x times explosion line. Suppose waddah is 0.4 and explosion line is 0.2, then waddah trend height will “x2”
Trend Percent: means waddah compared to the Max waddah detected so far. Within Max Past bars. Suppose Max waddah so far was 0.4 and current waddah is 0.2, then Trend Percent will be 50%
Threshold Explosion and Threshold Trend are in points.
Suppose for EURUSD has 1 point as 0.00001. Then 15 will be 0.00015. Keep blank to avoid this check.
Waddah needs to be above Threshold Trend.
Explosion line needs to be above Threshold Explosion to get an alert.

Settings:

Scanner Settings:

  • shiftBars: Shift (Min 0) – Specifies the number of bars to shift on the chart. Minimum value is 0.
  • MaxPastBars: Max Past Bars – Sets the maximum number of past bars to consider for analysis.
  • RefreshAfterTicks: Refresh After Ticks (0: Disable) – Controls the refresh rate of the scanner based on the number of ticks. Set to 0 to disable.
  • MaxSpread: Use Max Spread (0: Disable) – Enables the use of a maximum spread limit. Set to 0 to disable.

https://abiroid.com/abiroid-scanner-dashboard-common-settings/

 

Scanner Appearance:

  • InfoSameLine: All Info Same Line – Specifies whether to display all information on the same line.
  • UpStrong_color: Strong Bullish Color – Sets the color for strong bullish signals (above the trigger line).
  • DnStrong_color: Strong Bearish Color – Sets the color for strong bearish signals (above the trigger line).
  • UpWeak_color: Weak Bullish Color – Sets the color for weak bullish signals (below the trigger line).
  • DnWeak_color: Weak Bearish Color – Sets the color for weak bearish signals (below the trigger line).
  • None_color: None Color – Sets the color for signals below the dead zone.
  • ExtraInfoColor: Info Color – Sets the color for additional information or explosion line info.
  • Bullish_BG: Bullish Background Color – Sets the background color for bullish signals.
  • Bearish_BG: Bearish Background Color – Sets the background color for bearish signals.
  • spacing: Spacing – Specifies the spacing between different elements.

Alerts On/Off:

  • TrendBars: Alert/Highlight Within TrendBars – Sets the number of bars within which alerts/highlights should occur.
  • AlertOnExplosion: Alert on Explosion and Threshold – Enables alerts on explosion and threshold values for individual timeframes.
  • TrendAlignDirection_Str: Trend Alignment Check – Specifies the trend alignment direction for different timeframes.
  • AlertOnlyAlign: Alert Only On Aligned – Controls whether to alert only when all timeframes are aligned with the first timeframe.
  • AlertOnlyOnce: Alert Only Once Per Bar – Determines whether to trigger alerts only once per bar.
  • DetailedDebug: Detailed Debug in Logs – Enables detailed debugging information in logs.

Keeping debug logs true will show you why an alert or highlight was ignored:

 

Changelog:

v1.0 Base version

v1.1 Added Thresholds

v1.2 Added Alignment Checks

v1.3 Added explosion on/off to alignment checks

Additional information
Shipping & Delivery
Subscribe
Notify of
Oldest
Newest Most Voted
Inline Feedbacks
View all comments