This is a trading bot that will buy and sell kif between two boundaries.
How to use:
1/ First option (recommended)
Open the notebook in Mybinder (click link above) and run it once the kernel is ready.
2/ Second option Proceed to install on your local host:
- use "pip install -r requirements.txt" to download the necessary libraries
- go to the var.py file and fill in the missing information in the keys dict
- open up uniTrade.py and edit run function at the bottom of the page to adjust the lower and upper bounds to you liking
- use "python uniTrade.py" to start the script