TradeBot Versions Save

Crypto trading bot using Binance API (Java)

v0.10.2

2 years ago

Windows executable and JAR with a provided runtime to run the bot without JDK.

This update contains some minor fixes but is built with a new proper maven setup

Fixes https://github.com/markusaksli/TradeBot/issues/35

The executable no longer wraps the JAR and just runs it, the JAR is now required to run the bot

See the readme.txt for details on how to use the bot.

v0.10.1

2 years ago

Windows executable and JAR with a provided runtime to run the bot without JDK.

This update contains the workaround to a recent change in the underlying Binance API that caused the bot to fail at startup (https://github.com/markusaksli/TradeBot/issues/30)

See the readme.txt for details on how to use the bot.

You can also download the JAR and run it directly with the provided java-runtime.

v0.10.0

3 years ago

Windows executable to run the bot without JRE or JDK.

This update contains the ability to switch between modes without having to close the program and some minor fixes.

See the readme.txt for details on how to use the bot.

If you are updating from a previous release you only need to replace TradeBot.exe

You will need JDK 11 if you want to use the JAR on a platform other than Windows.

v0.9.6

3 years ago

Windows executable to run the bot without JRE or JDK.

This update contains the fully accurate and working live mode with market orders

See the readme.txt for details on how to use the bot.

v0.8.2

3 years ago

Windows executable to run the bot without JRE or JDK.

This update contains the first working, but still inaccurate version of Live mode

See the README.txt for details on how to use the bot.

v0.8.0

3 years ago

Windows executable to run the bot without JRE or JDK.

This update contains the first working, but still inaccurate version of Live mode

See the README.txt for details on how to use the bot.

v0.7.0

3 years ago

Windows executable to run the bot without JRE or JDK.

Live mode is still incomplete in this version

See the README.txt for details on how to use the bot.