As we see in the BTCUSD chart when bitcoin have a correction it lose about 30% in a handful of days. Why don't buy & hold in these occasions?
For the moment it works just for kraken but the support for bitstamp will be implemented soon.
The bot requires just a module: krakenex
Krakenex installation guide here
Python3 is required.
Change the settings in the config.ini
as you prefer and past your private and secret keys into the kraken.key
file. Remember: don't allow withdrawal permission while you create the key.
Now you can run:
python3 btfdbot.py
To have telegram notifications you need to get a bot id from the BotFather. Once you have a bot id you need to get your Chat ID or create a channel and invite the bot so it can chat there. Once you have all this in place you configure it in config.ini
.
A full documentation of the api here