aboutsummaryrefslogtreecommitdiff
path: root/ccxt_wrapper.py
Commit message (Expand)AuthorAgeFilesLines
* Eat several positions in the order book after some time spentIsmaël Bouya2018-07-311-0/+4
* Don’t close dust remaining orders before end of trade.Ismaël Bouya2018-05-011-0/+7
* Fix price imprecision due to floatsIsmaël Bouya2018-04-301-35/+40
* Fix ccxt switching currency codesIsmaël Bouya2018-04-091-0/+10
* Acceptance test preparationIsmaël Bouya2018-04-071-0/+2
* Log http requests exceptionsIsmaël Bouya2018-04-041-4/+12
* Small refactor for `super` useIsmaël Bouya2018-04-021-3/+3
* Handle invalid noncesIsmaël Bouya2018-03-251-1/+1
* Move request wrapper to ccxtIsmaël Bouya2018-03-241-0/+15
* Add retry facility for api call timeoutsIsmaël Bouya2018-03-241-0/+30
* Add tests for ccxt_wrapperIsmaël Bouya2018-03-011-59/+72
* Various fixes/improvementsv0.3Ismaël Bouya2018-03-011-13/+96
* Make nonce in nanosecondsIsmaël Bouya2018-02-191-0/+8
* create wrapper for poloniex classIsmaël Bouya2018-02-121-236/+225
* Move market to ccxt_wrapperIsmaël Bouya2018-02-121-0/+246