aboutsummaryrefslogtreecommitdiff
path: root/portfolio.py
Commit message (Expand)AuthorAgeFilesLines
* Return correct values and fix isinstance useIsmaël Bouya2018-01-251-5/+5
* Remove unnecessary dependency on ccxtIsmaël Bouya2018-01-251-3/+3
* Add comments to explain the trade -> order conversionIsmaël Bouya2018-01-241-4/+32
* Handle error when placing ordersIsmaël Bouya2018-01-221-3/+7
* Fix selling price for inverted marketsIsmaël Bouya2018-01-221-7/+16
* Add method to print ordersIsmaël Bouya2018-01-221-5/+19
* Fix bid/ask to sell/buy in ordersIsmaël Bouya2018-01-221-2/+2
* Allow dispatch asset to have custom repartitionIsmaël Bouya2018-01-221-4/+13
* Add debug mode parameter rather than global flagIsmaël Bouya2018-01-221-5/+2
* Add some tests and cleanup exchange processIsmaël Bouya2018-01-211-30/+61
* Store currency conversion rate and use it in trade computationsIsmaël Bouya2018-01-211-14/+14
* Add compute value lambdas for currency conversionIsmaël Bouya2018-01-211-12/+39
* Remove unused decoratorIsmaël Bouya2018-01-201-6/+0
* Change integer to decimalsIsmaël Bouya2018-01-201-28/+22
* 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-181-47/+49
* Add Balance class testsIsmaël Bouya2018-01-181-7/+4
* Write some tests for Portfolio classIsmaël Bouya2018-01-171-2/+8
* Complete refactor of the script to use classesjl/devIsmaël Bouya2018-01-161-0/+430