Skip to content

Releases: ZENALC/algobot

Release V2.1.1

26 Dec 04:24
c0d274b

Choose a tag to compare

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

Release V2.1.0

25 Dec 19:17
bae91af

Choose a tag to compare

  • Added support for Telegram integration in simulation mode.

Release V2.0.0

25 Dec 01:23

Choose a tag to compare

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

Release V1.19

29 Jul 02:45

Choose a tag to compare

  • Minor improvements

Release V1.18.1

25 Jul 14:03
d21d4df

Choose a tag to compare

  • Bugfix for downloading CSVs

Release V1.18

25 Jul 14:10

Choose a tag to compare

  • 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.

Release V1.17

22 Jun 02:22

Choose a tag to compare

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

Release V1.16

19 Jun 04:07

Choose a tag to compare

  • Added support for custom colors in graphs.

Release V1.15

04 Jun 04:56

Choose a tag to compare

  • 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.

Release V1.1

29 May 04:35

Choose a tag to compare

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