bitpanda fixes

This commit is contained in:
2023-05-07 23:09:40 +02:00
parent 1173980f3e
commit 8f3495e497
7 changed files with 13 additions and 49 deletions

View File

@@ -15,7 +15,7 @@ I thought this fits quite well to the cryptotrading world and that's why i chose
# Features
## General:
- Compatible with the following crypto exchanges: Binance
- Compatible with the following crypto exchanges: Binance, Bitpanda
- 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
@@ -27,6 +27,7 @@ I thought this fits quite well to the cryptotrading world and that's why i chose
- Recording of available price values incl. RSI and MACD indicators of available cryptocurrencies
- Analysis tool for collected historical values to try out buy or sell conditions based on them
- ReadOnly web interface for overview
- Runnable in a non-root docker container
## Buy conditions
- definable RSI Indicator signals min/max (RSI5, 14 and 21)
@@ -78,4 +79,3 @@ The access rights to this file should be set to the minimum necessary for securi
- Overview trades/profits/losses for tax declaration
- Support for decentralized exchanges like uniswap to gain more "security"
- mutliple trading strategies
- run in a docker container