Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Releases: askmike/gekko

v0.5.13

21 Jan 22:28
Compare
Choose a tag to compare

Minor update with some small fixes:

v0.5.12

13 Jan 23:53
Compare
Choose a tag to compare

Minor release, most changes are focussed on stability:

v0.5.11

11 Dec 04:24
a80879d
Compare
Choose a tag to compare

Minor release with a focus on stabilising exchange API consumption.

NOTE: even though this is a minor release, there is a breaking change in the API of the PPO indicator, if you are using it in a strategy please refer here for changes: #1443.

v0.5.10

19 Nov 06:52
c86ce48
Compare
Choose a tag to compare

Minor release with the following changes:

v0.5.9

23 Oct 14:49
Compare
Choose a tag to compare

mostly small fixes, this release includes a new version of the UI.

v0.5.8

01 Oct 16:16
Compare
Choose a tag to compare

This release includes:

  • updated docs
  • reduce kraken precision (@ulesGoullee)
  • UI color tweaks for profits and losses (@bbjay)
  • inject strat config into init method (@oktapodia)
  • update SMA indicator (@bbjay)
  • expose end function for strats (only used in backtests) (@generalectric)
  • implement kraken importing (@cmroche)
  • implement bitfinex importing (@cmroche)
  • Update to use BTCe's new exchange called wex (@krieghof)
  • small other improvements