Nikhil Saraf

Results 73 issues of Nikhil Saraf

this issue is about the fill tracker, not about the specific reason why the fillTracker failed see logs for details: ``` 2020/11/22 00:18:51 not deleting any offers, fillTrackerDeleteCycles (=N-2) needs...

bug

pulled out from https://github.com/stellar/kelp/issues/467 - [ ] ieif - [ ] liabilities, offers, etc. should be more efficient with as little network requests as possible

feature request

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...

feature request

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...

feature request

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...

bug

factory has a bool about order_id, see raw JSON response for trades and see if our framework allows this, otherwise add support.

bug

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....

feature request

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...

feature request