aboutsummaryrefslogtreecommitdiff
path: root/test.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Amount.__sub__ not working with 0Ismaël Bouya2018-02-091-89/+390
* Implement order followingIsmaël Bouya2018-02-061-179/+256
* WIP: handle more balance informationIsmaël Bouya2018-02-041-0/+4
* Work in progress to use shortsIsmaël Bouya2018-02-031-36/+99
* Add first steps for margin tradingIsmaël Bouya2018-01-261-2/+1
* Add test for TradeIsmaël Bouya2018-01-261-1/+15
* Remove unnecessary dependency on ccxtIsmaël Bouya2018-01-251-4/+4
* Fix bid/ask to sell/buy in ordersIsmaël Bouya2018-01-221-11/+14
* Add some tests and cleanup exchange processIsmaël Bouya2018-01-211-2/+261
* 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