aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Handle timeouts for move_balancesIsmaël Bouya2018-03-252-6/+149
|/
* Merge branch 'retry_timeout' into devIsmaël Bouya2018-03-243-18/+109
|\
| * Move request wrapper to ccxtIsmaël Bouya2018-03-243-18/+27
| |
| * Add retry facility for api call timeoutsIsmaël Bouya2018-03-242-0/+82
|/ | | | Fixes https://git.immae.eu/mantisbt/view.php?id=40
* Fetch market_config for import report taskIsmaël Bouya2018-03-241-9/+6
|
* Merge branch 'store_reports' into devIsmaël Bouya2018-03-245-77/+286
|\ | | | | | | | | | | Add reports storing in database. See https://git.immae.eu/mantisbt/view.php?id=56 for the expected schema
| * Cleanup market from_configIsmaël Bouya2018-03-243-26/+21
| |
| * Add task to migrate reports to databaseIsmaël Bouya2018-03-241-0/+50
| |
| * Store reports to databaseIsmaël Bouya2018-03-244-54/+202
| | | | | | | | Fixes https://git.immae.eu/mantisbt/view.php?id=57
| * Add quiet flag for runningIsmaël Bouya2018-03-233-27/+43
|/
* Merge branch 'immae/store_logs' into devIsmaël Bouya2018-03-123-5/+19
|\
| * Store printed logsIsmaël Bouya2018-03-123-5/+19
|/
* Merge branch 'night_fixes' into devIsmaël Bouya2018-03-122-38/+76
|\
| * Fix mark finished order not alway called when necessaryIsmaël Bouya2018-03-122-11/+11
| |
| * Fix fullfiled not having correct currenciesIsmaël Bouya2018-03-122-27/+65
| |
* | Merge branch 'immae/parallelize' into devIsmaël Bouya2018-03-0910-731/+3071
|\ \ | |/ |/| | | Fixes https://git.immae.eu/mantisbt/view.php?id=51
| * Add parallelizationIsmaël Bouya2018-03-093-128/+431
| |
| * Add fake scenarioIsmaël Bouya2018-03-091-0/+27
| |
| * Add merge method for reportIsmaël Bouya2018-03-083-2/+29
| |
| * Move Portfolio to store and cleanup methodsIsmaël Bouya2018-03-084-198/+177
| | | | | | | | Make report stored in portfolio class instead of market
| * Move market processing to single methodIsmaël Bouya2018-03-082-24/+38
| |
| * Complete tests for the ccxt wrapperIsmaël Bouya2018-03-065-1/+1883
| |
| * Move helper methods to their due placesIsmaël Bouya2018-03-064-502/+610
|/
* Fixes after night runv0.5Ismaël Bouya2018-03-043-34/+102
| | | | | | | | - 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
|
* Add build_release in MakefileIsmaël Bouya2018-03-041-0/+13
|
* Pretty-print the json outputIsmaël Bouya2018-03-041-1/+1
|
* Write tests for Processor classv0.4Ismaël Bouya2018-03-042-120/+206
| | | | | | | 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-044-7/+66
|
* Add processorsIsmaël Bouya2018-03-023-138/+184
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=45
* Remove useless update_trades methodIsmaël Bouya2018-03-014-68/+38
| | | | Add arguments to log_stage
* Add processorsIsmaël Bouya2018-03-012-16/+31
|
* Dynamically use process methodsIsmaël Bouya2018-03-012-13/+15
|
* Fix ticker fetcherIsmaël Bouya2018-03-012-6/+7
|
* Add tests for ccxt_wrapperIsmaël Bouya2018-03-012-59/+153
|
* Various fixes/improvementsv0.3Ismaël Bouya2018-03-016-245/+394
| | | | | - Use pending gains to compute the move_balance - Use ttl_cache for tickers
* Add make_order and get_user_market helpersIsmaël Bouya2018-02-273-8/+197
| | | | | 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-264-15/+75
|
* Fix dust amount errorIsmaël Bouya2018-02-264-5/+18
|
* Add user and action for main actionsIsmaël Bouya2018-02-263-18/+69
|
* Fix not serializable objectIsmaël Bouya2018-02-262-3/+2
|
* Refactor the store to be more conciliant with multiple marketsv0.2Ismaël Bouya2018-02-256-1222/+1337
|
* Add main running file and fetch information from databaseIsmaël Bouya2018-02-256-19/+102
|
* Add requirement filev0.1Ismaël Bouya2018-02-242-0/+7
|
* Add tags to balance logIsmaël Bouya2018-02-243-25/+67
|
* Add report store to store messages and logsIsmaël Bouya2018-02-244-221/+1041
|
* Add mouvement representationIsmaël Bouya2018-02-192-0/+42
|
* Add liquidity to helper methodsIsmaël Bouya2018-02-192-16/+16
|
* Allow dispatch assets to receive liquidityIsmaël Bouya2018-02-192-2/+3
|
* Make nonce in nanosecondsIsmaël Bouya2018-02-191-0/+8
|