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.
Create "Bracket Order Builder". On any new entry, immediately generate an OCO bracket: stop-market at the defined invalidation (default 0.8 ATR) and two profit targets at +1R and +2R, scaling out 50% at TP1. Include an emergency stop even if I plan to manage actively.
No-stop trades can become catastrophic during fast moves or platform issues.
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.
Prevents stop-limit misunderstandings in fast markets
Traders often misunderstand that stop orders trigger into market orders, while stop-limit orders can fail to execute during gaps or fast moves. This recipe prompts an order-type check before placing protective orders.
Auto-compile evidence and fight disputes before they cost you $2.40 per dollar
When a dispute hits, the hard part is collecting the right evidence fast. This recipe gathers order records, delivery proof, and customer messages into a processor-ready evidence pack for review or submission.
A living checklist that updates when codes do
Maintains versioned code compliance checklists — egress, occupancy, accessibility, fire safety, energy — and produces "delta memos" when jurisdictions adopt new code editions or local amendments. Your checklist stays current without starting from scratch every cycle.