stable/freqtrade
gcarq d8689e5045 set correct typehint; remove unused argument 2018-03-20 19:48:03 +01:00
..
exchange simplify some error message statements 2018-02-24 19:19:43 +02:00
optimize optimize: set correct typehints 2018-03-20 19:48:03 +01:00
rpc Merge commit '4dca84817eb1b62047a9e4d282254392ea978e44' into feature/objectify 2018-03-04 02:06:40 -08:00
strategy Use ticker_interval defined in Strategy() instead of a mix between strategy and config file (#540) 2018-03-15 23:48:22 +01:00
tests Merge branch 'develop' into feature/objectify 2018-03-19 19:10:19 +01: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 get_signal: remove redundant parentheses 2018-03-20 19:48:03 +01:00
arguments.py arguments: apply missing typehints 2018-03-20 19:48:03 +01:00
configuration.py set correct typehint; remove unused argument 2018-03-20 19:48:03 +01:00
constants.py Remove Singleton from Strategy() 2018-03-03 09:33:54 +08:00
fiat_convert.py CryptoFiat: inherit from object explicitly 2018-03-20 19:48:03 +01:00
freqtradebot.py remove invalid typehint from ctor 2018-03-20 19:48:03 +01:00
indicator_helpers.py indicator_helpers: apply correct typehints 2018-03-20 19:48:03 +01:00
logger.py Complete Backtesting and Hyperopt unit tests 2018-03-03 09:33:54 +08:00
main.py Merge commit '4dca84817eb1b62047a9e4d282254392ea978e44' into feature/objectify 2018-03-04 02:06:40 -08:00
misc.py misc: apply missing typehints 2018-03-20 19:48:03 +01:00
persistence.py add fee param to function doc 2018-03-20 19:48:03 +01:00
state.py Add a Enum class State that contains Bot running states 2018-03-03 09:33:54 +08:00