aboutsummaryrefslogtreecommitdiff
path: root/test.py
Commit message (Expand)AuthorAgeFilesLines
* Add print_balances helperIsmaël Bouya2018-02-121-0/+26
* Add method to wait for portfolio updateIsmaël Bouya2018-02-121-3/+50
* Add missing amount operationsIsmaël Bouya2018-02-121-0/+9
* Fix move_balance not moving currencies absent from tradesIsmaël Bouya2018-02-121-1/+3
* Add last tests for helperIsmaël Bouya2018-02-121-1/+131
* Fix some errors in api responsesIsmaël Bouya2018-02-121-6/+34
* Add missing testsIsmaël Bouya2018-02-111-47/+464
* Add Makefile and test coverageIsmaël Bouya2018-02-111-20/+420
* Separate store and add helperIsmaël Bouya2018-02-101-331/+337
* 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