-
Currently, when sending or debonding all your ROSE balance, it is difficult to enter the exact amount since it can be rounded and you will not type it in entirety. I suggest we add a *100%* button in …
-
I'm running this as a heroku app as you wrote in your course.
Everything works fine until the bot finds a profitable trade. It exits with a security error "Not enough funds".
Can't be. I'm using bit…
ghost updated
10 years ago
-
Hello, rokj, There is some error about "ImportError: No module named bitcoin_dealer.settings" when i run python manage.py syncdb. where i can get this file, or generate this file.
-
### Operating System
Windows 11
### Programming Languages
JavaScript
### CCXT Version
4.4.14
### Description
## Type mismatch:
```typescript
import { version, exchanges } from 'ccxt'; // exch…
-
```
public static void main(String[] args) {
MEXCExchange exchange = ExchangeFactory.INSTANCE.createExchange(MEXCExchange.class);
MarketDataService marketDataService = exchange.…
-
Hi what do you think about adding these 2 exchanges?.
very many of my friends are sitting on gate.io. exchange old and proven volume real,there is also a spot with a large volume.
"Btcc" exchange h…
-
Hi!
I am using Bitstamp.
I am getting the trades with fetchMyTrades method and have noticed that there are trades that don't have order (orderId).
I saw in docs from the trades' structure that:
![…
-
Could we get this API call (and maybe "withdrawal status" and "cancel withdrawal") added to the client? Would be nice to have.
-
Hi,
I use OSX 10.8.3 and Java version:
java version "1.7.0_21"
Java(TM) SE Runtime Environment (build 1.7.0_21-b12)
Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)
I put the MtGoxApi…
-
I am running this strategy :
```
from gryphon.execution.strategies.base import Strategy
from gryphon.lib import arbitrage as arb
from gryphon.lib.exchange.consts import Consts
class MoneyLtI…