Skip to content

v0.5.0

Choose a tag to compare

@fatwang2 fatwang2 released this 20 Mar 22:08
· 8 commits to main since this release

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 --preview or --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.

Full Changelog

v0.4.0...v0.5.0