Commit Graph

7 Commits

Author SHA1 Message Date
Janne Sinivirta 989682457e add a field to config for setting balance between trying to buy with ask price and last price 2017-09-17 22:37:46 +03:00
gcarq ffa32df40f remove poloniex from CONF_SCHEMA 2017-09-11 14:06:52 +02:00
gcarq f91cd8ea96 drop support for poloniex 2017-09-11 13:59:38 +02:00
gcarq a4b2f4e4b9 Fix application state and add new optional config attribute: "initial_state"
* Move State handling to misc, to avoid circular imports
* Add optional config attribute "initial_state"
2017-09-09 00:31:40 +02:00
gcarq 996beae770 pylint fixes 2017-09-08 23:10:22 +02:00
gcarq 1c5a811033 Merge branch 'master' of https://github.com/gcarq/freqtrade into develop 2017-09-08 16:27:00 +02:00
gcarq 3473fd3c90 major refactoring to allow proper testing
This commit includes:
* Reducing complexity of modules
* Remove unneeded wrapper classes
* Implement init() for each module which
  initializes everything based on the config
* Implement some basic tests
2017-09-08 15:51:00 +02:00