Commit Graph

33 Commits

Author SHA1 Message Date
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 fe36f3a552 remove get_updater 2017-09-08 21:17:13 +02:00
gcarq 3ecfebee77 fix SAWarning 2017-09-08 19:52:20 +02:00
gcarq e38f73c0dc show two digits of precision for /performance 2017-09-08 19:50:48 +02:00
gcarq dad76c886f show two digits of precision 2017-09-08 19:45:54 +02:00
gcarq 9aaa169ec3 fix NoneType issues 2017-09-08 19:25:39 +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
Samuel Husso cb97a30087 fix sqlalchemy session to use contextual session 2017-09-06 17:13:21 +03:00
Samuel Husso 5bf244b92d fix telegram Session lint issues 2017-09-03 09:56:35 +03:00
gcarq aceb8007ca add typehints 2017-09-02 01:22:20 +02:00
gcarq f56fa25505 Merge branch 'master' of https://github.com/gcarq/freqtrade 2017-09-01 20:22:15 +02:00
gcarq 5f07e8aaff Merge branch 'master' of https://github.com/gcarq/freqtrade 2017-09-01 20:06:11 +02:00
Janne Sinivirta ace556e3bf move _should_stop from module global to class variable 2017-08-31 16:53:47 +03:00
Janne Sinivirta b9e53bcaa6 fix indentation 2017-08-28 08:53:20 +03:00
Janne Sinivirta 98f9d7cc21 use lazy-evaluating form of logger (pylint W1202) 2017-08-28 08:53:20 +03:00
Janne Sinivirta 06d92042fd avoid single char variable names 2017-08-28 08:53:20 +03:00
gcarq 65c3adeab7 make telegram updater more robust 2017-06-09 01:06:29 +02:00
gcarq 0fc46378fc implement /performance command 2017-06-08 22:52:38 +02:00
gcarq 53e71e09f7 remove /cancel command 2017-06-08 20:04:07 +02:00
gcarq 3d5913d317 implement /forcesell command 2017-06-08 20:01:01 +02:00
gcarq 029072c9af also use MACD indicator; minor changes 2017-06-05 21:17:10 +02:00
gcarq 8c3f20ce52 fix division by zero in profit handler 2017-05-21 22:51:32 +02:00
gcarq 0949f54c7d minor changes 2017-05-21 16:52:36 +02:00
gcarq 4859bf18a3 s/trade_thresholds/minimal_roi/ 2017-05-20 21:30:42 +02:00
gcarq 763e05ff14 better exception handling and minor changes 2017-05-19 18:02:18 +02:00
gcarq 6dae42d95d show trade id in status command; minor bugfix 2017-05-18 02:13:02 +02:00
gcarq d572b7bdbe implement support for concurrent open trades 2017-05-18 02:13:02 +02:00
gcarq 1e4f104f51 major refactoring 2017-05-18 02:13:02 +02:00
gcarq c9cc9faf31 create table if it doesnt exist and other fixes 2017-05-18 02:13:02 +02:00
gcarq 61664fcae4 update gitignore; remove cache files 2017-05-18 02:13:02 +02:00
gcarq e5d693ed4c initial commit 2017-05-12 19:11:56 +02:00