stable/freqtrade
Gert Wohlgemuth 5d59cd4d51 Merge branch 'handleNotEnoughFundsException' into develop-berlinguyinca
# Conflicts:
#	freqtrade/tests/testdata/BTC_ADA-5.json
#	freqtrade/tests/testdata/BTC_DASH-5.json
#	freqtrade/tests/testdata/BTC_ETC-5.json
#	freqtrade/tests/testdata/BTC_ETH-5.json
#	freqtrade/tests/testdata/BTC_LTC-5.json
#	freqtrade/tests/testdata/BTC_NXT-5.json
#	freqtrade/tests/testdata/BTC_POWR-5.json
#	freqtrade/tests/testdata/BTC_XLM-5.json
#	freqtrade/tests/testdata/BTC_XMR-5.json
#	freqtrade/tests/testdata/BTC_ZEC-5.json
2018-05-02 20:43:36 -07:00
..
exchange working on catching the 'sell insufficient funds error' 2018-05-02 12:56:33 -07:00
optimize refactor get_timeframe 2018-03-29 20:16:25 +02:00
rpc added additional column for the status table to see current stake currency value 2018-05-01 21:34:16 -07:00
strategy define constants on module level (#596) 2018-04-02 16:42:53 +02:00
tests Merge branch 'handleNotEnoughFundsException' into develop-berlinguyinca 2018-05-02 20:43:36 -07:00
vendor add missing import 2017-11-20 22:26:32 +01:00
__init__.py fixed styling issues 2018-05-01 22:23:11 -07: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 working on catching the 'sell insufficient funds error' 2018-05-02 12:56:33 -07: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