Kelp v1.5.0 Release Notes

Release Date: 2019-03-04 // about 5 years ago
  • 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.