stable/freqtrade
Gerald Lonlas 4da033c7a2 Refactor main.py
- Update, clean, and improve code coverage on main.py
- Move bot trading logic into Freqtradebot() class
- Move unit tests to test_freqtradebot, add more coverage tests
2018-03-03 09:33:54 +08:00
..
exchange flake: remove requests as we dont use it 2018-01-28 11:09:03 +02:00
optimize Merge pull request #479 from gcarq/fix/issue-478 2018-01-31 17:15:47 +02:00
rpc telegram refactor 1/ (#389) 2018-02-01 08:05:23 +02:00
strategy Remove Strategy fallback to default strategy (#490) 2018-02-02 11:01:09 +02:00
tests Refactor main.py 2018-03-03 09:33:54 +08:00
vendor add missing import 2017-11-20 22:26:32 +01:00
__init__.py Update bot version to 0.16.0 2018-01-22 20:51:39 -08:00
analyze.py Move Analyze to a class 2018-03-03 09:33:54 +08:00
configuration.py Refactor main.py 2018-03-03 09:33:54 +08:00
constants.py Add a Constants class that contains Bot constants 2018-03-03 09:33:54 +08:00
fiat_convert.py Increase pylint score for fiat_convert 2018-01-27 18:23:08 -08:00
freqtradebot.py Refactor main.py 2018-03-03 09:33:54 +08:00
logger.py Add a class Logger to manage the logging messages 2018-03-03 09:33:54 +08:00
main.py Refactor main.py 2018-03-03 09:33:54 +08:00
misc.py Keep in misc file only tool functions 2018-03-03 09:33:54 +08:00
persistence.py Fix dry_run db issue when open_order_id exist 2018-01-22 23:23:29 -08:00
state.py Add a Enum class State that contains Bot running states 2018-03-03 09:33:54 +08:00