aboutsummaryrefslogtreecommitdiff
path: root/test.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=60
* 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
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=40
* Cleanup market from_configIsmaël Bouya2018-03-241-5/+5
|
* Store reports to databaseIsmaël Bouya2018-03-241-31/+134
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=57
* 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
| | | | | | | | Make report stored in portfolio class instead of market
* | 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
| | | | | | | | - 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 test for pretty-printing jsonIsmaël Bouya2018-03-041-3/+3
|
* Write tests for Processor classv0.4Ismaël Bouya2018-03-041-72/+158
| | | | | | | Make default repartition less sensitive to BTC Automatic signature for methods Fixes https://git.immae.eu/mantisbt/view.php?id=49 https://git.immae.eu/mantisbt/view.php?id=39
* Add close trades actionIsmaël Bouya2018-03-041-6/+50
|
* Add processorsIsmaël Bouya2018-03-021-85/+26
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=45
* Remove useless update_trades methodIsmaël Bouya2018-03-011-54/+20
| | | | Add arguments to log_stage
* 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
| | | | | - Use pending gains to compute the move_balance - Use ttl_cache for tickers
* Add make_order and get_user_market helpersIsmaël Bouya2018-02-271-4/+136
| | | | | Fix cancel order not actually fetching the order Fetch only necessary order to poloniex
* 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
|
* Allow dispatch assets to receive liquidityIsmaël Bouya2018-02-191-0/+1
|
* Add print_balances helperIsmaël Bouya2018-02-121-0/+26
|
* Add method to wait for portfolio updateIsmaël Bouya2018-02-121-3/+50
|