kelp
kelp copied to clipboard
Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges
- [ ] script preparation - [ ] video recording - [ ] coordinate with community team to upload to social media
copy buysell for a given exchange and make necessary modifications to walkthrough
Here is an example of what the commands can look like - [ ] `kelp admin reingest account_id -c ` - upserts trades it receives by including the account_id -...
- [ ] coordinate with legal - [ ] make change to website - [ ] instrument GA
- Add a configuration in number of seconds X which dictates how many seconds into the bucket we should attempt to hit the bid - the price we use should...
Look into integrating Binance.US via CCXT This can be done without upgrading ccxt-rest
their API to fetch by txID does not return sorted results. We currently have sorting and deduping inside Kelp to workaround this but ideally we should fetch from a robust...
follow-on from issue https://github.com/stellar/kelp/issues/450 Kraken API requires you to fetch trades in reverse order and limits to 50 items per call so to fetch from time t1 until time t2,...
## Describe the bug The default behavior of the bot is to cancel an offer and then add a new one without checking status of the cancelled order. Here is...
related to #435 ## Describe the bug The bot is capping precision for amount and volume too early, which results in incorrect values. ## Expected behavior I think the correct...