dscotese / kraken-grid

A bot that extends grid trading once you use it to create a grid.
GNU General Public License v3.0
9 stars 3 forks source link

Major Refactor #24

Closed dscotese closed 1 year ago

dscotese commented 2 years ago

I am working on dividing index.js up into several smaller files. The current list is incomplete: allocation.js is a set of asset identifiers and a percentage for each, which may be a target or a current value. This allows for a record of what you have on the exchange and another of what you have in one or more other places, and finally a record of how you'd like all these assets to be allocated, which give the bot work to do.) balancer.js is an object that will determine what trade should be made to hit the passed in allocation target. exchangeApi.js implements the API for the exchange (currently Kraken) savings.js is a set of asset identifiers and an amount for each.

dscotese commented 1 year ago

This was accomplished with pull #30 .