Skip to content

Commit

Permalink
release 2.4.19
Browse files Browse the repository at this point in the history
# Fixes
* Fix Bybit disconnect and reconnect not working correctly
* Fix Bybit datetime causing problems after buy/sell
* Fix sold pending orders are not logged anymore
* Only newly created pending orders will log correctly with this fix
* Fix TCV calculation is incorrect due to missing data
* Fix reversal rebuy not working correctly after 2.4.18 changes
* Fix HIGHBB sell value limit calculated incorrectly
* Small fixes and improvements
  • Loading branch information
rafffael authored Mar 3, 2020
1 parent c148c65 commit decf03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:8-alpine

ENV PT_VERSION=2.4.18
ENV PT_VERSION=2.4.19
ENV PT_DL=https://github.com/taniman/profit-trailer/releases/download/${PT_VERSION}/ProfitTrailer-${PT_VERSION}.zip

VOLUME /app
Expand Down

0 comments on commit decf03a

Please sign in to comment.