the 40 min time stop in that sleep-safe crypto setup — too blunt?
read the unattended crypto piece in the strategy library last night (the one with three separate exits) and I can't stop chewing on one part.
the bit I actually agree with straight away: writing the three exits as separate branches instead of one big or-condition. I've done the clever one-liner thing before and then stared at it half asleep on a phone screen trying to work out which clause fired. so yeah, boring code as a safety feature, sold.
what I'm stuck on is HoldTime >= 2400. forty minutes and out, no questions asked. on the entry side it's asking for real momentum — big turnover, strength gate, plus an angle over a 2 min window. so you're deliberately buying things that are moving. then the time exit treats a runner and a dead sideways bag exactly the same. feels like the one exit that can cut the trade that was actually paying you.
things I'm considering instead of just raising the number:
- leave 2400 but only apply it if profit is under some small threshold, so flat-and-boring gets flushed and a winner is left alone
- keep it strict, accept the clipped tails, on the grounds that unattended means unattended
the other thing that got me was the angle scaling note, same degrees over a longer window demands way more actual movement. I wanted to widen my window to filter noise, but if I widen and keep the threshold I'm quietly making my gate much harsher without noticing. so what's the sane way to pick the new threshold when you change the window? do people re-derive it or just eyeball how many entries per day they still get?
curious what the unattended crowd here does. I'm running perps so my downside branch matters more than most, and I do NOT want to be the guy who softened a stop at 3am.