aboutsummaryrefslogtreecommitdiff
path: root/store.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Save some headers for http requests Wait for all threads after the end of main Simplify library imports for mocking
* 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
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=57
* 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
| | | | Make report stored in portfolio class instead of market
* 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
| | | | Add arguments to log_stage
* Various fixes/improvementsv0.3Ismaël Bouya2018-03-011-3/+14
| | | | | - Use pending gains to compute the move_balance - Use ttl_cache for tickers
* 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
| | | | | | Fix order preparation and add tests for the step Separate tests between acceptance and unit Add more tests
* Separate store and add helperIsmaël Bouya2018-02-101-0/+102