aboutsummaryrefslogtreecommitdiff
path: root/test.py
Commit message (Collapse)AuthorAgeFilesLines
* Add some tests and cleanup exchange processIsmaël Bouya2018-01-211-2/+261
| | | | | | | | | - 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 computationsIsmaël Bouya2018-01-211-0/+3
|
* Add compute value lambdas for currency conversionIsmaël Bouya2018-01-211-6/+24
|
* Change integer to decimalsIsmaël Bouya2018-01-201-55/+45
|
* Move ticker to Trade class and add testsIsmaël Bouya2018-01-181-10/+126
|
* Add Balance class testsIsmaël Bouya2018-01-181-0/+142
|
* Write some tests for Portfolio classIsmaël Bouya2018-01-171-3/+84
|
* Complete refactor of the script to use classesjl/devIsmaël Bouya2018-01-161-0/+174