Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |