stable/freqtrade/tests
Janne Sinivirta aacd7d8987
Merge pull request #131 from gcarq/feature/backtesting-max-open-trades
implement trade count lock for backtesting
2017-11-23 16:16:43 +02:00
..
testdata reduce backtest data samples to 10 2017-11-17 18:15:25 +01:00
__init__.py fix pylint warnings in __init__ files 2017-11-18 09:58:29 +02:00
conftest.py implement trade count lock for backtesting 2017-11-21 22:33:34 +01:00
test_analyze.py add missing import 2017-11-20 22:26:32 +01:00
test_backtesting.py add --limit-max-trades 2017-11-23 00:25:06 +01:00
test_exchange.py add missing import 2017-11-20 22:26:32 +01:00
test_hyperopt.py align numbers in hyperopt print out (#119) 2017-11-20 10:22:11 +01:00
test_main.py implement test 2017-11-22 21:02:36 +01:00
test_misc.py add --limit-max-trades 2017-11-23 00:25:06 +01:00
test_persistence.py add more tests 2017-11-09 20:02:41 +01:00
test_rpc.py add missing import 2017-11-20 22:26:32 +01:00
test_rpc_telegram.py force flush in create_trade and execute_sell (fixes #128) 2017-11-22 20:51:25 +01:00