aboutsummaryrefslogtreecommitdiff
path: root/ccxt_wrapper.py
Commit message (Collapse)AuthorAgeFilesLines
* Don’t close dust remaining orders before end of trade.Ismaël Bouya2018-05-011-0/+7
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=41
* 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
| | | | | | Save some headers for http requests Wait for all threads after the end of main Simplify library imports for mocking
* 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
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=40
* Add tests for ccxt_wrapperIsmaël Bouya2018-03-011-59/+72
|
* Various fixes/improvementsv0.3Ismaël Bouya2018-03-011-13/+96
| | | | | - Use pending gains to compute the move_balance - Use ttl_cache for tickers
* 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