bowhead icon indicating copy to clipboard operation
bowhead copied to clipboard

bitfinex data cuts off

Open h5gq3 opened this issue 7 years ago • 4 comments

the price data is coming in only for an hour or so before it cuts off. Can't start any strategy because: "YOU HAVE 95 PERIODS OF VALID PRICE DATA OUT OF 168. Please ensure price sync is running and wait for additional data to be logged before trying again. Additionally you could use a smaller time period if available." it stops around 100 periods all the time... I'm running the "screen php artisan bowhead:websocket_bitfinex" command

h5gq3 avatar Oct 05 '17 09:10 h5gq3

When I run "php artisan bowhead:websocket_bitfinex" nothing displays and then I get "Bid Error!" I plan on doing some debugging tonight. Sounds similar to @slayworm's issue.

TheWaveCarver avatar Oct 11 '17 13:10 TheWaveCarver

@TheWaveCarver if u get data from GDAX then there's no need for bitfinex anymore? can you run any strategy?

h5gq3 avatar Oct 11 '17 22:10 h5gq3

well, we all have same issue https://github.com/joeldg/bowhead/issues/55

vitoo avatar Nov 17 '17 09:11 vitoo

@vitoo it's unrelated. i haven't met any of ASK/BID errors and the data cuts anyway.

Past Time is 1513042626 and current time is 1513042567 and periodcheck is 59
Past Time is 1513042567 and current time is 1513042507 and periodcheck is 60
Past Time is 1513042507 and current time is 1513042447 and periodcheck is 60
Past Time is 1513042447 and current time is 1513042386 and periodcheck is 61
Past Time is 1513042386 and current time is 1513042327 and periodcheck is 59
Past Time is 1513042327 and current time is 1513042267 and periodcheck is 60
Past Time is 1513042267 and current time is 1513042207 and periodcheck is 60
Past Time is 1513042207 and current time is 1513042166 and periodcheck is 41
Past Time is 1513042166 and current time is 1513042086 and periodcheck is 80
YOU HAVE 8 PERIODS OF VALID PRICE DATA OUT OF 168. Please ensure price sync is running and wait for additional data to be logged before trying again. Additionally you could use a smaller time period if available.

I've added periodcheck output. it stops when it's > 75 on 1m

dragonattack avatar Dec 12 '17 01:12 dragonattack