-
Hi,
I'm working on the Bitifinex API integration to my application. I have created the file in the config folder. When I'm running the server is getting uninitialized constant Bitfinex:: Client (Name…
-
Hi there,
I've been trying your library to see if I could retrieve orders history etc because I've been struggling to do so myself but I get APIKey Invalid error.
```csharp
static async Task Ma…
-
Hey guys,
i have a problem running live trade on bitfinex
I use catalyst version 0.5.17 installed via conda with the latest env file
Here the code:
```
from catalyst.api import record, sy…
-
***Environment***
- OS: Mac
- Programming Language version: python 3.6.3
- CCXT version:
- Exchange: Bitfinex
- Method: CreateOrder and CreateMarketBuyOrder
***Error Description***
Calling `…
-
To be available for all strategies, and taken into use with _Relative Orders_.
This is an alternative source of "center price", and can be used in stead of "center price from market".
I suggest …
-
## 环境
* 操作系统: 如Windows 7或者Ubuntu 16.04
* Anaconda版本: 如Anaconda 5.2.0 Python 2.7 32位
* vn.py版本: 如v1.9.0
## Issue类型
三选一:Bug
## 预期程序行为
运行时提示No Module named queue
把import 代码修改为from Queue imp…
-
Please, help me submit order, as documentation here is poor. My code (secret and key are hidden):
```
'use strict'
const BFX = require('bitfinex-api-node')
const API_KEY = 'my-secret'
const API_S…
-
@kroitor The only fiat currencies that Kraken allows deposits for at the moment are Euros, and the only FIAT currencies allowed for Euros (not even Canadian Dollars are enabled).
Would you accept a…
-
When trying to run api_v2.rb, I get the following error:
from /Users//.gem/ruby/2.3.0/gems/bitfinex-rb-0.1.0/lib/bitfinex/errors.rb:29:in `[]': no implicit conversion of String into Integer (TypeEr…
-
If I do the following:
```
Exchange exchange = ExchangeFactory.INSTANCE.createExchange(BitmexExchange.class.getName());
System.out.println(exchange.getExchangeMetaData().getCurrencyPairs().keySet…