v0.5.0
What's New
Advanced Order Types
New order types beyond MKT and LMT:
- Stop order (STP):
ibkr buy AAPL 10 --type STP --stop 200 --preview - Stop-limit order (STP LMT):
ibkr sell AAPL 10 --type "STP LMT" --stop 200 --limit 199.50 --preview - Trailing stop (TRAIL):
ibkr sell AAPL 10 --type TRAIL --trail-amount 2 --previewor--trail-percent 5 - Bracket order:
ibkr buy AAPL 10 --take-profit 260 --stop-loss 200 --preview— places parent + take-profit + stop-loss as linked orders
New CLI options: --stop, --trail-amount, --trail-percent, --take-profit, --stop-loss.
Skill Connection Priority
AI agent skill now prefers live profiles over paper by default (gateway-live > live > gateway-paper > paper), unless the user explicitly specifies paper trading.