# Trend Follower Legacy alias for `dumb_trader`. This filename is kept for compatibility while the side-only trader is being renamed. The active behavior lives in [`dumb_trader.md`](./dumb_trader.md). ## Notes - The runtime currently treats this strategy as a side-only executor. - It does not use trend data. - `trade_side` controls whether it can buy, sell, or hold when set to `both`. ## Useful Example ```json { "trade_side": "buy", "order_notional_quote": 25, "entry_offset_pct": 0.0035, "max_order_notional_quote": 40, "dust_collect": true, "cooldown_ticks": 3, "debug_orders": false } ```