Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move acceptance tests to common directory | Ismaël Bouya | 2018-04-20 | 1 | -5/+12 |
* | Move tests to separate files | Ismaël Bouya | 2018-04-07 | 1 | -5218/+5 |
* | Fix console helper | Ismaël Bouya | 2018-04-05 | 1 | -2/+8 |
* | Refactor config parsing | Ismaël Bouya | 2018-04-05 | 1 | -77/+72 |
* | Log http requests exceptions | Ismaël Bouya | 2018-04-04 | 1 | -1/+32 |
* | Add logging at market instance creation | Ismaël Bouya | 2018-04-04 | 1 | -0/+22 |
* | Improve fix of vanishing orders | Ismaël Bouya | 2018-04-03 | 1 | -48/+64 |
* | Fix vanishing orders | Ismaël Bouya | 2018-04-02 | 1 | -1/+117 |
* | Small refactor for `super` use | Ismaël Bouya | 2018-04-02 | 1 | -7/+7 |
* | Handle invalid nonces | Ismaël Bouya | 2018-03-25 | 1 | -6/+50 |
* | Handle timeouts for order creations | Ismaël Bouya | 2018-03-25 | 1 | -0/+501 |
* | Handle timeouts for move_balances | Ismaël Bouya | 2018-03-25 | 1 | -0/+133 |
* | Move request wrapper to ccxt | Ismaël Bouya | 2018-03-24 | 1 | -6/+12 |
* | Add retry facility for api call timeouts | Ismaël Bouya | 2018-03-24 | 1 | -0/+52 |
* | Cleanup market from_config | Ismaël Bouya | 2018-03-24 | 1 | -5/+5 |
* | Store reports to database | Ismaël Bouya | 2018-03-24 | 1 | -31/+134 |
* | Add quiet flag for running | Ismaël Bouya | 2018-03-23 | 1 | -20/+31 |
* | Store printed logs | Ismaël Bouya | 2018-03-12 | 1 | -2/+8 |
* | Merge branch 'night_fixes' into dev | Ismaël Bouya | 2018-03-12 | 1 | -25/+63 |
|\ | |||||
| * | Fix mark finished order not alway called when necessary | Ismaël Bouya | 2018-03-12 | 1 | -6/+7 |
| * | Fix fullfiled not having correct currencies | Ismaël Bouya | 2018-03-12 | 1 | -19/+56 |
* | | Add parallelization | Ismaël Bouya | 2018-03-09 | 1 | -105/+313 |
* | | Add merge method for report | Ismaël Bouya | 2018-03-08 | 1 | -2/+24 |
* | | Move Portfolio to store and cleanup methods | Ismaël Bouya | 2018-03-08 | 1 | -111/+92 |
* | | Move market processing to single method | Ismaël Bouya | 2018-03-08 | 1 | -18/+29 |
* | | Complete tests for the ccxt wrapper | Ismaël Bouya | 2018-03-06 | 1 | -1/+312 |
* | | Move helper methods to their due places | Ismaël Bouya | 2018-03-06 | 1 | -166/+262 |
|/ | |||||
* | Fixes after night runv0.5 | Ismaël Bouya | 2018-03-04 | 1 | -27/+78 |
* | Fix test for pretty-printing json | Ismaël Bouya | 2018-03-04 | 1 | -3/+3 |
* | Write tests for Processor classv0.4 | Ismaël Bouya | 2018-03-04 | 1 | -72/+158 |
* | Add close trades action | Ismaël Bouya | 2018-03-04 | 1 | -6/+50 |
* | Add processors | Ismaël Bouya | 2018-03-02 | 1 | -85/+26 |
* | Remove useless update_trades method | Ismaël Bouya | 2018-03-01 | 1 | -54/+20 |
* | Add processors | Ismaël Bouya | 2018-03-01 | 1 | -9/+19 |
* | Dynamically use process methods | Ismaël Bouya | 2018-03-01 | 1 | -4/+6 |
* | Fix ticker fetcher | Ismaël Bouya | 2018-03-01 | 1 | -0/+2 |
* | Add tests for ccxt_wrapper | Ismaël Bouya | 2018-03-01 | 1 | -0/+81 |
* | Various fixes/improvementsv0.3 | Ismaël Bouya | 2018-03-01 | 1 | -149/+195 |
* | Add make_order and get_user_market helpers | Ismaël Bouya | 2018-02-27 | 1 | -4/+136 |
* | Retry running order when available balance is insufficient | Ismaël Bouya | 2018-02-26 | 1 | -7/+52 |
* | Fix dust amount error | Ismaël Bouya | 2018-02-26 | 1 | -2/+14 |
* | Add user and action for main actions | Ismaël Bouya | 2018-02-26 | 1 | -8/+44 |
* | Fix not serializable object | Ismaël Bouya | 2018-02-26 | 1 | -2/+1 |
* | Refactor the store to be more conciliant with multiple marketsv0.2 | Ismaël Bouya | 2018-02-25 | 1 | -814/+916 |
* | Add main running file and fetch information from database | Ismaël Bouya | 2018-02-25 | 1 | -0/+10 |
* | Add tags to balance log | Ismaël Bouya | 2018-02-24 | 1 | -19/+54 |
* | Add report store to store messages and logs | Ismaël Bouya | 2018-02-24 | 1 | -136/+714 |
* | Add mouvement representation | Ismaël Bouya | 2018-02-19 | 1 | -0/+26 |
* | Add liquidity to helper methods | Ismaël Bouya | 2018-02-19 | 1 | -4/+4 |
* | Allow dispatch assets to receive liquidity | Ismaël Bouya | 2018-02-19 | 1 | -0/+1 |