Changelog

1.2.13

  • Adds signal provenance fields to Order:

    • created — date the order signal was created.

    • order_type — how the order originated (market, limit, stop_bar, stop_loss, stop_profit, stop_trailing).

    • intent — position intent (buy_to_open, buy_to_close, sell_to_open, sell_to_close).

  • Adds OrderType and PositionIntent enums.

  • Adds order_id parameter to PendingOrderScope.orders().

1.2.3

1.1.0

1.0.0

  • Initial release!