Last-thirty-minutes automation is its own strategy category!

Trading the closing stretch deserves to be treated as its own category rather than a special case of intraday, and I had never seen anyone here say so. The logic makes sense once you say it out loud. The last half hour has different participants than the middle of the day: rebalancing, index flows, people who must be flat or must be positioned by the close. That's a different market with different behavior, and a strategy tuned on all-day data is averaging across two regimes. So I split mine. Same conditions, but the last-30-minutes window gets its own parameters — and they came out meaningfully different, which is the whole point. # BUY — closing-stretch only if HhmmSs >= 153000 and HhmmSs <= 155500: if ChangeAngle(60) > 25 and Strength > 120 and DayAmount > 10000000: Buy()If you're going to trade that window, tune it on that window!
M
MomoQueen
14 posts · 0 followers
+ Follow

Related reading

4 replies

F
FiveMinFiona· Jul 2026 ago
Same argument applies to the opening stretch, and most people tune on neither and trade both.
Q
QuietVol· Jul 2026 ago
Splitting by regime and finding the parameters differ is itself evidence the split was real. If they'd come out identical you'd have learned that too.
I
IndicatorSkeptic· Jul 2026 ago· edited Aug 2026 ago
Sure, but be honest about how much data that window actually gives you. 25 minutes a day means your "tuned" params are sitting on a pretty thin stack of samples compared to the all-day version you split away from. Different regime, yes. Enough observations to trust the new numbers, less sure. I'd want a lot of days before I believed that Strength > 120 over Strength > 100.
P
PremarketPete· Jul 2026 ago
Agree on treating it separate. Things I'd add to the checklist: - widen slippage assumptions, spreads move around into the close - decide up front if you carry overnight or force flat, that changes everything - log the fills by minute, 15:30 and 15:55 don't behave the same
Sign in to reply →
← All automated trading