Commit Graph

7247 Commits

Author SHA1 Message Date
Matthias 5fefa9e97c Convert PairlistResolver to static loader 2019-12-23 09:56:12 +01:00
Matthias 1c5f8070e5 Refactor build_paths to staticmethod 2019-12-23 09:53:55 +01:00
hroff-1902 98eed4f2ed
Merge pull request #2695 from freqtrade/custom_pairlock
Improve pairlocking mechanism to allow usage from within strategy
2019-12-22 15:03:24 +03:00
Matthias 2195ae59d6 Use different time offsets to avoid confusion 2019-12-22 12:49:01 +01:00
hroff-1902 4f88857442
Merge pull request #2694 from freqtrade/unfilled_strategy
Add unfilledtimeout to strategy overrides
2019-12-22 14:34:25 +03:00
hroff-1902 01d53c0160
Merge pull request #2697 from freqtrade/dry_run_db
persist Dry run db as default
2019-12-22 13:46:32 +03:00
hroff-1902 d98cd6f135
Merge pull request #2693 from freqtrade/doc/pypi
document how to do releases to pypi
2019-12-22 13:42:44 +03:00
Matthias dc567f99d6 Update documentation to new handling of dry-mode database 2019-12-22 10:16:56 +01:00
Matthias ffd7034c00 Persist dry-run trade per default 2019-12-22 10:16:16 +01:00
Matthias 43c25c8a32 add documentation for is_pair_locked 2019-12-22 09:59:25 +01:00
Matthias a71deeda94 Document lock-pair implementation 2019-12-22 09:55:40 +01:00
Matthias 89b4f45fe3 Remove section about strategy template - use new-strategy intead 2019-12-22 09:47:37 +01:00
Matthias 9835312033 Improve pair_lock handling 2019-12-22 09:46:00 +01:00
Matthias 1ff0d0f1fa Add unfilledtimeout to strategy overrides 2019-12-22 09:35:06 +01:00
Matthias 1a73159200 Modify classifiers 2019-12-22 09:25:13 +01:00
Matthias c417877eb8 sort pytest dependencies 2019-12-22 09:25:13 +01:00
Matthias 9ec4368c6f Add release documentation 2019-12-22 09:25:13 +01:00
Matthias 3f44d51355
Merge pull request #2691 from hroff-1902/cli-no-underscores
Minor: Please no underscores in cli options
2019-12-22 08:43:31 +01:00
hroff-1902 95bd9e8e0b No underscores in cli options 2019-12-22 00:17:51 +03:00
hroff-1902 bc92503c92
Merge pull request #2689 from freqtrade/edge_small_modifications
[minor] Edge small cleanup
2019-12-20 14:50:13 +03:00
hroff-1902 5ba106d96b
Merge pull request #2687 from xmatthias/try_covsxxx
Try to get comment from forked repos
2019-12-20 14:26:22 +03:00
Matthias fc5764f9df Edge small cleanup 2019-12-19 19:55:21 +01:00
Matthias 342f3f450b try with coveralls token in yml ... 2019-12-18 20:38:21 +01:00
Matthias 0c6b5e01fb Try with github-token 2019-12-18 20:30:42 +01:00
Matthias ce190a7485
Merge pull request #2683 from hroff-1902/minor-data-history-4
Minor improvements in data.history
2019-12-18 06:26:06 +01:00
hroff-1902 cf4c3642ce Minor improvements in data.history 2019-12-18 01:06:03 +03:00
hroff-1902 021fa1ca1a
Merge pull request #2678 from hroff-1902/dataprovider-history-split-refresh
Dataprovider history: split refresh part
2019-12-18 00:30:47 +03:00
hroff-1902 3a542bce62
Merge pull request #2674 from freqtrade/bt_trade_open_price
Pre-calculate open_trade_price
2019-12-17 21:51:13 +03:00
Matthias c5e6a34f25 Remove unnecessary parenteses 2019-12-17 19:30:04 +01:00
hroff-1902 1537389617 Remove startup_candles argument in refresh_data 2019-12-17 18:23:31 +03:00
hroff-1902 b07d29b1af
Merge pull request #2676 from freqtrade/investigate_random_test_fail
Fix random test failure.
2019-12-17 14:23:30 +03:00
hroff-1902 b2796f99b6 Remove redundant refresh_pair_history 2019-12-17 14:06:21 +03:00
Matthias bbb05b5286 Remove fixed random order 2019-12-17 11:51:50 +01:00
hroff-1902 60f89c8c01 Split refresh from load_data/load_pair_history 2019-12-17 13:43:42 +03:00
Matthias 8513a5e2d6 Fix failures in test_main 2019-12-17 11:35:39 +01:00
hroff-1902 69f8738d00
Merge pull request #2675 from freqtrade/align_test_history
Align usage of history import in test
2019-12-17 13:13:40 +03:00
hroff-1902 c32507252e
Merge pull request #2671 from freqtrade/doc/incompletecandle
Add documentation about ohlcv_partial_candle
2019-12-17 13:10:36 +03:00
Matthias 2e2f084f66 Try to clear caplog ... 2019-12-17 11:07:59 +01:00
Matthias e1c0c6af7d fix random-seed to failing one 2019-12-17 10:51:49 +01:00
Matthias 86de88ed48 Align usage of history import in test 2019-12-17 09:36:26 +01:00
Matthias 1042f9847a
Merge pull request #2672 from hroff-1902/minor-data-history-2
Minor: improvements in data/history.py
2019-12-17 09:22:56 +01:00
Matthias a2964afd42 Rename profit_percent to profit_ratio to be consistent 2019-12-17 08:53:30 +01:00
Matthias 539b5627fd Fix typo 2019-12-17 08:31:44 +01:00
Matthias cbd10309f5 Add mid-state test 2019-12-17 07:13:08 +01:00
Matthias 362a40db6f Update docstring 2019-12-17 07:09:56 +01:00
Matthias 861a7834fc Call calc_open_price() whenever necessary 2019-12-17 07:08:36 +01:00
Matthias 307ade6251 Cache open_trade_price 2019-12-17 07:02:02 +01:00
Matthias 0b5354f13d Add required arguments to Trade method 2019-12-17 06:58:10 +01:00
Matthias 707c5668a5 Fix typo 2019-12-17 06:11:44 +01:00
hroff-1902 0277cd82ea Make mypy happy 2019-12-16 23:25:57 +03:00