aboutsummaryrefslogtreecommitdiff
path: root/helper.py
Commit message (Expand)AuthorAgeFilesLines
* Write tests for Processor classv0.4Ismaël Bouya2018-03-041-48/+48
* Add close trades actionIsmaël Bouya2018-03-041-0/+3
* Add processorsIsmaël Bouya2018-03-021-41/+148
* Remove useless update_trades methodIsmaël Bouya2018-03-011-1/+1
* Add processorsIsmaël Bouya2018-03-011-7/+12
* Dynamically use process methodsIsmaël Bouya2018-03-011-9/+9
* Add make_order and get_user_market helpersIsmaël Bouya2018-02-271-0/+56
* Retry running order when available balance is insufficientIsmaël Bouya2018-02-261-0/+1
* Add user and action for main actionsIsmaël Bouya2018-02-261-8/+23
* Refactor the store to be more conciliant with multiple marketsv0.2Ismaël Bouya2018-02-251-170/+125
* Add main running file and fetch information from databaseIsmaël Bouya2018-02-251-0/+6
* Add tags to balance logIsmaël Bouya2018-02-241-3/+9
* Add report store to store messages and logsIsmaël Bouya2018-02-241-47/+34
* Add liquidity to helper methodsIsmaël Bouya2018-02-191-12/+12
* Add print_balances helperIsmaël Bouya2018-02-121-0/+8
* Fix move_balance not moving currencies absent from tradesIsmaël Bouya2018-02-121-2/+5
* Add last tests for helperIsmaël Bouya2018-02-121-2/+2
* Add missing testsIsmaël Bouya2018-02-111-11/+28
* Separate store and add helperIsmaël Bouya2018-02-101-0/+151