joeldg/bowhead

[SUGESTION] coinigy to rules them all

Opened this issue · 6 comments

Hi,

Great initiative for your repo

I would recommend to implement https://www.coinigy.com/ because this site can manage multiple exchange and provide an API

;)

I second this recommendation, because by using Coinigy then this can be utilized on any exchange that Coinigy supports (and there are a lot). Additionally then it is extremely simple to get ticker data from any exchange / market easily using Conigy.

@rxmg-joeldg FYI once the OHLC data issues are all worked out I will be working on a Coinigy websocket connection (standalone similar to the bitfinnex websocket script) . But I think it would be a great addition to this and especially since Coinigy is very popular and I myself could utilize the integration.

It will open up things to pretty much all the crypto markets and exchanges coinigy supports and that's a lot.

h5gq3 commented

@cybersolutionsllc how coinigy integration is going?

@slayworm Great and a lot of progress has been made. Essentially the Coinigy integration is done on my end, but while testing I realized that bowhead needs it's own order management queue and so I'm also working on a local order management queue, and along with that also ability to add trailing stops. This is all essentially built into the Coinigy integration I've created. I'm in final stages of testing, and imagine there may be a few tweaks here and there. Likely I'll push this up to Github and submit a pull request in 1-2 weeks.

Sounds great, I look forward to seeing it.. Order management queue? Using laravel jobs I assume?