aboutsummaryrefslogtreecommitdiff
path: root/main.py
Commit message (Collapse)AuthorAgeFilesLines
* Add liquidity option for cryptoportfolio usersIsmaël Bouya2018-08-041-9/+20
|
* Some fixesIsmaël Bouya2018-07-251-1/+1
| | | | | - DB cursor expects an enumerable - None should be returned when repartition is not available
* Fetch only enabled marketIsmaël Bouya2018-05-101-2/+2
|
* Refactor databases accessIsmaël Bouya2018-05-021-40/+15
|
* Fix price imprecision due to floatsIsmaël Bouya2018-04-301-1/+1
|
* Store some information to redisIsmaël Bouya2018-04-211-5/+28
|
* Use generic parser for market processingIsmaël Bouya2018-04-201-1/+4
|
* Add some acceptance testsIsmaël Bouya2018-04-091-0/+2
|
* Acceptance test preparationIsmaël Bouya2018-04-071-2/+9
| | | | | | Save some headers for http requests Wait for all threads after the end of main Simplify library imports for mocking
* Fix console helperIsmaël Bouya2018-04-051-3/+6
|
* Refactor config parsingIsmaël Bouya2018-04-051-34/+48
|
* Cleanup market from_configIsmaël Bouya2018-03-241-9/+11
|
* Store reports to databaseIsmaël Bouya2018-03-241-9/+13
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=57
* Add quiet flag for runningIsmaël Bouya2018-03-231-2/+6
|
* Add parallelizationIsmaël Bouya2018-03-091-2/+11
|
* Move market processing to single methodIsmaël Bouya2018-03-081-6/+9
|
* Move helper methods to their due placesIsmaël Bouya2018-03-061-12/+137
|
* Fixes after night runv0.5Ismaël Bouya2018-03-041-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 errorIsmaël Bouya2018-02-261-1/+0
|
* Add user and action for main actionsIsmaël Bouya2018-02-261-2/+2
|
* Refactor the store to be more conciliant with multiple marketsv0.2Ismaël Bouya2018-02-251-57/+9
|
* Add main running file and fetch information from databaseIsmaël Bouya2018-02-251-0/+64