Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | Fix order preparation and add tests for the step Separate tests between acceptance and unit Add more tests | ||||
* | 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 |
| | | | | Add more tests | ||||
* | Implement order following | Ismaël Bouya | 2018-02-06 | 2 | -234/+431 |
| | | | | | | | | - Change urllib to requests and use it in tests - Add debug mode for sensitive actions - Follow orders when trade is running - Fetch order from the api and store the mouvements already filled - Start rewriting tests | ||||
* | 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 |
| | |||||
* | Add method to print orders | Ismaël Bouya | 2018-01-22 | 1 | -5/+19 |
| | |||||
* | Fix bid/ask to sell/buy in orders | Ismaël Bouya | 2018-01-22 | 2 | -13/+16 |
| | |||||
* | Allow dispatch asset to have custom repartition | Ismaël Bouya | 2018-01-22 | 1 | -4/+13 |
| | |||||
* | Add debug mode parameter rather than global flag | Ismaël Bouya | 2018-01-22 | 1 | -5/+2 |
| | |||||
* | Add some tests and cleanup exchange process | Ismaël Bouya | 2018-01-21 | 2 | -32/+322 |
| | | | | | | | | | - Acceptance test for the whole exchange process - Cut exchange two steps: - Compute the outcome of the exchange - Do all the sells - Recompute the buys according to the sells result - Do all the buys | ||||
* | Store currency conversion rate and use it in trade computations | Ismaël Bouya | 2018-01-21 | 2 | -14/+17 |
| | |||||
* | Add compute value lambdas for currency conversion | Ismaël Bouya | 2018-01-21 | 2 | -18/+63 |
| | |||||
* | Remove unused decorator | Ismaël Bouya | 2018-01-20 | 1 | -6/+0 |
| | |||||
* | Change integer to decimals | Ismaël Bouya | 2018-01-20 | 3 | -83/+118 |
| | |||||
* | Don't autoprepare the orders when creating trade | Ismaël Bouya | 2018-01-18 | 1 | -6/+4 |
| | |||||
* | Move ticker to Trade class and add tests | Ismaël Bouya | 2018-01-18 | 2 | -57/+175 |
| | |||||
* | Add Balance class tests | Ismaël Bouya | 2018-01-18 | 3 | -7/+502 |
| | |||||
* | Write some tests for Portfolio class | Ismaël Bouya | 2018-01-17 | 2 | -5/+92 |
| | |||||
* | Complete refactor of the script to use classesjl/dev | Ismaël Bouya | 2018-01-16 | 3 | -218/+604 |
| | |||||
* | Include fees in computation | Ismaël Bouya | 2018-01-14 | 1 | -12/+41 |
| | |||||
* | Add order processing functions | Ismaël Bouya | 2018-01-14 | 1 | -25/+89 |
| | |||||
* | Augment ticker information to show adjusted bid/ask | Ismaël Bouya | 2018-01-14 | 1 | -1/+13 |
| | |||||
* | Add split shares smart contract for Ethereum | Ismaël Bouya | 2018-01-12 | 1 | -0/+35 |
| | |||||
* | Fetch assets from market | Ismaël Bouya | 2018-01-12 | 1 | -6/+9 |
| | |||||
* | Add log-in api key to market | Ismaël Bouya | 2018-01-12 | 2 | -1/+8 |
| | |||||
* | Cache ticker values | Ismaël Bouya | 2018-01-11 | 1 | -7/+22 |
| | |||||
* | First script skeleton | Ismaël Bouya | 2018-01-11 | 1 | -0/+94 |