aboutsummaryrefslogtreecommitdiff
path: root/test.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor databases accessIsmaël Bouya2018-05-021-0/+1
* Move acceptance tests to common directoryIsmaël Bouya2018-04-201-5/+12
* Move tests to separate filesIsmaël Bouya2018-04-071-5218/+5
* Fix console helperIsmaël Bouya2018-04-051-2/+8
* Refactor config parsingIsmaël Bouya2018-04-051-77/+72
* Log http requests exceptionsIsmaël Bouya2018-04-041-1/+32
* Add logging at market instance creationIsmaël Bouya2018-04-041-0/+22
* Improve fix of vanishing ordersIsmaël Bouya2018-04-031-48/+64
* Fix vanishing ordersIsmaël Bouya2018-04-021-1/+117
* Small refactor for `super` useIsmaël Bouya2018-04-021-7/+7
* Handle invalid noncesIsmaël Bouya2018-03-251-6/+50
* Handle timeouts for order creationsIsmaël Bouya2018-03-251-0/+501
* Handle timeouts for move_balancesIsmaël Bouya2018-03-251-0/+133
* Move request wrapper to ccxtIsmaël Bouya2018-03-241-6/+12
* Add retry facility for api call timeoutsIsmaël Bouya2018-03-241-0/+52
* Cleanup market from_configIsmaël Bouya2018-03-241-5/+5
* Store reports to databaseIsmaël Bouya2018-03-241-31/+134
* Add quiet flag for runningIsmaël Bouya2018-03-231-20/+31
* Store printed logsIsmaël Bouya2018-03-121-2/+8
* Merge branch 'night_fixes' into devIsmaël Bouya2018-03-121-25/+63
|\
| * Fix mark finished order not alway called when necessaryIsmaël Bouya2018-03-121-6/+7
| * Fix fullfiled not having correct currenciesIsmaël Bouya2018-03-121-19/+56
* | Add parallelizationIsmaël Bouya2018-03-091-105/+313
* | Add merge method for reportIsmaël Bouya2018-03-081-2/+24
* | Move Portfolio to store and cleanup methodsIsmaël Bouya2018-03-081-111/+92
* | Move market processing to single methodIsmaël Bouya2018-03-081-18/+29
* | Complete tests for the ccxt wrapperIsmaël Bouya2018-03-061-1/+312
* | Move helper methods to their due placesIsmaël Bouya2018-03-061-166/+262
|/
* Fixes after night runv0.5Ismaël Bouya2018-03-041-27/+78
* Fix test for pretty-printing jsonIsmaël Bouya2018-03-041-3/+3
* Write tests for Processor classv0.4Ismaël Bouya2018-03-041-72/+158
* Add close trades actionIsmaël Bouya2018-03-041-6/+50
* Add processorsIsmaël Bouya2018-03-021-85/+26
* Remove useless update_trades methodIsmaël Bouya2018-03-011-54/+20
* Add processorsIsmaël Bouya2018-03-011-9/+19
* Dynamically use process methodsIsmaël Bouya2018-03-011-4/+6
* Fix ticker fetcherIsmaël Bouya2018-03-011-0/+2
* Add tests for ccxt_wrapperIsmaël Bouya2018-03-011-0/+81
* Various fixes/improvementsv0.3Ismaël Bouya2018-03-011-149/+195
* Add make_order and get_user_market helpersIsmaël Bouya2018-02-271-4/+136
* Retry running order when available balance is insufficientIsmaël Bouya2018-02-261-7/+52
* Fix dust amount errorIsmaël Bouya2018-02-261-2/+14
* Add user and action for main actionsIsmaël Bouya2018-02-261-8/+44
* Fix not serializable objectIsmaël Bouya2018-02-261-2/+1
* Refactor the store to be more conciliant with multiple marketsv0.2Ismaël Bouya2018-02-251-814/+916
* Add main running file and fetch information from databaseIsmaël Bouya2018-02-251-0/+10
* Add tags to balance logIsmaël Bouya2018-02-241-19/+54
* Add report store to store messages and logsIsmaël Bouya2018-02-241-136/+714
* Add mouvement representationIsmaël Bouya2018-02-191-0/+26
* Add liquidity to helper methodsIsmaël Bouya2018-02-191-4/+4