Releases: dfelton/kobens-gemini
Releases · dfelton/kobens-gemini
2.0.0
1.0.1
1.0.0
What's Changed
- Revised command names by @dfelton in #5
- New flow by @dfelton in #10
- improvements to a scrappy file by @dfelton in #34
- Trade Model by @dfelton in #35
- Null default by @dfelton in #40
- null default by @dfelton in #41
- type error fixes by @dfelton in #42
- Tech debt/unused classes by @dfelton in #43
- Request Objects by @dfelton in #44
- db for throttler by @dfelton in #49
- CircleCI project setup by @dfelton in #50
- Added a Code Sniffer to CircleCI build by @dfelton in #53
- resolves issue #54 by @dfelton in #55
- add ext-bcmath by @dfelton in #56
- Remove unused stuff by @dfelton in #57
- Remove unused use statement by @dfelton in #60
- New Trading Pairs Support by @dfelton in #61
- Support for any PairInterface in PricePointGenerator by @dfelton in #52
- Fix symbol skipping; organization refactoring by @dfelton in #62
- Genorder class; linkusd trading by @dfelton in #63
- Many more options added to the watcher by @dfelton in #64
- update amphp/websocket to 1.0.0 by @dfelton in #65
- Bugfix/misc fixes by @dfelton in #69
- Feature/formatting by @dfelton in #73
- mmm yes by @dfelton in #74
- Bugfix/rate limit exception by @dfelton in #75
- Use method instead of directly accessing property by @dfelton in #78
- Rreporting Cleanup by @dfelton in #82
- Reporting Improvements by @dfelton in #83
- Fix infinite loop bug by @dfelton in #84
- Ability to add to a trade repeater position in "BUY_READY" status by @dfelton in #85
- Add amount precision & Nonce Bug fix by @dfelton in #86
- Fixes #88 PHP Fatal Error by @dfelton in #89
- Big fucking update by @dfelton in #94
- Catch \Amp\Websocket\ClosedException by @dfelton in #95
- just a note by @dfelton in #96
- Bugfix/get past trades bad gateway by @dfelton in #98
- TradeRepeater\AddToPosition - Filter by symbol and price range by @dfelton in #100
- where not null by @dfelton in #101
- CLI Command: Pair Info by @dfelton in #103
- AddToPosition: Output summary by @dfelton in #104
- Report lowest and highest position by @dfelton in #105
- Misc touchups by @dfelton in #106
- TypeError bugfix by @dfelton in #107
- organize use statements by @dfelton in #108
- eliminate hard coded exit codes by @dfelton in #109
- Remove files used when semi-manual / semi-scripted trading was occurring by @dfelton in #110
- Fix application initialization by @dfelton in #111
- heavier usage of traits by @dfelton in #112
- oops by @dfelton in #113
- Added bchusd, mkrusd, uniusd,and zrxusd by @dfelton in #114
- Args and logs by @dfelton in #116
- Various cleanups by @dfelton in #117
- Fix #121 - cannot divide by zero by @dfelton in #122
- Misc tech debt and one new feature (pull funds from bucket) by @dfelton in #123
- InvalidNonceException tries again by @dfelton in #125
- Handle ClosedException by @dfelton in #127
- Just some small fixes when no data was available by @dfelton in #128
- Bucket stuff by @dfelton in #129
- Help allow more than one bot on same machine by @dfelton in #130
- Handle GatewayTimeoutException by @dfelton in #133
- Bugfix/display fix by @dfelton in #134
- Minor fixes by @dfelton in #136
- Fixes #137 by @dfelton in #138
- Fixes #139 by @dfelton in #140
- fucked that one up by @dfelton in #141
- handle DnsException by @dfelton in #144
- handle UnprocessedRequestException by @dfelton in #146
- alternate colors on output rows by @dfelton in #147
- Handle MaxIterationsException by @dfelton in #149
- Adjust logic for when we receive a socket sequence of zero after init… by @dfelton in #151
- Organize namespace by @dfelton in #152
- Ping connection used for throttling by @dfelton in #153
- Validate precision, move amount arg to end by @dfelton in #155
- improved handling of reopening a book; improved output formatting by @dfelton in #156
- handle when there are no orders by @dfelton in #157
- Average Order Size by @dfelton in #160
- Improved output formatting, actually execute the ping by @dfelton in #161
- WIP - USD Profits Distributor by @dfelton in #162
- USD Profits Distributor - Added Strategies by @dfelton in #163
- invoke the usd profits distributor by @dfelton in #164
- mean half a cent by @dfelton in #165
- CLI Command for adding/removing from a bucket by @dfelton in #166
- just correct the echo string no biggie by @dfelton in #170
- Handle gateway exceptions by @dfelton in #171
- Handle exception(s) on cancel order request by @dfelton in #173
- upgrade packages by @dfelton in #177
- Feature/new pairs by @dfelton in #178
- Ping database on heartbeat by @dfelton in #180
- default 10 minutes by @dfelton in #181
- changed defaults & names by @dfelton in #182
- upgrade kobens/kobens-core by @dfelton in #183
- add abbreviation by @dfelton in #184
- New Trading Pairs by @dfelton in #193
- Handle MaintenanceException; Revise informational output by @dfelton in #194
- Handle SystemException by @dfelton in #196
- Ping public throttler adapter by @dfelton in #200
- Taxes Updates by @dfelton in #201
- Ping database to keep connection alive by @dfelton in #209
- add 90 days column by @dfelton in #211
- Fixes #214 Undefined Property $getMessage by @dfelton in #215
- Remove empty constructor so args can pass to parent by @dfelton in #216
- call method not removed property by @dfelton in #221
- Add new pai...