Commit Graph

737 Commits

Author SHA1 Message Date
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
Michael Egger
beb15532f7
Merge pull request #950 from freqtrade/fix-filenotfounderror
StrategyResolver: Don't fail if user_data isn't present
2018-06-23 16:07:52 +02:00
Anton
f82b809fcf Merge with develop 2018-06-23 16:50:27 +03:00
gcarq
4ea5fcc661 resolver: don't fail if user_data can't be found 2018-06-23 14:42:22 +02:00
gcarq
0b3e4f6bcd remove dead code 2018-06-23 13:50:49 +02:00
gcarq
295dfe2652 persistence: remove obsolete global _CONF variable 2018-06-23 13:50:22 +02:00
Michael Egger
df9015a7f1
Merge pull request #942 from xmatthias/feat/buy_on_sell_first
Introduce ignore_roi_if_buy_signal parameter to avoid sell/buy scenarios
2018-06-23 13:42:03 +02:00
gcarq
818a6b12ed tests: add dir() assertion 2018-06-23 11:57:26 +02:00
gcarq
4bd61df3a7 implement test for import_strategy 2018-06-23 11:14:31 +02:00
Janne Sinivirta
9a07d57ed7 fix flake8 2018-06-23 07:58:25 +03:00
xmatthias
2be7b3d9eb fix mocked bid-value to match limt_buy_order config 2018-06-22 21:24:21 +02:00
xmatthias
e2a2a0be9b extract stop_loss_reached to allow check before ignore_roi_if_buy_signal 2018-06-22 21:21:34 +02:00
Janne Sinivirta
f7e5d2c3a5 check that we set fee on backtesting init 2018-06-22 21:55:09 +03:00