aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Backport report migration to databasev0.6.0Ismaël Bouya2018-03-241-2/+2
* Add task to migrate reports to databaseIsmaël Bouya2018-03-241-0/+47
* Merge branch 'night_fixes'v0.5.1Ismaë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
|/
* Fixes after night runv0.5Ismaël Bouya2018-03-043-34/+102
* 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
* Add close trades actionIsmaël Bouya2018-03-044-7/+66
* Add processorsIsmaël Bouya2018-03-023-138/+184
* Remove useless update_trades methodIsmaël Bouya2018-03-014-68/+38
* 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
* Add make_order and get_user_market helpersIsmaël Bouya2018-02-273-8/+197
* 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
* Add print_balances helperIsmaël Bouya2018-02-123-0/+36
* Add method to wait for portfolio updateIsmaël Bouya2018-02-122-10/+66
* Add missing amount operationsIsmaël Bouya2018-02-122-0/+17
* Fix move_balance not moving currencies absent from tradesIsmaël Bouya2018-02-122-3/+8
* create wrapper for poloniex classIsmaël Bouya2018-02-122-237/+243
* Move market to ccxt_wrapperIsmaël Bouya2018-02-122-243/+247
* Add last tests for helperIsmaël Bouya2018-02-122-3/+133
* Fix some errors in api responsesIsmaël Bouya2018-02-122-14/+54
* Add missing testsIsmaël Bouya2018-02-113-85/+520
* Add Makefile and test coverageIsmaël Bouya2018-02-115-75/+530
* Separate store and add helperIsmaël Bouya2018-02-104-609/+621
* Fix Amount.__sub__ not working with 0Ismaël Bouya2018-02-092-90/+393
* Implement order followingIsmaël Bouya2018-02-062-234/+431
* WIP: handle more balance informationIsmaël Bouya2018-02-043-129/+279
* Work in progress to use shortsIsmaël Bouya2018-02-033-89/+270
* Add first steps for margin tradingIsmaël Bouya2018-01-263-8/+61
* Add test for TradeIsmaël Bouya2018-01-261-1/+15
* Return correct values and fix isinstance useIsmaël Bouya2018-01-251-5/+5