My shitty Kraken trading bot
Find a file
Logan Gartner 9e6368cf2f
Added get_fee function, states and trading now accounts for fees
The Kraken wrapper can now get the trading fee for a crypto pair

The bot uses this when making decisions to buy or sell

The bot on startup will now not initially do anything, it will instead
wait until the state changes between buy and sell to do anything in
order to prevent regrettable trades.
2021-02-04 01:06:53 -07:00
api Added get_fee function, states and trading now accounts for fees 2021-02-04 01:06:53 -07:00
.gitignore Initial commit 2021-01-30 18:11:16 -07:00
__init__.py Initial commit 2021-01-30 18:11:16 -07:00
main.py Added get_fee function, states and trading now accounts for fees 2021-02-04 01:06:53 -07:00
plot.py Cleaned up code 2021-02-03 15:00:44 -07:00
README.md Initial commit 2021-01-30 18:11:16 -07:00
requirements.txt Added requirements.txt 2021-01-31 22:37:24 -07:00