-
Mike, correct me if I'm wrong, wouldn't it be quite simple to implement a stop-loss trading method in gekko? This would be useful in bubble territory :-) what do you think?
-
Please add Dogecoin
-
`jsonschema.exceptions.ValidationError: {'channel': 'diff_order_book', 'event': 'data', 'currency_pair': 'btcusd', 'data': {'timestamp': '1505736811', 'bids': [], 'asks': [['3959.97000000', '2.5182000…
-
In the v2 API of Bitstamp `fetchOrderStatus` you are referencing a not existing API definition `privatePostOrderStatus` .
In v1 `privatePostOrderStatus` is defined but not in v2. Maybe we just add …
-
I cant seem to find ZB exchange.
`print ccxt.exchanges`
Result:
['_1broker', '_1btcxe', 'acx', 'allcoin', 'anxpro', 'binance', 'bit2c', 'bitbay', 'bitcoincoid', 'bitfinex', 'bitfinex2', 'bitf…
-
Howdy, I can see XRP in the BitStamp sourcecode but not in the settings. Should it be in there?
ghost updated
7 years ago
-
Hi, I'm new to zenbot, I tried the paper mode and as I understand it the bot will invest all the currency it can find. So even if I set c.buy_pct = 10 to buy with 10% of currency, after 10 buy orders …
-
~~1. Check that no implementations are leaking exchange-specific Exceptions~~ ( See #1233)
~~1. Create builders for all generic DTOs~~ (most have a builder)
~~1. Figure out metadata and init() solutio…
-
Hi there,
i am currently testing your example code. In particular i am interested in the orderbook subscription. if i try your code example I get the following exception:
com.fasterxml.jackson.d…
-
Bitstamp extension is now trading! Most functions are straight forward. getTrades() and backfill is a bit troublesome, however.
```javascript
getTrades: function (opts, cb) {
var client …