aboutsummaryrefslogtreecommitdiff
path: root/main.py
Commit message (Collapse)AuthorAgeFilesLines
* 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