Commit Graph

2145 Commits

Author SHA1 Message Date
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
pyup-bot
229a0afbde Update ccxt from 1.14.288 to 1.14.289 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
pyup-bot
a4116326aa Update ccxt from 1.14.272 to 1.14.288 2018-07-14 22:42:50 +00:00
xmatthias
ef5f4e1dad add mypy ignore (and comment as to why) 2018-07-14 22:42:49 +00:00
xmatthias
d412c83926 remove markdown code type as it is not valid json 2018-07-14 22:42:49 +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
09793b030e cleanly check if stop_loss is initialized 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
xmatthias
d7dce7809d update documentation 2018-07-14 22:42:49 +00:00
xmatthias
efdcb88303 add stop_loss based on work from @berlinguyinca 2018-07-14 22:42:49 +00:00
xmatthias
584bebfc7d update sample configs 2018-07-14 22:42:48 +00:00
xmatthias
2c63c24601 slight update to persistence 2018-07-14 22:42:48 +00:00
xmatthias
3189a3dfbc get persistence.py for stop_loss 2018-07-14 22:42:48 +00:00
xmatthias
626dfd065f fix some stoploss documentation 2018-07-14 22:42:48 +00:00
peterkorodi
20bf2551fc Update stoploss.md 2018-07-14 22:42:48 +00:00
Gert Wohlgemuth
1757d97a03 Create stoploss.md 2018-07-14 22:42:48 +00:00
pyup-bot
6c3889c21a Update ccxt from 1.14.267 to 1.14.272 2018-07-14 22:42:48 +00:00
pyup-bot
47f253b961 Update ccxt from 1.14.257 to 1.14.267 2018-07-14 22:42:48 +00:00
Janne Sinivirta
f6431bb097 remove unused tests from hyperopt 2018-07-14 22:42:48 +00:00
Janne Sinivirta
8dae711973 extract loading previous results to a method 2018-07-14 22:42:48 +00:00
Janne Sinivirta
e3f38444bb fix typo in requirements.txt 2018-07-14 22:42:48 +00:00
xmatthias
95e33892c6 rework download_backtest script 2018-07-14 22:42:47 +00:00
xmatthias
18994d6e08 document what to do with exported backtest results 2018-07-14 22:42:47 +00:00
Janne Sinivirta
6d6b57aed8 fixing tests for hyperopt 2018-07-14 22:42:47 +00:00
pyup-bot
1ea96e2e00 Update ccxt from 1.14.256 to 1.14.257 2018-07-14 22:42:47 +00:00
xmatthias
7aa52f6251 fix parameter type 2018-07-14 22:42:47 +00:00
xmatthias
34c06a8a26 extract load_trades 2018-07-14 22:42:47 +00:00
xmatthias
6cec30162b add --plot-limit 2018-07-14 22:42:47 +00:00
xmatthias
fc4e63b852 use Pathlib in the whole script 2018-07-14 22:42:47 +00:00
xmatthias
dd354df294 add plotting for backtested trades 2018-07-14 22:42:47 +00:00
Samuel Husso
14149a5d97 bump develop to 0.17.1 2018-07-14 22:42:47 +00:00
Janne Sinivirta
7d9181e431 remove unused import 2018-07-14 22:42:47 +00:00
Janne Sinivirta
5c0970bf14 fix guard names to match search space 2018-07-14 22:42:46 +00:00
Janne Sinivirta
872c434d26 add three triggers to hyperopting 2018-07-14 22:42:46 +00:00
Janne Sinivirta
46c58192ed remove hyperopt and networkx from dependencies 2018-07-14 22:42:46 +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
5466553f72 to avoid pickle problems, get rid of reference to exchange after initialization 2018-07-14 22:42:46 +00:00
Janne Sinivirta
77a25ce7d0 add scikit-optimize to dependencies 2018-07-14 22:42:46 +00:00