A whale signal means Xtrend sees unusually large size that matters right now. Sometimes that comes from real aggressive trading going through the tape. Sometimes it comes from a very large live DOM level near price. The guide below shows both in a simple customer-friendly way.
Here is the simple version from detection to chart signal.
Xtrend watches for a very large same-side burst of executed volume, or a very large live DOM level near price.
The size has to pass the threshold. If DOM fallback is used, it must also be close enough and strong enough versus average depth.
Xtrend draws a whale tag and, if enabled, keeps a live horizontal whale line while the signal is still active.
The strategy can then apply its own timing, debounce, and priority rules before deciding whether to enter.
Same feature, opposite side of the market.
A bid whale means the buy side is the one showing the unusual size. That can come from large aggressive buying or, with DOM fallback on, a strong bid queue close to price.
An ask whale means the sell side is the one showing the unusual size. That can come from large aggressive selling or, with DOM fallback on, a strong ask queue close to price.
These are related, but they are not exactly the same thing.
This is the pure whale logic from the tape. Real trades hit the market with unusually large same-side size, then Xtrend prints a normal whale tag.
This is the backup version. If the nearby DOM level is very large compared to normal depth and stays there long enough, Xtrend can draw a whale-style signal even without a tape whale.
Customers can read the whale tag from left to right.
WB 260 or WA 260.
Each card explains what the setting does and what lower vs higher usually means.
UseBMWhale
This is the main switch for the whale feature.
WhaleThreshold
This is the minimum size needed for a normal tape whale.
BMWhaleProximityTicks
This mainly matters for the DOM fallback version. The level has to be near current price.
FlipWhaleSide
This flips the whale direction reading without changing the raw size itself.
WhaleHoldSec
This is the visual hold window for the live whale display.
UseBMWhaleDomFallback
This lets Xtrend use a strong nearby queue as a whale-style fallback when conditions are met.
BMWhaleDomThreshold
The visible queue needs a minimum raw size before it can count as a DOM whale.
BMWhaleDomRelativeToAvgDepth
Xtrend compares the queue to average nearby depth so it only keeps levels that truly stand out.
BMWhaleDomMinPersistenceMs
The queue cannot just flash for an instant. It needs to persist long enough first.
ShowLiveWhaleLine
This is only a visual choice. It does not change whether the whale exists.
These are the extra strategy controls around a whale signal after the indicator already found one.
WhaleMinSecondsBetweenTrades
This does not change whale detection. It only controls how long the strategy waits before taking another whale-based trade.
WhalesSkipDebounce
When this is on, the strategy can react to a whale faster instead of waiting for the normal BM stability count.
BMPriorityWhale
If multiple BM signals happen together, the strategy compares their priority values.
If you want to explain the whale feature in one sentence, use one of these: