- Fixed command line agrument parsing issues - All params in ``Algo()`` and ``Blotter()`` are now explicit and are overridden in runtime using command line arguments - Make sure expiry values aren't decimals - Requires ezIBpy >= 1.12.36 - Renamed ``force_resolution`` to ``force_res`` in ``Algo()`` - Using unified logging from latest ``ezIBpy`` (use ``self.log.LEVEL(...)`` instead of ``loggig.LEVEL(...)`` in your strategies) - Misc bugfixes and code improvements
*November 15, 2016*
1.5.32a
--------
- Set ``ticksize`` to ``0`` for stale ticks (for when using ``"force_resolution" = True``)
*November 13, 2016*
1.5.31a
--------
- Requires ezIBpy >= 1.12.32 - Added support for ``tif`` (time in force) parameter in order creation. Options are: ``DAY`` (default), ``GTC``, ``IOC`` and ``GTD``.