stable/freqtrade
2018-03-12 20:02:15 +01:00
..
exchange Add password and uid to config to support exchanges that require them 2018-03-12 20:02:14 +01:00
optimize Remove hardcoded exchange while backtesting 2018-03-12 20:02:02 +01:00
rpc Add pair argument to get_order and cancel_order, since it is required 2018-02-07 20:48:48 +01:00
strategy Remove unused code on Strategy interface 2018-01-28 13:21:25 -08:00
tests Add password and uid to config to support exchanges that require them 2018-03-12 20:02:14 +01:00
vendor add missing import 2017-11-20 22:26:32 +01:00
__init__.py Implement buy/sell function and write tests, and add more detailed 2018-02-07 20:20:47 +01:00
analyze.py Parse ccxt ohlcv history into dict in get_ticker_history 2018-02-04 19:43:05 +01:00
fiat_convert.py Increase pylint score for fiat_convert 2018-01-27 18:23:08 -08:00
main.py Add pair argument to get_order and cancel_order, since it is required 2018-02-07 20:48:48 +01:00
misc.py Limit exchanges to binance and bittrex for now 2018-03-12 20:02:15 +01:00
persistence.py Fix dry_run db issue when open_order_id exist 2018-01-22 23:23:29 -08:00