This is a Python script for recurring market buys on Bittrex. Start dollar cost averaging into your favorite cryptocurrency (Decred, right? 😉), or use this as a jumping-off point for a more sophisticated trading script. I wrote this to make cryptocurrency purchasing and investment strategy more accessible and configurable, and to make working with an API less intimidating for those that have never given it a shot. Not every cryptocurrency has a polished service like Swan Bitcoin, but that doesn't mean we can't roll our own!
- Configure to purchase as much of whatever you want on Bittrex, as often as you want.
- You can configure to purchase BTC first, then purchase your target cryptocurrency on the BTC market for it if you'd like.
- Supports Pushover for Push notifications to any devices you have the application installed on. Get notified whenever the script makes a trade!
- Configure to automatically withdraw cryptocurrency holdings after an exchange holdings limit has been surpassed to an address of your choosing. Not your keys, not your crypto! Don't keep too much of your cryptocurrency with a third party or risk losing it.
- Clone the repository.
- Get an API Key/Secret from Bittrex with trading permissions and from Pushover (if you intend to use it).
- Copy or rename the sample-config.ini file to 'config.ini'.
- Modify the script variables to set what you'd like to purchase, how much, and how often.
- Test the script in test mode, and when you are comfortable, set testMode to False.
- Run the script. See included example bash script to run the script periodically, or modify the python script to loop indefinitely and utilize
time.sleep()
if you prefer.
If you need help, I am happy to provide direction/assistance. I am not responsible for any gains or losses you make utilizing this script, so only use it once you're comfortable and feel you know what you are doing! The code is commented so give it a read first.
If you'd like to support my work and show your appreciation, you can tip me Decred at address DsRDf6SzCY97VqCD67NF1jJrmD5YgWNFtQk
Enjoy!
BittrexMarketBuys is licensed under the copyfree ISC License.