aboutsummaryrefslogtreecommitdiff
path: root/market.py
Commit message (Collapse)AuthorAgeFilesLines
* Acceptance test preparationIsmaël Bouya2018-04-071-2/+3
| | | | | | Save some headers for http requests Wait for all threads after the end of main Simplify library imports for mocking
* Refactor config parsingIsmaël Bouya2018-04-051-6/+5
|
* Add logging at market instance creationIsmaël Bouya2018-04-041-0/+3
|
* Improve fix of vanishing ordersIsmaël Bouya2018-04-031-1/+8
|
* Handle invalid noncesIsmaël Bouya2018-03-251-3/+3
|
* Handle timeouts for move_balancesIsmaël Bouya2018-03-251-6/+16
|
* Move request wrapper to ccxtIsmaël Bouya2018-03-241-12/+0
|
* Cleanup market from_configIsmaël Bouya2018-03-241-12/+5
|
* Store reports to databaseIsmaël Bouya2018-03-241-9/+40
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=57
* Add quiet flag for runningIsmaël Bouya2018-03-231-5/+6
|
* Store printed logsIsmaël Bouya2018-03-121-2/+4
|
* Add fake scenarioIsmaël Bouya2018-03-091-0/+27
|
* Add merge method for reportIsmaël Bouya2018-03-081-0/+1
|
* Move Portfolio to store and cleanup methodsIsmaël Bouya2018-03-081-6/+2
| | | | Make report stored in portfolio class instead of market
* Move helper methods to their due placesIsmaël Bouya2018-03-061-4/+211
|
* Add processorsIsmaël Bouya2018-03-021-12/+10
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=45
* Remove useless update_trades methodIsmaël Bouya2018-03-011-11/+4
| | | | Add arguments to log_stage
* Fix ticker fetcherIsmaël Bouya2018-03-011-6/+5
|
* Various fixes/improvementsv0.3Ismaël Bouya2018-03-011-33/+36
| | | | | - Use pending gains to compute the move_balance - Use ttl_cache for tickers
* Fix dust amount errorIsmaël Bouya2018-02-261-0/+2
|
* Refactor the store to be more conciliant with multiple marketsv0.2Ismaël Bouya2018-02-251-12/+145
|
* Add main running file and fetch information from databaseIsmaël Bouya2018-02-251-19/+12
|
* create wrapper for poloniex classIsmaël Bouya2018-02-121-1/+18
|
* Move market to ccxt_wrapperIsmaël Bouya2018-02-121-243/+1
|
* WIP: handle more balance informationIsmaël Bouya2018-02-041-57/+104
|
* Work in progress to use shortsIsmaël Bouya2018-02-031-0/+92
|
* Add first steps for margin tradingIsmaël Bouya2018-01-261-0/+53
|
* Change integer to decimalsIsmaël Bouya2018-01-201-0/+51
|
* Add log-in api key to marketIsmaël Bouya2018-01-121-0/+6