the angle scaling thing in that crypto momentum writeup
read the crypto momentum entry piece in the strategy library. the one with the liquidity floor on it.
the part that stuck with me is the angle scaling. i never thought about it that way. degrees over a window, so the wider the window the more actual move you're demanding. that explains something. i had a version of this running with a 300s window and the same threshold i used on a 60s window. it never fired. not once. i figured my filter stack was too tight somewhere. it wasn't. the condition was just unreachable.
so two things i'm chewing on.
one. if i want a 5m window instead of 60s, what angle are people actually landing on. the piece gives the math for why you have to drop it but not a number. i can back into it but i'd rather hear what's held up live. i don't want to overshoot and end up with a filter that lets everything through.
two. the hold cap. 3600s. i get the logic, nothing else ends the trade when you're asleep, no session close, agreed. but it's labelled swing in the header. an hour cap on a swing horizon feels like it's cutting the runners off at the knees. or is the point that unattended isn't swing, it's just momentum with a timer bolted on.
also curious if anyone moves the volume floor around by pair or leaves it fixed. i'd assume fixed is safer but i've never tested it.
not asking for a config. asking what broke for you.