Need a configuration for Binance #255

Closed
opened 2020-11-03 13:26:02 -08:00 by scionaltera · 3 comments
scionaltera commented 2020-11-03 13:26:02 -08:00 (Migrated from github.com)

Binance is a popular exchange that appears to have good support in XChange, and possibly websocket support as well. We should try to get a working configuration for it that can be posted on the Wiki:

https://github.com/scionaltera/arbitrader/wiki/Recommended-Exchange-Configurations

Binance is a popular exchange that appears to have good support in XChange, and possibly websocket support as well. We should try to get a working configuration for it that can be posted on the Wiki: https://github.com/scionaltera/arbitrader/wiki/Recommended-Exchange-Configurations
sanitariu commented 2020-11-05 00:18:22 -08:00 (Migrated from github.com)
-
  exchangeClass: org.knowm.xchange.binance.BinanceExchange
  apiKey: x
  secretKey: x
  tradingPairs:
    - BTC/USD
    - ETH/USD
    - XRP/USD
    - ZEC/USD
    - LTC/USD
    - BCH/USD
    - NEO/USD
    - EOS/USD
  margin: true
  fee: 0.001

  homeCurrency: USDC

This is what i have for binance. ADA pairs gives division by zero error and i can not understand why.
So far bot works with that config but i did not have real traded happen....

- exchangeClass: org.knowm.xchange.binance.BinanceExchange apiKey: x secretKey: x tradingPairs: - BTC/USD - ETH/USD - XRP/USD - ZEC/USD - LTC/USD - BCH/USD - NEO/USD - EOS/USD margin: true fee: 0.001 homeCurrency: USDC This is what i have for binance. ADA pairs gives division by zero error and i can not understand why. So far bot works with that config but i did not have real traded happen....
scionaltera commented 2020-11-11 15:46:00 -08:00 (Migrated from github.com)

This is what i have for binance. ADA pairs gives division by zero error and i can not understand why.
So far bot works with that config but i did not have real traded happen....

Thanks! I'll sign up for an account when I have a chance and see if it works for me too. You can open a separate issue for the divide by 0 problem if you want to.

> This is what i have for binance. ADA pairs gives division by zero error and i can not understand why. > So far bot works with that config but i did not have real traded happen.... Thanks! I'll sign up for an account when I have a chance and see if it works for me too. You can open a separate issue for the divide by 0 problem if you want to.
scionaltera commented 2020-12-19 23:43:21 -08:00 (Migrated from github.com)

Closing this because we have a working configuration for Binance in the docs and are including the Binance library in the main line code now.

Closing this because we have a working configuration for Binance in the docs and are including the Binance library in the main line code now.
Commenting is not possible because the repository is archived.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
scion/arbitrader#255
No description provided.