stable/freqtrade
gcarq 93931eb32b fix typo in _generate_text_table 2018-03-19 23:05:12 +01:00
..
exchange simplify some error message statements 2018-02-24 19:19:43 +02:00
optimize fix typo in _generate_text_table 2018-03-19 23:05:12 +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 Use ticker_interval defined in Strategy() instead of a mix between strategy and config file (#540) 2018-03-15 23:48:22 +01:00
arguments.py Arguments(): Change private methods to public 2018-03-04 17:51:57 -08:00
configuration.py Configuration() sends a msg to user when config file not found 2018-03-04 20:22:40 -08:00
constants.py Remove Singleton from Strategy() 2018-03-03 09:33:54 +08:00
fiat_convert.py replace pymarketcap with coinmarketcap (#562) 2018-03-19 18:40:40 +01:00
freqtradebot.py Use ticker_interval defined in Strategy() instead of a mix between strategy and config file (#540) 2018-03-15 23:48:22 +01:00
indicator_helpers.py add generic fishers inverse transformation with smoothing 2018-02-14 10:17:43 +02: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 allow max_open_trades to be zero (#561) 2018-03-17 10:40:50 +01:00
persistence.py Merge commit 'aa7aeb046ef72412cadd094666efc8e4c503ef2d' into feature/objectify 2018-03-02 23:28:36 -08:00
state.py Add a Enum class State that contains Bot running states 2018-03-03 09:33:54 +08:00