Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Bittrex: a few fixes #269

Merged
merged 1 commit into from
Jun 12, 2017
Merged

Bittrex: a few fixes #269

merged 1 commit into from
Jun 12, 2017

Conversation

DeviaVir
Copy link
Owner

@DeviaVir DeviaVir commented Jun 12, 2017

sells 50DGB:

$ ./zenbot.sh sell bittrex.BTC-DGB --size=50 --debug

2017-06-12 11:27:50 - placing sell order...

2017-06-12 11:27:50 - sell order placed at 0.00 DGB
order status: open, ask: 0.00001103, 0.00000001 above best ask, 0.0% filled

sell order completed at 2017-06-12 11:27:55:

50.00000000 BTC at 0.00 DGB
total 0.00 DGB
0.0000% slippage (orig. price 0.00 DGB)
execution: a few seconds

buys 50DGB:

$ ./zenbot.sh buy bittrex.BTC-DGB --size=50 --debug

2017-06-12 11:28:30 - placing buy order...

2017-06-12 11:28:30 - buy order placed at 0.00 DGB
order status: open, ask: 0.00001103, 0.00000001 above best ask, 0.0% filled

buy order completed at 2017-06-12 11:28:35:

50.00000000 BTC at 0.00 DGB
total 0.00 DGB
0.0000% slippage (orig. price 0.00 DGB)
execution: a few seconds

if (_balance['Currency'] === opts.asset.toUpperCase()) {
balance.currency = n(_balance.Available).format('0.00000000'),
balance.currency_hold = 0
}
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the real "fix": their API expects it turned around for sell

@DeviaVir DeviaVir merged commit 397f942 into DeviaVir:master Jun 12, 2017
@DeviaVir DeviaVir deleted the deviavir/bittrex/fixes branch June 12, 2017 09:43
@pigualada
Copy link

In my case it's still not working (last Git version). This only happens with BTC-USDT.
I saw in other thread that might be before that Bittrex used symbol as opposite (USDT-BTC), while nowadays it needs just the opposite. Does it make sense?

The case is that trading is working with all but BTC-USDT. Rest are placing orders correctly.

@mercatorTU
Copy link

I have exactly the same problem as pigualada. Bittrex BTC-USDT orders do not get places.
I try placing manual buy and sell orders, tried bot trading but no orders get to Bittrex.

supersabbath pushed a commit to supersabbath/zenbot that referenced this pull request Oct 2, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants