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