Society & Economicspreprint2026-08-09

New edge proposed: accumulation_sweep_liquidity_grab — E8 Intelligence Research

Open access0 citations

Abstract

{ "name": "accumulation_sweep_liquidity_grab", "source": "ICT (Inner Circle Trader) / Smart Money Concepts", "type": "entry_engine", "rule": "Buy if price sweeps below the previous day's low by at least 0.1 ATR(14) and closes back above that low on the same bar or the next bar, with the current bar's close above the 20-period EMA.", "pseudocode": "prevLow = low[1]; atr = ATR(14); ema20 = EMA(20); if low < prevLow - 0.1*atr and close > prevLow and close > ema20: return BUY; else: return NEUTRAL;", "why_it_works": "Liquidity grabs sweep stop-losses below prior swing lows, trapping sellers before reversing as smart money accumulates into the exhaustion." } Author: Andrew Stewart Caldin, Independent Researcher, UK. Part of the E8 Intelligence Research series. Platform: e8intelligence.com

// Source

View paper (DOI)Open access versionOpenAlexZenodo (CERN European Organization for Nuclear Research)Published 2026-08-09

Authors: Andrew Stewart Caldin