Pablo Criado-Perez

Results 69 comments of Pablo Criado-Perez

I'll leave this issue open to see what @kroitor or @carlosmiei think of the idea. In the meantime you can check if the exchange supports a sandbox by using this...

Hi @samia81, I'm not sure if I fully understand the issue. After calling several times `fetch_ohlcv()` I see the volume on the last timestamp gets updated every time, however due...

I believe build is failing because `fetchMarkets` does not work for bw from the US. Should I skip the testing when this happens?

Great point! However, as I mentioned I think even though this fix > @pcriadoperez thanks, finally the issue was found! > > btw do you think it's feasible to add...

> > Also looking at this code, I think we should consider in the future rewriting this as I can see there being issues when a user tries to call...

Hi @xmatthias , As you mention correctly the update speed of binance is 2000ms, so it makes sense there is one message every 2 seconds. The way the all our...

There is a known issue with `watchOHLCV`. After the initial snapshot, cex should send a 1minute candle every minute. This could be used to group and create larger timeframes to...

@carlosmiei , the build is failing because it's failing to test `watchOrderBook` with an authentication error. This is because the test assume the function will be public, but in the...

Build keeps failing due to `No output has been received in the last 10m0s` Tried several times to rebuild, but issue is not being solved.