kelp
kelp copied to clipboard
Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges
currently the twap strategy uses a price feed, typically from its own exchange to see if they are first in line. if they are not then the update orders to...
it would be nice if we could specify an offset in number of hours or a time (no date) that we would want the twap strategy to base it's accounting...
currently the twap based strategies are running in restricted mode where they only support filters based on the quote asset. the factory method for the sell twap level provider explicitly...
factory has a bool about order_id, see raw JSON response for trades and see if our framework allows this, otherwise add support.
This PR adds metrics to track trades. Thus far, it adds a handler interface and implementation. The metrics will be actually added after #508 is merged, because the architecture around...
This PR closes the popover menu on click, and closes #301.
Appveyor is a possible CI system we can use Review: I used it for a couple small things. It's not as polished as other products, but it'll do the job....
the `plugins` package is huge and currently serves as a catch-all for all code that is not an API and is specific to kelp (vs. common apis or tools such...
## Desired Behavior I want the logs to be more intuitive and easy to read. ## Impact The desired behavior will allow me to more easily gauge what the bot...