T. Todua

Results 545 comments of T. Todua

use pickle instead of pecl (from php 7.3)

You should use `pickle` instead of `pecl` (from PHP 7.3)

Actually, application seems to use [Redis within Swoole 4.8.0](https://www.swoole.co.uk/docs/modules/swoole-redis-server), where Redis instance is got from [Redis Pool](https://www.swoole.co.uk/docs/modules/redis-connection-pool-config). ``` $sPool= (new \Swoole\Database\RedisConfig)->withHost($host)->withPort($port)->withAuth($authString)->withDbIndex(0); $redisPool = new \Swoole\Database\RedisPool( $sPool ); $this->redis_instance= $redisPool->get(); ```...

Exactly, on first thought I wondered whether there might appear api-like endpoint for it, and good you have talked with him. hoping that day will come soon. even though that...

it doesn't seem that this route will get it's place. `fetchBidsAsks` already exists in ccxt, so I'll go that route.

@sc0Vu can you share tell two words about the status of BingX ?

@/lead (@carlosmiei @frosty00 @kroitor) this PR has been open for a long time, and it has faced conflicts from time to time (and might become harder to understand about each...

@ndubel can you tell, why you think this issue was better to get closed?

@carlosmiei as long as the Build OHLCV bars were merged, this edit can be merged now too. lmk

@carlosmiei as "build bars using watch/fetch OHLCV" PR was merged, you might revise this too, now it can be also merged