Lock risk after keybinding changes
Traders report accidental trades after changing hotkeys or platform settings. This recipe forces a test step and temporarily reduces risk after any hotkey/layout change.
Create "Hotkey Safety Mode". When I say I've changed hotkeys/settings: require a dry-run checklist, then cap the next 3 trades at 50% normal size and tag them "post-hotkey-change".
Small platform changes can create big execution mistakes.
Catches wrong quantity or off-market limit prices
Traders frequently report costly order entry mistakes (wrong limit price, wrong size), especially while rushed. This recipe blocks orders that look like outliers relative to current price and usual size.
Auto-attach stop and targets to every entry
Traders repeatedly describe disasters caused by missing stops (outages, emotion, hesitation), and also describe bracket/OCO orders as a practical fix. This recipe auto-builds a bracket every time.
Reduce travel stress with checklists and realistic routines
Builds a travel plan that covers safety basics, sleep/meal routines, and packing checklists for car or air travel — so you're not improvising under pressure.
Catch the ALTER TABLE that would lock your production database for 45 minutes
Reviews database migration scripts for dangerous operations — long-running locks, data loss risks, and backward-incompatible changes. Suggests safe alternatives using online schema change tools.