-
-
Notifications
You must be signed in to change notification settings - Fork 46
Recommended Exchange Configurations
Peter Keeler edited this page Oct 27, 2020
·
5 revisions
These are not intended to be promotion of or a recommendation to use any particular exchange for trading. They are simply configuration for exchanges that Arbitrader users have been able to connect to the exchange with, to make it easier for new users to try out the bot on the exchanges they would like to use.
If you have configuration that works for an exchange not already listed here and would like to contribute it, please open an issue here on GitHub or get in touch with ScionAltera on our Discord. Please never share your API keys or passwords!
exchangeClass: org.knowm.xchange.bitflyer.BitflyerExchange
apiKey: x
secretKey: x
sslUrl: https://api.bitflyer.com/
host: api.bitflyer.com
port: 443
tradingPairs:
- BTC/USD
margin: false
fee: 0.0012
feeComputation: ADDED
exchangeClass: org.knowm.xchange.cexio.CexIOExchange
userName: x
apiKey: x
secretKey: x
tradingPairs:
- BTC/USD
margin: false
feeOverride: 0.0016
exchangeClass: org.knowm.xchange.cobinhood.CobinhoodExchange
apiKey: x
tradingPairs:
- BTC/USD
margin: false
fee: 0.0000
homeCurrency: USDT
exchangeClass: info.bitrich.xchangestream.coinbasepro.CoinbaseProStreamingExchange
apiKey: x
secretKey: x
custom:
passphrase: x
ticker:
batchSize: 3
batchDelay: 1250
tradingPairs:
- BTC/USD
margin: false
fee: 0.0015
exchangeClass: info.bitrich.xchangestream.gemini.GeminiStreamingExchange
apiKey: x
secretKey: x
tradingPairs:
- BTC/USD
margin: false
feeOverride: 0.0025
exchangeClass: info.bitrich.xchangestream.kraken.KrakenStreamingExchange
apiKey: x
secretKey: x
tradingPairs:
- BTC/USD
margin: true
feeOverride: 0.0016
exchangeClass: org.knowm.xchange.poloniex.PoloniexExchange
apiKey: x
secretKey: x
tradingPairs:
- BTC/USD
margin: false
fee: 0.0008
homeCurrency: USDC
exchangeClass: org.knowm.xchange.quoine.QuoineExchange
apiKey: x
secretKey: x
custom:
Use_Margin: true
Leverage_Level: 2
tradingPairs:
- BTC/USD
margin: true
fee: 0.0010