Commit Graph

784 Commits

Author SHA1 Message Date
creslinux
6e384fabc7 Merge remote-tracking branch 'origin/develop' into develop
# Conflicts:
#	config.json.example
#	docs/configuration.md
#	freqtrade/constants.py
#	freqtrade/freqtradebot.py
#	freqtrade/main.py
#	freqtrade/rpc/rpc.py
#	freqtrade/tests/rpc/test_rpc_manager.py
#	freqtrade/tests/rpc/test_rpc_telegram.py
#	requirements.txt
2018-07-18 09:04:24 +00:00
gcarq
7e81755a63 add tests for telegram.send_msg 2018-07-14 22:43:09 +00:00
gcarq
dc0c90e717 status: return arrow object instead humanized str 2018-07-14 22:43:09 +00:00
gcarq
e31eb2cf4e use more granular msg dict for buy/sell notifications 2018-07-14 22:43:09 +00:00
gcarq
f7412a66de use dict as argument for rpc.send_msg 2018-07-14 22:43:09 +00:00
gcarq
b19fcc69fa refactor _rpc_balance 2018-07-14 22:43:09 +00:00
gcarq
cf68d0b8e4 return dict from _rpc_status and handle rendering in module impl 2018-07-14 22:43:09 +00:00
gcarq
5f9b28fecb remove markdown formatting from exception string 2018-07-14 22:43:09 +00:00
gcarq
ef8b10d196 convert start, stop and reload_conf to return a dict 2018-07-14 22:43:09 +00:00
Matthias
3d8fdacbb6 Add tests for change to open_rate 2018-07-14 22:43:08 +00:00
Matthias
86ad9e99e6 fix tests for backtest-result output table 2018-07-14 22:43:07 +00:00
Matthias
00bf7b737b don't flag data as outdated which isn't 2018-07-14 22:43:07 +00:00
Matthias
0fcf8e54ad move comment to correct place 2018-07-14 22:43:06 +00:00
Matthias
02abc25f68 Add more tests to validate buy/sell rows 2018-07-14 22:43:06 +00:00
Matthias
ad850443c4 Add test which checks the backtest result 2018-07-14 22:43:06 +00:00
Janne Sinivirta
08cc0dc131 sort imports 2018-07-14 22:43:05 +00:00
Janne Sinivirta
218574f8b5 use joblib.dump and load for trials 2018-07-14 22:43:05 +00:00
Janne Sinivirta
c7cd09dae8 fix tests after changing the dumping and pickling dataframe in hyperopt 2018-07-14 22:43:05 +00:00
xmatthias
30b9439854 change while-loop to enumerate - add intensified test for this scenario 2018-07-14 22:43:04 +00:00
xmatthias
3919321e84 rename innerfun to mock_ccxt_fun 2018-07-14 22:43:01 +00:00
xmatthias
096540d047 Add get_markets mock to new tests 2018-07-14 22:42:58 +00:00
Nullart
efaac5c0ac separating unfulfilled timeouts for buy and sell 2018-07-14 22:42:55 +00:00
xmatthias
9bcbb058ba increase exchange code coverage 2018-07-14 22:42:51 +00:00
xmatthias
9daba9e7a9 rename test-function 2018-07-14 22:42:50 +00:00
xmatthias
9e6e765c3b add test for exchange_has 2018-07-14 22:42:50 +00:00
xmatthias
1427ced247 add test for Not supported 2018-07-14 22:42:50 +00:00
xmatthias
55746c7e41 increase test coverage 2018-07-14 22:42:50 +00:00
xmatthias
39f1ad8755 Standardize retrier exception testing 2018-07-14 22:42:50 +00:00
xmatthias
56ad255aaa catch crash with cobinhood
fixes #959
2018-07-14 22:42:50 +00:00
xmatthias
e155b9e03a support multiple db transitions by keeping the backup-table dynamic 2018-07-14 22:42:50 +00:00
xmatthias
4b70a00bea update db migrate script to work for more changes 2018-07-14 22:42:50 +00:00
xmatthias
42d6d7fd80 add tests for trailing stoploss 2018-07-14 22:42:49 +00:00
xmatthias
52a7a31e7c move initial logic to persistence 2018-07-14 22:42:49 +00:00
xmatthias
6f458d7a18 Add test for adjust_stop-loss 2018-07-14 22:42:49 +00:00
xmatthias
ba586e1bbd add test for moving stoploss 2018-07-14 22:42:49 +00:00
xmatthias
7dd25e17cc add test for trailing_stoploss 2018-07-14 22:42:49 +00:00
xmatthias
42ca200b94 add missing test 2018-07-14 22:42:49 +00:00
Janne Sinivirta
f6431bb097 remove unused tests from hyperopt 2018-07-14 22:42:48 +00:00
Janne Sinivirta
6d6b57aed8 fixing tests for hyperopt 2018-07-14 22:42:47 +00:00
xmatthias
5445362416 export open/close rate for backtesting too
preparation to allow plotting of backtest results
2018-07-14 22:42:46 +00:00
Janne Sinivirta
aa2366346a
Merge pull request #1001 from xmatthias/feat/backtest_cum_profit
Add cumulative profit to backtest result table
2018-07-11 07:21:28 +03:00
Matthias
750d737b7d Add tests for change to open_rate 2018-07-08 20:18:34 +02:00
Matthias
38487644f0 fix tests for backtest-result output table 2018-07-08 19:55:16 +02:00
Janne Sinivirta
6926e468a4
Merge pull request #984 from freqtrade/test_backtest_results
Test backtest results
2018-07-08 17:40:12 +03:00
Matthias
8dd6e29426 don't flag data as outdated which isn't 2018-07-08 13:34:47 +02:00
Matthias
9906da46f6 move comment to correct place 2018-07-06 20:00:54 +02:00
Matthias
54976fa103 Add more tests to validate buy/sell rows 2018-07-06 19:56:16 +02:00
Matthias
c35d1b9c9d Add test which checks the backtest result 2018-07-05 23:22:35 +02:00
Samuel Husso
d8d0579c5a
Merge pull request #930 from freqtrade/skopt
Replace Hyperopt with scikit-optimize
2018-07-04 13:51:14 -05:00
Janne Sinivirta
bf4d0a9b70 sort imports 2018-07-04 10:31:35 +03:00