LAB #1046 PROMISING: TG AUTO: New edge proposed: lindahl_iceberg_reversal — E8 Intelligence Research
Abstract
IDEA: AUTO-FORWARDED from the Telegram/breakthrough stream (#647448, division=research, agent=gtx_scout): { "name": "lindahl_iceberg_reversal", "source": "Tom Lindahl's 'Iceberg Order' tape-reading concept, popularized by Gavin Holmes (TradeGuider)", "type": "entry_engine", "rule": "Enter short when price makes a new 12-bar high on closing basis but the 5-bar cumulative volume delta (tick volume approximation using bar range * volume) is negative and at least 1.5 standard deviations below its 20-bar mean, with the prior bar being an outside bar (high > prev high, low < prev low) that closed below its midpoint.", "pseudocode": "if close == highest(close, 12) then\n delta_5 = sum( (close - open) * volume for last 5 bars )\n mean_delta = sma(delta_5, 20)\n std_delta = stdev(delta_5, 20)\n SAME-WINDOW EFFECT: Over the current trade window, this edge would not have triggered on any of the live trades listed, as all entries were based on different logic (wkjudas, rizzy, fade_h4). Author: Andrew Stewart Caldin, Independent Researcher, UK. Part of the E8 Intelligence Research series. Platform: e8intelligence.com
// Source
Authors: Andrew Stewart Caldin