Algobot Versions Save

Cryptocurrency trading bot with a graphical user interface with support for simulations, backtests, optimizations, and running live bots.

2.1.1

2 years ago
  • Removed support for duplicate strategy names as they were unreliable.
  • Simplified code a little bit.

2.1.0

2 years ago
  • Added support for Telegram integration in simulation mode.

2.0.0

2 years ago
  • Added support for dynamic strategy creations and management through a strategy builder/manager.

1.19

2 years ago
  • Minor improvements

1.18

2 years ago
  • Simplified strategy creation
  • Enabled easier support for strategy logging.
  • Enabled easier support for strategy plotting.
  • Enabled easier support for strategy window statistics.
  • Added better documentation for strategies.
  • Added a sample strategy example to the Wiki.
  • Improved graph speeds.
  • Added support for dynamic legends in graphs.
  • Added support for hover lines disappearing when mouse is not in the graphing area.

1.18.1

2 years ago
  • Bugfix for downloading CSVs

1.17

2 years ago
  • Added support for automatic precision. (recommended over manually setting precision).

1.16

2 years ago
  • Added support for custom colors in graphs.

1.15

2 years ago
  • Added better validations before running optimizers/backtests to ensure less confusion.
  • Dynamically populate strategy intervals based on logical and compatible data intervals as opposed to showing every interval.
  • Fixed some label bugs.
  • Add more warnings about imported data.

1.1

2 years ago
  • Added volatility snooper
  • Fixed optimizer file extension bug being defaulted to .txt
  • Simplified code