stable/freqtrade
NatanNMB15 3bcc60333d Added command for Wallets Sync after a trade is closed in "update_trade" method in "freqtradebot" class, this will help the Wallets get updated after a trade is sold and closed, specifically LIMIT_SELL trades, then bot can work properly with new trades. 2019-04-21 13:49:07 -03:00
..
data limit usage of ccxt to freqtrade/exchange only 2019-04-09 12:27:35 +03:00
edge flake8 2019-04-03 14:31:00 +02:00
exchange Merge pull request #1750 from hroff-1902/ccxt-to-exchange-only 2019-04-19 06:51:08 +02:00
optimize limit usage of ccxt to freqtrade/exchange only 2019-04-09 12:27:35 +03:00
pairlist Reformat log statement 2019-03-21 06:14:43 +01:00
resolvers Gracefully handle pickle-errors when @staticmethod is used 2019-04-16 20:25:48 +02:00
rpc Merge pull request #1758 from freqtrade/fix/rpcheader 2019-04-12 10:45:56 +02:00
strategy limit usage of ccxt to freqtrade/exchange only 2019-04-09 12:27:35 +03:00
tests Merge pull request #1750 from hroff-1902/ccxt-to-exchange-only 2019-04-19 06:51:08 +02:00
vendor flake8 3.7.1 fixes 2019-01-31 07:51:03 +02:00
__init__.py version to 0.18.5-dev 2019-04-19 16:01:26 +02:00
__main__.py sort imports 2018-07-04 10:31:35 +03:00
arguments.py Added command line options in backtesting to override max_open_trades and stake_amount 2019-04-05 16:48:14 +03:00
configuration.py Merge pull request #1750 from hroff-1902/ccxt-to-exchange-only 2019-04-19 06:51:08 +02:00
constants.py get rid of TICKER_INTERVAL_MINUTES dict, use ccxt's parse_timeframe() instead 2019-04-04 20:56:40 +03:00
freqtradebot.py Added command for Wallets Sync after a trade is closed in "update_trade" method in "freqtradebot" class, this will help the Wallets get updated after a trade is sold and closed, specifically LIMIT_SELL trades, then bot can work properly with new trades. 2019-04-21 13:49:07 -03:00
indicator_helpers.py sort imports 2018-07-04 10:31:35 +03:00
main.py Worker moved to new worker.py 2019-03-25 17:45:03 +03:00
misc.py limit usage of ccxt to freqtrade/exchange only 2019-04-09 12:27:35 +03:00
persistence.py negating SL pct and adding tests 2019-03-31 13:15:35 +02:00
state.py Add RunMode setting to determine bot state 2019-01-22 07:04:19 +01:00
wallets.py wallets cleanup 2019-03-01 01:26:29 +03:00
worker.py final flake happy 2019-04-03 22:14:42 +03:00