Commit Graph

7268 Commits

Author SHA1 Message Date
Matthias 25e6d6a7bf Combine load_object methods into one 2019-12-24 13:54:46 +01:00
Matthias eb1040ddb7 Convert resolvers to classmethods 2019-12-24 13:34:37 +01:00
Matthias a68445692b Add first steps for list-strategies 2019-12-24 12:44:41 +01:00
hroff-1902 20b52fcef9
Merge pull request #2705 from freqtrade/refactor_resolvers
Refactor resolvers to static resolvers
2019-12-24 00:35:52 +03:00
Matthias 90cabd7c21 Wrap line 2019-12-23 10:46:35 +01:00
Matthias c6d2233978 Convert StrategyLoader to static loader 2019-12-23 10:23:48 +01:00
Matthias 6d5aca4f32 Convert hyperoptloss resolver to static loader 2019-12-23 10:09:08 +01:00
Matthias 248ef5a0ea Convert HyperoptResolver to static loader 2019-12-23 10:06:19 +01:00
Matthias 560acb7cea Convert ExchangeResolver to static loader class 2019-12-23 10:03:18 +01:00
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
Matthias 506907ddc9
Merge pull request #2704 from freqtrade/dependabot/pip/develop/scipy-1.4.1
Bump scipy from 1.3.3 to 1.4.1
2019-12-23 09:48:35 +01:00
Matthias 84f0f451a0
Merge pull request #2703 from freqtrade/dependabot/pip/develop/sqlalchemy-1.3.12
Bump sqlalchemy from 1.3.11 to 1.3.12
2019-12-23 09:47:02 +01:00
Matthias fa466a54cd
Merge pull request #2701 from freqtrade/dependabot/pip/develop/numpy-1.18.0
Bump numpy from 1.17.4 to 1.18.0
2019-12-23 09:40:15 +01:00
Matthias 3c668c2f8e
Merge pull request #2699 from freqtrade/dependabot/docker/python-3.7.6-slim-stretch
Bump python from 3.7.5-slim-stretch to 3.7.6-slim-stretch
2019-12-23 09:39:22 +01:00
dependabot-preview[bot] 779278ed50
Bump sqlalchemy from 1.3.11 to 1.3.12
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.3.11 to 1.3.12.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-23 08:28:05 +00:00
Matthias 96f70118ca
Merge pull request #2702 from freqtrade/dependabot/pip/develop/mypy-0.761
Bump mypy from 0.750 to 0.761
2019-12-23 09:26:50 +01:00
Matthias 4e62b62add
Merge pull request #2700 from freqtrade/dependabot/pip/develop/ccxt-1.21.12
Bump ccxt from 1.20.84 to 1.21.12
2019-12-23 09:26:35 +01:00
dependabot-preview[bot] 9cfbe98a23
Bump scipy from 1.3.3 to 1.4.1
Bumps [scipy](https://github.com/scipy/scipy) from 1.3.3 to 1.4.1.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](https://github.com/scipy/scipy/compare/v1.3.3...v1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-23 07:39:25 +00:00
dependabot-preview[bot] 31a7e9feed
Bump mypy from 0.750 to 0.761
Bumps [mypy](https://github.com/python/mypy) from 0.750 to 0.761.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.750...v0.761)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-23 07:38:10 +00:00
dependabot-preview[bot] 20ad8a379d
Bump numpy from 1.17.4 to 1.18.0
Bumps [numpy](https://github.com/numpy/numpy) from 1.17.4 to 1.18.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt)
- [Commits](https://github.com/numpy/numpy/compare/v1.17.4...v1.18.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-23 07:38:05 +00:00
dependabot-preview[bot] 8f17b81329
Bump ccxt from 1.20.84 to 1.21.12
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.20.84 to 1.21.12.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ccxt/ccxt/compare/1.20.84...1.21.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-23 07:37:04 +00:00
dependabot-preview[bot] 76a93fabc7
Bump python from 3.7.5-slim-stretch to 3.7.6-slim-stretch
Bumps python from 3.7.5-slim-stretch to 3.7.6-slim-stretch.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-23 06:26:13 +00: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