Description
Divergence for Many Indicators is an MQL5 build of LonesomeTheBlue’s multi-oscillator divergence scanner, rewritten natively for MT5 and tuned for Deriv synthetic indices. Instead of watching a single oscillator and hoping it is the right one, it scans up to eleven at once – MACD, MACD Histogram, RSI, Stochastic, CCI, Momentum, OBV, VWMACD, Chaikin Money Flow, Money Flow Index and an optional external indicator loaded through an iCustom hook – and reports every one that disagrees with price at the same pivot. The bar is then labelled with the names of the indicators that agree and a running count, so a divergence backed by six oscillators is instantly distinguishable from one backed by a single noisy reading. Both regular and hidden divergence are detected across four slots: price making a lower low while the oscillator makes a higher low is bullish regular, price making a higher high against a lower oscillator high is bearish regular, and the hidden pair inverts that logic to find continuation setups inside a trend. Every candidate is validated with a straight-line clearance test taken from the original script – a line is drawn between the two pivots and every bar between them must stay on the correct side of it, so divergences that look valid at the endpoints but are broken in the middle are rejected rather than drawn. Set a minimum agreement threshold and the indicator stays silent until that many oscillators line up. All eleven oscillators are reimplemented natively rather than through indicator handles, which makes the tool completely self-contained and testable in the Strategy Tester, and divergence is computed incrementally on new bars only because a full-history rescan runs to roughly twenty-two thousand operations per bar and would stall the terminal. Volume source is selectable with tick volume as the default, which is what Deriv synthetics require since they report no real volume. Bull and bear divergence counts are published as DRAW_NONE iCustom-readable buffers so an Expert Advisor can consume the confluence score directly, optional MA 50 and MA 200 plots give trend context, popup and push alerts are available, and a CSV emitter feeds the signal into an external Python or Telegram bridge. Works on Volatility, Boom, Crash, Step and Jump indices and equally well on gold, forex, indices and crypto. Free MT5 download.





Reviews
There are no reviews yet.