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_idparameter to PendingOrderScope.orders().
1.2.3
Adds built-in indicators to the indicator module.
1.1.0
Adds support for the following stop types:
Stop loss
Trailing stop loss
Take profit
Upgrades
alpaca-trade-api-pythontoalpaca-pypackage.
1.0.0
Initial release!