aboutsummaryrefslogtreecommitdiff
path: root/store.py
Commit message (Expand)AuthorAgeFilesLines
* Store tickers in balance logIsmaël Bouya2018-05-011-8/+23
* Store some information to redisIsmaël Bouya2018-04-211-14/+32
* Store duration in http requestsIsmaël Bouya2018-04-201-0/+2
* Add some acceptance testsIsmaël Bouya2018-04-091-2/+4
* Acceptance test preparationIsmaël Bouya2018-04-071-21/+51
* Refactor config parsingIsmaël Bouya2018-04-051-3/+1
* Log http requests exceptionsIsmaël Bouya2018-04-041-9/+22
* Add logging at market instance creationIsmaël Bouya2018-04-041-0/+11
* Store reports to databaseIsmaël Bouya2018-03-241-5/+15
* Store printed logsIsmaël Bouya2018-03-121-1/+7
* Add parallelizationIsmaël Bouya2018-03-091-21/+107
* Add merge method for reportIsmaël Bouya2018-03-081-0/+4
* Move Portfolio to store and cleanup methodsIsmaël Bouya2018-03-081-3/+82
* Pretty-print the json outputIsmaël Bouya2018-03-041-1/+1
* Add close trades actionIsmaël Bouya2018-03-041-1/+5
* Remove useless update_trades methodIsmaël Bouya2018-03-011-2/+13
* Various fixes/improvementsv0.3Ismaël Bouya2018-03-011-3/+14
* Fix not serializable objectIsmaël Bouya2018-02-261-1/+1
* Refactor the store to be more conciliant with multiple marketsv0.2Ismaël Bouya2018-02-251-126/+104
* Add tags to balance logIsmaël Bouya2018-02-241-3/+4
* Add report store to store messages and logsIsmaël Bouya2018-02-241-16/+208
* Allow dispatch assets to receive liquidityIsmaël Bouya2018-02-191-2/+2
* Add Makefile and test coverageIsmaël Bouya2018-02-111-14/+19
* Separate store and add helperIsmaël Bouya2018-02-101-0/+102