Merge pull request #2256 from freqtrade/kraken_balance

fix Kraken balance calculation
This commit is contained in:
hroff-1902
2019-09-12 23:12:55 +03:00
committed by GitHub
4 changed files with 118 additions and 4 deletions

View File

@@ -30,9 +30,6 @@ BAD_EXCHANGES = {
"bitmex": "Various reasons",
"bitstamp": "Does not provide history. "
"Details in https://github.com/freqtrade/freqtrade/issues/1983",
"kraken": "TEMPORARY: Balance does not report free balance, so freqtrade will not know "
"if enough balance is available."
"Details in https://github.com/freqtrade/freqtrade/issues/1687#issuecomment-528509266"
}