Daemon Goldsmith’s "Order Flow Trading for Fun and Profit" shifts focus from chart patterns to analyzing real-time, order-driven market liquidity. The methodology emphasizes identifying institutional "stop runs" and using tools like footprint charts to understand market sentiment. For a detailed overview of these concepts and potential applications, see the analysis at City Traders Imperium .
rule: aggressive_buy_follow condition: | last_trade.side == "sell" and last_trade.size > avg_trade_size(50) * 2.5 and best_ask - best_bid < spread_threshold action: type: market_buy size: last_trade.size * 0.1 reduce_only: false daemon goldsmith - order flow trading for fun and profit.pdf