From 0f423bbadf829baaf0ee978164a3951a2c15d1e8 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 19 Jul 2023 11:50:29 +0200 Subject: [PATCH] bitpandapro now onetrading.com --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aa64904..9ec8515 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Warning / Disclaimer + Warning / Disclaimer The software provided here does not guarantee any profits or function as well as sufficient security. Use at your own risk!!! This is a private project, which is based on amateur knowledge. Trading cryptocurrencies involves an enormous amount of risks and is considered highly speculative. It is strongly recommended to deal intensively with the subject and this bot before using it. Also, when using the possibility should be considered that due to an unfavorable market development, technical errors, bugs or other reasons, the entire invested capital can be lost. This software should therefore only be used if it is justifiable to lose the entire invested capital! @@ -11,11 +11,11 @@ The name Dabo comes from the Star Trek universe. Dabo was a roulette-style game of chance developed by the Ferengi. More information here: https://memory-alpha.fandom.com/wiki/Dabo -I thought this fits quite well to the cryptotrading world and that's why i chose this name ;-) +I thought this fits quite well to the cryptotrading world and that's why I chose this name ;-) # Features ## General: -- Compatible with the following crypto exchanges: Binance, Bitpanda +- Compatible with the following crypto exchanges: Binance, OneTrading.com (ex BitpandaPro) - Consideration of trading fees - Automatic selection of cryptocurrencies to invest in - Filtering of cryptocurrencies by market capitalization (data via coingecko API) e.g. only trade the 50 largest by market capitalization if available on the exchange @@ -118,7 +118,7 @@ and add Key on your signal-cli-Server to the authorized_keys of the signal-User Create Secrets file for your API Key(s) ``` -# for Bitpanda +# for OneTrading.com (ex BitpandaPro) echo 'local API_TOKEN=YOUR_VERY_LOOOOOOONNNNGGGG_API_TOKEN_FROM_BITPANDA' >dabo/.bitpanda-secrets chmod 400 dabo/.bitpanda-secrets @@ -203,7 +203,7 @@ docker compose up -d dabo-bot.sh is the bot that trades and collects the quotes and analyze.sh is the tool with which you can try out strategies with the historical data. The configuration files are called dabo-bot.conf and analyze.conf. analyze.sh also uses bot.conf but its variables are overwritten by analyze.conf if duplicated. -A Binance or Bitpanda account must exist and the API must be enabled. +A Binance or OneTrading.com (ex BitpandaPro) account must exist and the API must be enabled. The access data is stored in the file .binance-secrets in the project directory in the variables API_SECRET and API_KEY. The access rights to this file should be set to the minimum necessary for security reasons.