stable/freqtrade
enenn 7eb5138276 Update 8m historical unittest data.
8m.json.gz should be a copy of 1m.json, 8m.json should be empty
2018-04-09 20:25:26 +02:00
..
exchange [1/3] Add support for multiple exchanges with ccxt (objectified version) (#585) 2018-04-06 10:57:08 +03:00
optimize Change ticker interval from minutes as integer to string (1m, 5m, 1h,...) 2018-04-07 16:57:47 +02:00
rpc Replace 'BTC_XXX' with 'XXX/BTC' for pairs and 'XXX_BTC' for files 2018-04-07 16:51:50 +02:00
strategy Change ticker_interval from 5 to 5m in default strategy 2018-04-07 21:31:52 +02:00
tests Update 8m historical unittest data. 2018-04-09 20:25:26 +02:00
vendor add missing import 2017-11-20 22:26:32 +01:00
__init__.py have backtest and dry-mode working 2018-03-24 19:51:40 +01:00
analyze.py Change ticker interval from minutes as integer to string (1m, 5m, 1h,...) 2018-04-07 16:57:47 +02:00
arguments.py Change ticker interval from minutes as integer to string (1m, 5m, 1h,...) 2018-04-07 16:57:47 +02:00
configuration.py Change ticker interval from minutes as integer to string (1m, 5m, 1h,...) 2018-04-07 16:57:47 +02:00
constants.py Change ticker interval from minutes as integer to string (1m, 5m, 1h,...) 2018-04-07 16:57:47 +02:00
fiat_convert.py optimize imports 2018-03-20 19:50:04 +01:00
freqtradebot.py [1/3] Add support for multiple exchanges with ccxt (objectified version) (#585) 2018-04-06 10:57:08 +03: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 modify args typehints 2018-03-20 19:50:04 +01:00
misc.py don't check negated if both trees are handled 2018-03-31 17:28:54 +02: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