* Bump version to 0.1.13.
* Update readme.
* Change default ibc logfile path.
* Add `maximum_new_contracts` config parameter.
When operating in some accounts, you may encounter situations where
many options are written for the same strikes/symbols/expiries. This
might have the undesirable effect of creating too much exposure at a
particular price/expiry.
One simple solution is to allow an option to simply cap the number of
new contracts written at any given time. With this, ThetaGang should
normally spread the contracts out provided you are running ThetaGang at
regular intervals (i.e., daily or weekly).
Additionally, I tidied up/changed formatting of the toml files.
* Fix slightly confusing config log statement.
* Remove -t from docker commands.
* Refactor Docker build, support multi-arch.
This should resolve 172.
* Fix buildx setup.
* Use util.isNan() here.
* Drop armv7 due to openjdk issues.
* Rearrange docker build steps for caching.
* Fix build cache handling.
* Update config java path to work with Docker by default.
* Remove extraneous text.
* Add missing qemu step for buildx.
* Can't use --load w/ buildx and multi-arch.
* Switch base image version.
* Add back armv7.
* Add dev libraries back for docker build.
* Raise exception on timeout waiting for data.
* Filter out tickers that are missing prices.
* Refactor dockerfile.
* Refactor dockerfile a little more.
* Allow more time when waiting on data.
* When rolling near expiration, allow one to set a minimum P&L.
* Print DTE for positions.
* Better logger, more config comments.
* Fix buildx cache arg.
* Rearrange dockerfile, add to dockerignore.
* Cache the TWS installer step.
* Update ignore files, rearrange dockerfile slightly.
* Add python 3.7 support, use debian for docker images.
* Remove pandas dep.
* Simplify docker build, make wheel outside docker.
* Install CA certs.
* Add wheel package.
* Cache poetry.
* Fix cache name.
* Add cache ID.
* Fix python version.
* Fix file permissions.
* Cache all of cache dir.
* Update README.md
* Update README.md
* Update README.md.
* Sort positions by DTE before printing.