aloysius-pgast

Results 18 comments of aloysius-pgast

Hi. Unfortunately, klines are only available if supported by exchange (there is no support for building klines from raw trades)

You’re talking about emitting real-time klines from trades over ws only (ie: no history)?

Since bitstamp REST API allows to retrieve all trades of last 24h, it should be possible to use it in combination with ws trades to build klines from 1m to...

Hi. Sure, this is something I plan to add in a future release but it's tricky since most exchanges do not allow to track conditional orders using API, so I'll...

Thanks for the suggestion. I don't plan to implement so many exchanges for the moment. I'd rather rely on separate packages for each exchange for now. Also, I don't think...

Hi. [Develop](https://github.com/aloysius-pgast/crypto-exchanges-gateway/tree/develop) branch of project already support real-time data for order book, tickers & trades (through WS endpoint). This can already be used to build simple bots. Next steps will...

Hi Stop loss has not been added yet but it's definitely something I'm willing to implement. I just didn't dind the best way to do it yet. Regarding your example...

Great, thanks for the detailed explanation. I'll see how we can implement such behaviour

Thanks to @spurll suggestion, gonna switch to https://exchangerate.host/