Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes after night runv0.5 | Ismaël Bouya | 2018-03-04 | 3 | -34/+102 |
* | Fix test for pretty-printing json | Ismaël Bouya | 2018-03-04 | 1 | -3/+3 |
* | Add build_release in Makefile | Ismaël Bouya | 2018-03-04 | 1 | -0/+13 |
* | Pretty-print the json output | Ismaël Bouya | 2018-03-04 | 1 | -1/+1 |
* | Write tests for Processor classv0.4 | Ismaël Bouya | 2018-03-04 | 2 | -120/+206 |
* | Add close trades action | Ismaël Bouya | 2018-03-04 | 4 | -7/+66 |
* | Add processors | Ismaël Bouya | 2018-03-02 | 3 | -138/+184 |
* | Remove useless update_trades method | Ismaël Bouya | 2018-03-01 | 4 | -68/+38 |
* | Add processors | Ismaël Bouya | 2018-03-01 | 2 | -16/+31 |
* | Dynamically use process methods | Ismaël Bouya | 2018-03-01 | 2 | -13/+15 |
* | Fix ticker fetcher | Ismaël Bouya | 2018-03-01 | 2 | -6/+7 |
* | Add tests for ccxt_wrapper | Ismaël Bouya | 2018-03-01 | 2 | -59/+153 |
* | Various fixes/improvementsv0.3 | Ismaël Bouya | 2018-03-01 | 6 | -245/+394 |
* | Add make_order and get_user_market helpers | Ismaël Bouya | 2018-02-27 | 3 | -8/+197 |
* | Retry running order when available balance is insufficient | Ismaël Bouya | 2018-02-26 | 4 | -15/+75 |
* | Fix dust amount error | Ismaël Bouya | 2018-02-26 | 4 | -5/+18 |
* | Add user and action for main actions | Ismaël Bouya | 2018-02-26 | 3 | -18/+69 |
* | Fix not serializable object | Ismaël Bouya | 2018-02-26 | 2 | -3/+2 |
* | Refactor the store to be more conciliant with multiple marketsv0.2 | Ismaël Bouya | 2018-02-25 | 6 | -1222/+1337 |
* | Add main running file and fetch information from database | Ismaël Bouya | 2018-02-25 | 6 | -19/+102 |
* | Add requirement filev0.1 | Ismaël Bouya | 2018-02-24 | 2 | -0/+7 |
* | Add tags to balance log | Ismaël Bouya | 2018-02-24 | 3 | -25/+67 |
* | Add report store to store messages and logs | Ismaël Bouya | 2018-02-24 | 4 | -221/+1041 |
* | Add mouvement representation | Ismaël Bouya | 2018-02-19 | 2 | -0/+42 |
* | Add liquidity to helper methods | Ismaël Bouya | 2018-02-19 | 2 | -16/+16 |
* | Allow dispatch assets to receive liquidity | Ismaël Bouya | 2018-02-19 | 2 | -2/+3 |
* | Make nonce in nanoseconds | Ismaël Bouya | 2018-02-19 | 1 | -0/+8 |
* | Add print_balances helper | Ismaël Bouya | 2018-02-12 | 3 | -0/+36 |
* | Add method to wait for portfolio update | Ismaël Bouya | 2018-02-12 | 2 | -10/+66 |
* | Add missing amount operations | Ismaël Bouya | 2018-02-12 | 2 | -0/+17 |
* | Fix move_balance not moving currencies absent from trades | Ismaël Bouya | 2018-02-12 | 2 | -3/+8 |
* | create wrapper for poloniex class | Ismaël Bouya | 2018-02-12 | 2 | -237/+243 |
* | Move market to ccxt_wrapper | Ismaël Bouya | 2018-02-12 | 2 | -243/+247 |
* | Add last tests for helper | Ismaël Bouya | 2018-02-12 | 2 | -3/+133 |
* | Fix some errors in api responses | Ismaël Bouya | 2018-02-12 | 2 | -14/+54 |
* | Add missing tests | Ismaël Bouya | 2018-02-11 | 3 | -85/+520 |
* | Add Makefile and test coverage | Ismaël Bouya | 2018-02-11 | 5 | -75/+530 |
* | Separate store and add helper | Ismaël Bouya | 2018-02-10 | 4 | -609/+621 |
* | Fix Amount.__sub__ not working with 0 | Ismaël Bouya | 2018-02-09 | 2 | -90/+393 |
* | Implement order following | Ismaël Bouya | 2018-02-06 | 2 | -234/+431 |
* | WIP: handle more balance information | Ismaël Bouya | 2018-02-04 | 3 | -129/+279 |
* | Work in progress to use shorts | Ismaël Bouya | 2018-02-03 | 3 | -89/+270 |
* | Add first steps for margin trading | Ismaël Bouya | 2018-01-26 | 3 | -8/+61 |
* | Add test for Trade | Ismaël Bouya | 2018-01-26 | 1 | -1/+15 |
* | Return correct values and fix isinstance use | Ismaël Bouya | 2018-01-25 | 1 | -5/+5 |
* | Remove unnecessary dependency on ccxt | Ismaël Bouya | 2018-01-25 | 2 | -7/+7 |
* | Add dummy README and gitignore | Ismaël Bouya | 2018-01-24 | 2 | -0/+27 |
* | Add comments to explain the trade -> order conversion | Ismaël Bouya | 2018-01-24 | 1 | -4/+32 |
* | Handle error when placing orders | Ismaël Bouya | 2018-01-22 | 1 | -3/+7 |
* | Fix selling price for inverted markets | Ismaël Bouya | 2018-01-22 | 1 | -7/+16 |