aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add debug mode parameter rather than global flagIsmaël Bouya2018-01-221-5/+2
* Add some tests and cleanup exchange processIsmaël Bouya2018-01-212-32/+322
* Store currency conversion rate and use it in trade computationsIsmaël Bouya2018-01-212-14/+17
* Add compute value lambdas for currency conversionIsmaël Bouya2018-01-212-18/+63
* Remove unused decoratorIsmaël Bouya2018-01-201-6/+0
* Change integer to decimalsIsmaël Bouya2018-01-203-83/+118
* Don't autoprepare the orders when creating tradeIsmaël Bouya2018-01-181-6/+4
* Move ticker to Trade class and add testsIsmaël Bouya2018-01-182-57/+175
* Add Balance class testsIsmaël Bouya2018-01-183-7/+502
* Write some tests for Portfolio classIsmaël Bouya2018-01-172-5/+92
* Complete refactor of the script to use classesjl/devIsmaël Bouya2018-01-163-218/+604
* Include fees in computationIsmaël Bouya2018-01-141-12/+41
* Add order processing functionsIsmaël Bouya2018-01-141-25/+89
* Augment ticker information to show adjusted bid/askIsmaël Bouya2018-01-141-1/+13
* Add split shares smart contract for EthereumIsmaël Bouya2018-01-121-0/+35
* Fetch assets from marketIsmaël Bouya2018-01-121-6/+9
* Add log-in api key to marketIsmaël Bouya2018-01-122-1/+8
* Cache ticker valuesIsmaël Bouya2018-01-111-7/+22
* First script skeletonIsmaël Bouya2018-01-111-0/+94