All Versions
23
Latest Version
Avg Release Cycle
42 days
Latest Release
900 days ago

Changelog History
Page 2

  • v1.6.0 Changes

    March 29, 2019

    โž• Added

    ๐Ÿ”„ Changed

    ๐Ÿ›  Fixed

  • v1.5.0 Changes

    March 04, 2019

    This is v1.5.0 of kelp.

    ๐Ÿš€ See the CHANGELOG for details on this release.


    Download the package for your platform and begin making the market! After you untar the downloaded file, change to the generated directory (kelp-v1.5.0) and invoke the kelp binary.

    Here's an example to get you started (replace filename with the name of the file that you download):

    tar xvf filename
    cd kelp-v1.5.0
    ./kelp
    

    To run the bot in simulation mode, try this command:

    ./kelp trade -c sample_trader.cfg -s buysell -f sample_buysell.cfg --sim
    

    Be sure to check out our walkthroughs section in the README for a quick intro on how to get started with Kelp.

    We welcome any feedback that you have. Feel free to open a bug report or submit a feature request, we're listening to what you have to say.

    ๐Ÿš€ Hope you enjoy this release.

  • v1.4.0 Changes

    February 06, 2019

    This is v1.4.0 of kelp.

    ๐Ÿš€ See the CHANGELOG for details on this release.


    Download the package for your platform and begin making the market! After you untar the downloaded file, change to the generated directory (kelp-v1.4.0) and invoke the kelp binary.

    Here's an example to get you started (replace filename with the name of the file that you download):

    tar xvf filename
    cd kelp-v1.4.0
    ./kelp
    

    To run the bot in simulation mode, try this command:

    ./kelp trade -c sample_trader.cfg -s buysell -f sample_buysell.cfg --sim
    

    Be sure to check out our walkthroughs section in the README for a quick intro on how to get started with Kelp.

    We welcome any feedback that you have. Feel free to open a bug report or submit a feature request, we're listening to what you have to say.

    ๐Ÿš€ Hope you enjoy this release.

  • v1.3.0 Changes

    January 10, 2019

    This is v1.3.0 of kelp.

    ๐Ÿš€ See the CHANGELOG for details on this release.


    Download the package for your platform and begin making the market! After you untar the downloaded file, change to the generated directory (kelp-v1.3.0) and invoke the kelp binary.

    Here's an example to get you started (replace filename with the name of the file that you download):

    tar xvf filename
    cd kelp-v1.3.0
    ./kelp
    

    To run the bot in simulation mode, try this command:

    ./kelp trade -c sample_trader.cfg -s buysell -f sample_buysell.cfg --sim
    

    Be sure to check out our walkthroughs section in the README for a quick intro on how to get started with Kelp.

    We welcome any feedback that you have. Feel free to open a bug report or submit a feature request, we're listening to what you have to say.

    ๐Ÿš€ Hope you enjoy this release.

  • v1.2.0 Changes

    November 26, 2018

    โž• Added

    • ๐Ÿ‘Œ support for alerting with PagerDuty as the first implementation, run glide up to update the dependency (5e46ae0d94751d85dbb2e8f73094f5d96af0df5e)
    • ๐Ÿ‘Œ support for logging to a file with the --log or -l command-line option followed by the prefix of the log filename
    • ๐Ÿ‘Œ support for basic monitoring with a health check service, run glide up to update the dependency (c6374c35cff9dfa46da342aa5342f312dcd337c4)
    • โšก๏ธ iter command line param to run for only a fixed number of iterations, run glide up to update the dependencies
    • new DELETE_CYCLES_THRESHOLD config value in trader config file to allow some tolerance of errors before deleting all offers (f2537cafee8d620e1c4aabdd3d072d90628801b8)

    ๐Ÿ”„ Changed

    • โฌ‡๏ธ reduced the number of available assets that are recognized by the GetOpenOrders() API for Kraken
    • levels are now logged with prices in the quote asset and amounts in the base asset for the sell, buysell, and balanced strategies
    • ๐Ÿ”€ clock tick is now synchronized at the start of each cycle (cd33d91b2d468bfbce6d38a6186d12c86777b7d5)

    ๐Ÿ›  Fixed

    • โœ… conversion of asset symbols in the GetOpenOrders() API for Kraken, reducing the number of tested asset symbols with this API
    • ๐Ÿ›  fix op_underfunded errors when we hit capacity limits for non-XLM assets (e6bebee9aeadf6e00a829a28c125f5dffad8c05c)
  • v1.1.2 Changes

    October 30, 2018

    โž• Added

    • ๐ŸŒฒ log balance with liabilities

    ๐Ÿ”„ Changed

    • โšก๏ธ scripts/build.sh: update VERSION format and LDFLAGS to include git branch info

    ๐Ÿ›  Fixed

    • ๐Ÿ›  fix op_underfunded errors when we hit capacity limits
  • v1.1.1 Changes

    October 22, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ›  fixed bot panicing when it cannot cast ticker bid/ask values to a float64 from CCXT's FetchTicker endpoint (0ccbc495e18b1e3b207dad5d3421c7556c63c004) (issue #31)
  • v1.1.0 Changes

    October 19, 2018

    โž• Added

    • ๐Ÿ‘Œ support for CCXT via CCXT-REST API, increasing exchange integrations for priceFeeds and mirroring diff
  • v1.0.0 Changes

    October 15, 2018

    ๐Ÿ”„ Changed

    • ๐Ÿ executables for windows should use the .exe extension (7b5bbc9eb5b776a27c63483c4af09ca38937670d)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  fixed divide by zero error (fa7d7c4d5a2a256d6cfcfe43a65e530e3c06862e)
  • v1.0.0-rc3 Changes

    September 29, 2018

    โž• Added

    • ๐Ÿ‘Œ support for all currencies available on Kraken