File | Date | Author | Commit |
---|---|---|---|
config | 2018-04-06 |
![]() |
[ba1e4a] #30 #14 Implement rules system |
doc | 2018-04-06 |
![]() |
[8c516d] #7 Raspberry libs required installer |
evaluator | 2018-04-06 |
![]() |
[ba1e4a] #30 #14 Implement rules system |
exchanges | 2018-04-06 |
![]() |
[3b4735] Create Abstract Evaluator that regroup Evaluato... |
tests | 2018-04-06 |
![]() |
[41985b] #41 fixed 2 minutes test |
tools | 2018-04-03 |
![]() |
[fd7bca] Update notifications.py |
.gitignore | 2018-04-05 |
![]() |
[ee53ff] #33 setup matrix |
.travis.yml | 2018-04-04 |
![]() |
[66b5a1] #3 Create test config.json |
LICENSE | 2018-02-23 |
![]() |
[982b51] Initial commit |
README.md | 2018-04-06 |
![]() |
[cf5491] Version changed to 0.0.4-alpha |
bot.py | 2018-04-06 |
![]() |
[1fa2c0] #41 added stop_threads and set_time_frame for bots |
main.py | 2018-04-04 |
![]() |
[8d1954] Improve performances by regrouping same time fr... |
requirements.txt | 2018-04-04 |
![]() |
[fa5fae] #3 Integrate first tests |
git clone https://github.com/Trading-Bot/CryptoBot
cd CryptoBot
sudo pip install git+https://github.com/Herklos-Bots/BotCore
sudo pip install -r requirements.txt
Create a config.json file in the config folder with the following example :
{
"exchanges": {
"Binance": {
"api-key": "YOUR_BINANCE_API_KEY",
"api-secret": "YOUR_BINANCE_API_SECRET"
}
},
"notification":{
"enabled": true,
"type": 1
},
"trader":{
"enabled": false,
"risk": 2
}
}
For more details see the project wiki.