stable/freqtrade
Samuel Husso e1322b75a9 Freqtrade 0.16.1 release
Note. This is the last release that uses our own bittrex implementation
      for trading. After this ccxt library will be taken into use which
      will offer the needed exchanges (bittrex/binance)
2018-05-12 09:50:01 +03:00
..
exchange optimize imports 2018-03-20 19:50:04 +01:00
optimize refactor get_timeframe 2018-03-29 20:16:25 +02:00
rpc added support for showing the exposed real value on the count table (#634) 2018-05-03 11:18:35 +02:00
strategy define constants on module level (#596) 2018-04-02 16:42:53 +02:00
tests added support for showing the exposed real value on the count table (#634) 2018-05-03 11:18:35 +02:00
vendor add missing import 2017-11-20 22:26:32 +01:00
__init__.py Freqtrade 0.16.1 release 2018-05-12 09:50:01 +03:00
analyze.py parse_ticker_dataframe: use as_index=False to keep date column 2018-03-29 20:14:43 +02:00
arguments.py define constants on module level (#596) 2018-04-02 16:42:53 +02:00
configuration.py define constants on module level (#596) 2018-04-02 16:42:53 +02:00
constants.py define constants on module level (#596) 2018-04-02 16:42:53 +02:00
fiat_convert.py optimize imports 2018-03-20 19:50:04 +01:00
freqtradebot.py Write log when trying to sell opened trades (#608) 2018-04-21 18:44:57 +02:00
indicator_helpers.py indicator_helpers: apply correct typehints 2018-03-20 19:48:03 +01:00
main.py implement '--strategy-path' argument 2018-03-27 16:32:58 +02:00
misc.py optimize imports 2018-03-20 19:50:04 +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