stable/freqtrade
Matthias 94caf82ab2 Fix test_dataframe when ran standalone (#546)
* Fix dataframe test when ran standalone

* Fix standalone tests in hyperopt and optimize tests
2018-03-19 18:30:14 +01:00
..
exchange simplify some error message statements 2018-02-24 19:19:43 +02:00
optimize Hyperopt: fix 'Ran out of input' error 2018-03-05 20:49:45 -08: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 Fix test_dataframe when ran standalone (#546) 2018-03-19 18:30:14 +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 Increase pylint score for fiat_convert 2018-01-27 18:23:08 -08: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 Merge commit '1134c81aad049d4357c8f299ffc801218f3d9574' into feature/objectify 2018-03-03 17:26:06 -08: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