joeldg / bowhead

PHP trading bot framework
Apache License 2.0
799 stars 289 forks source link

Help Debugging #48

Open TheWaveCarver opened 6 years ago

TheWaveCarver commented 6 years ago

I have gotten to the point where I can stream in data from GDAX and Forex... but when I attempt to stream in data from Bitfinex and run "php artisan bowhead:websocket_bitfinex" nothing displays and then I get "Bid Error!". I want to debug this issue on my own, but am unfamiliar on how to link running the commands in the Command Line and my IDE (PHPStorm). Does anyone here know how I might be able to run bowhead from within PHPStorm / if its possible, so that I can toggle line by line?

vitoo commented 6 years ago

same issue https://github.com/joeldg/bowhead/issues/55

rxmg-joeldg commented 6 years ago

I think this is because bitfinex halted a lot of services, I will look into it.

BrotherHelmer commented 6 years ago

Any update? It seems this is a bit of a showstopper.