Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor databases access | Ismaël Bouya | 2018-05-02 | 1 | -40/+15 |
| | |||||
* | Fix price imprecision due to floats | Ismaël Bouya | 2018-04-30 | 1 | -1/+1 |
| | |||||
* | Store some information to redis | Ismaël Bouya | 2018-04-21 | 1 | -5/+28 |
| | |||||
* | Use generic parser for market processing | Ismaël Bouya | 2018-04-20 | 1 | -1/+4 |
| | |||||
* | Add some acceptance tests | Ismaël Bouya | 2018-04-09 | 1 | -0/+2 |
| | |||||
* | Acceptance test preparation | Ismaël Bouya | 2018-04-07 | 1 | -2/+9 |
| | | | | | | Save some headers for http requests Wait for all threads after the end of main Simplify library imports for mocking | ||||
* | Fix console helper | Ismaël Bouya | 2018-04-05 | 1 | -3/+6 |
| | |||||
* | Refactor config parsing | Ismaël Bouya | 2018-04-05 | 1 | -34/+48 |
| | |||||
* | Cleanup market from_config | Ismaël Bouya | 2018-03-24 | 1 | -9/+11 |
| | |||||
* | Store reports to database | Ismaël Bouya | 2018-03-24 | 1 | -9/+13 |
| | | | | Fixes https://git.immae.eu/mantisbt/view.php?id=57 | ||||
* | Add quiet flag for running | Ismaël Bouya | 2018-03-23 | 1 | -2/+6 |
| | |||||
* | Add parallelization | Ismaël Bouya | 2018-03-09 | 1 | -2/+11 |
| | |||||
* | Move market processing to single method | Ismaël Bouya | 2018-03-08 | 1 | -6/+9 |
| | |||||
* | Move helper methods to their due places | Ismaël Bouya | 2018-03-06 | 1 | -12/+137 |
| | |||||
* | Fixes after night runv0.5 | Ismaël Bouya | 2018-03-04 | 1 | -1/+4 |
| | | | | | | | | - Currency pair doesn’t work when fetching orders - Store error in main to report. - Cancel orders when closing trade - Print closed status of trade to repr - Don’t try to cancel not cancellable orders | ||||
* | Fix dust amount error | Ismaël Bouya | 2018-02-26 | 1 | -1/+0 |
| | |||||
* | Add user and action for main actions | Ismaël Bouya | 2018-02-26 | 1 | -2/+2 |
| | |||||
* | Refactor the store to be more conciliant with multiple marketsv0.2 | Ismaël Bouya | 2018-02-25 | 1 | -57/+9 |
| | |||||
* | Add main running file and fetch information from database | Ismaël Bouya | 2018-02-25 | 1 | -0/+64 |