-
The code:
```
record(
price=data.current(symbol('btc_usd'), 'price'),
volume=data.current(symbol('btc_usd'), 'volume'),
cash=context.portfolio.cash,
leverage=context.acco…
-
Had this issue for months already recently (fine before), is this an issue with the code or bitfinex's side?
`12:43:50 PM - $6455.9 0.0246
12:43:50 PM - $6455.9 0.2324
12:43:59 PM - $6…
-
# main code
```
interval = setInterval( ()->
startTime = moment()
exchanges = trader.getExchanges()
async.parallel
# quotes: (next)->
# getQuotes exchanges, (err, quotes)->
# …
-
### Operating System
_No response_
### Programming Languages
JavaScript
### CCXT Version
4.3.27
### Description
The `fetchOHLCV()` method returns incorrect result for `ccxt.bitfinex` exchange.
…
-
https://www.bitfinex.com/pages/api
##
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/11399263-support-bitfinex-swaps?utm_campaign=plugin&utm_content=tracker%2F…
-
#### Issue type
- [x] bug
#### Brief description
Hi, I'm using Bitfinex websockets, and when there is a 429 error code, it throw an exception which is impossible to catch, and my process is kil…
-
Hi,
Is it possible to run a single instance of poloniexlendingbot to manage lending for both Poloniex and Bitfinex at the same time?
As I tried entering both API keys in the default.cfg file but onl…
-
When trying to request the last candle to bitfinex i ended up doing the following request:
````
https://api-pub.bitfinex.com/v2/candles/trade:1D:tBTCUSD/hist?limit=5000&start=1671062400000&end=167…
-
I am getting this message when i try to use your extension.
What am i doing wrong?
Thanks in advance
`09:29:06 Getting list of accounts...
Web Banking Engine: Using user-supplied e…
-
https://github.com/bitfinexcom/bitfinex-api-go/blame/4d37e8d4be18f16ab50082b0c2c080542225f4a0/utils/nonce.go#L30
nonce: uint64(time.Now().Unix()) * 1000,
// time.now.second x 1000 != milli…