https://github.com/kzhdev/alpaca_zorro_plugin/releases/tag/v1.2.0

v1.2.0

- Added AlpacaBrokerCommands.h header file.
- Added fractional qty support
* Added AlpacaFractionalLotAmount config. Set this config will modify the LotAmount of a fractionable asset. For example: with AlpacaFractionalLotAmount = 0.0001 in the Zorro.ini or ZorroFix.ini, enterLong(1) places bid of 0.0001 shares of a fractionable asset
* Use BrokerCommand(IS_ASSET_FRACTIONABLE, Asset) to check if current Asset is fractionable. (Need to include AlpacaBorkerCommands.h in the strategy)
- Fix MOC and MOO order can't open error.
- Added IS_ASSERET_FRACTIONABLE, IS_ASSET_SHORABLE, IS_ASSET_EASY_TO_BORROW, IS_ASSET_MARGINABLE custom broker commands
- Added a Description column in the generated AssetList.csv

Last edited by kzhao; 11/15/21 20:09.