Commit Graph

9059 Commits

Author SHA1 Message Date
Paul D. Mendes bc9efc31ad Added Method for accessing current pair list on initialization for dynamic informative pairs
moved import into function to avoid circular import with hyperopt
2020-05-11 19:45:15 +04:00
Paul D. Mendes a8f523adae attached pairlist manager onto dataprovider init for unified access to dynamic whitelist 2020-05-11 19:45:15 +04:00
Matthias 20c3d6644c
Merge pull request #3283 from freqtrade/dependabot/pip/develop/ta-lib-0.4.18
Bump ta-lib from 0.4.17 to 0.4.18
2020-05-11 14:33:27 +02:00
Matthias a379e68cf4 Add new ta-lib wheels 2020-05-11 14:02:39 +02:00
Matthias c351b7848e
Merge pull request #3286 from freqtrade/dependabot/pip/develop/mkdocs-material-5.1.6
Bump mkdocs-material from 5.1.5 to 5.1.6
2020-05-11 13:32:32 +02:00
Matthias e0ea37829b
Merge pull request #3285 from freqtrade/dependabot/pip/develop/plotly-4.7.1
Bump plotly from 4.6.0 to 4.7.1
2020-05-11 11:35:42 +02:00
Matthias 265838403e
Merge pull request #3284 from freqtrade/dependabot/pip/develop/ccxt-1.27.49
Bump ccxt from 1.27.20 to 1.27.49
2020-05-11 11:29:35 +02:00
Matthias e1d3cafd80
Merge pull request #3282 from freqtrade/dependabot/pip/develop/pytest-5.4.2
Bump pytest from 5.4.1 to 5.4.2
2020-05-11 11:21:59 +02:00
dependabot-preview[bot] 96710d42f5
Bump mkdocs-material from 5.1.5 to 5.1.6
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.1.5 to 5.1.6.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/5.1.5...5.1.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-11 09:13:06 +00:00
dependabot-preview[bot] e38581c19f
Bump plotly from 4.6.0 to 4.7.1
Bumps [plotly](https://github.com/plotly/plotly.py) from 4.6.0 to 4.7.1.
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plotly/plotly.py/compare/v4.6.0...v4.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-11 09:12:38 +00:00
dependabot-preview[bot] 43ab814f30
Bump ccxt from 1.27.20 to 1.27.49
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.27.20 to 1.27.49.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/doc/exchanges-by-country.rst)
- [Commits](https://github.com/ccxt/ccxt/compare/1.27.20...1.27.49)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-11 09:12:11 +00:00
dependabot-preview[bot] 3849b68b8f
Bump ta-lib from 0.4.17 to 0.4.18
Bumps [ta-lib](https://github.com/mrjbq7/ta-lib) from 0.4.17 to 0.4.18.
- [Release notes](https://github.com/mrjbq7/ta-lib/releases)
- [Changelog](https://github.com/mrjbq7/ta-lib/blob/master/CHANGELOG)
- [Commits](https://github.com/mrjbq7/ta-lib/compare/TA_Lib-0.4.17...TA_Lib-0.4.18)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-11 09:11:22 +00:00
dependabot-preview[bot] 306eae6da3
Bump pytest from 5.4.1 to 5.4.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.1 to 5.4.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/5.4.1...5.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-11 09:10:48 +00:00
hroff-1902 bbb609c927
Merge pull request #3278 from freqtrade/api/jwt
API server - support JWT
2020-05-10 21:33:41 +03:00
Matthias 9eca268a49 Fix test 2020-05-10 20:00:19 +02:00
Matthias d291ca0071 Simplify code section 2020-05-10 19:43:16 +02:00
Matthias 21c2af2b92 Load jwt_key from config 2020-05-10 19:42:06 +02:00
Matthias c3f0b5d4eb Rename methods to match endpoints 2020-05-10 19:37:41 +02:00
hroff-1902 f64209e426
Merge pull request #3281 from freqtrade/sell_order_cancel_exception
Sell order cancel exception
2020-05-10 19:22:14 +03:00
Matthias b163bb7650
Apply suggestions from code review
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-05-10 17:48:29 +02:00
Matthias c2224ed6b7
Fix doc typos
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-05-10 17:47:43 +02:00
Matthias 73a1496318 Catch exception on cancel_order 2020-05-10 17:44:45 +02:00
Matthias 2406e20be2
Update docs/rest-api.md
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-05-10 17:36:43 +02:00
Matthias 80faa5feb1 Add test to cancel sell order 2020-05-10 16:24:00 +02:00
Matthias d9e4f41a35 Add documentation for JWt 2020-05-10 16:14:35 +02:00
hroff-1902 a2ec18680e
Merge pull request #3279 from meauxt/develop
Fix Typo in telegram Plugin
2020-05-10 12:24:15 +03:00
Mohamad Tarbin 570c51b0b0
Fix Typo in telegram Plugin 2020-05-10 05:07:49 -04:00
Matthias f246336943
Merge pull request #3277 from hroff-1902/edge-fix-fee
Fix fee usage in Edge
2020-05-10 10:58:57 +02:00
hroff-1902 51d2b817ae Use self.fee 2020-05-10 11:51:33 +03:00
Matthias bc64619f30 Tests for JWT implementation 2020-05-10 10:43:13 +02:00
Matthias 8139058fcc Implement token/login and token/refresh endpoints 2020-05-10 10:35:38 +02:00
Matthias 0bd2fca40b
Update tests/test_integration.py
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-05-10 09:55:41 +02:00
hroff-1902 b6a2c38941 Adjust tests 2020-05-10 02:39:22 +03:00
hroff-1902 7e08fa2631 Fix usage of fee value in Edge 2020-05-10 02:22:16 +03:00
Matthias b72997fc2b Add flask-jwt-extended dependency 2020-05-09 20:16:04 +02:00
Matthias 37439b836b
Merge pull request #3275 from hroff-1902/exchange-cosmetics-2
Minor: improve exception handling in exchange
2020-05-09 19:25:35 +02:00
hroff-1902 d4362ed357 Minor: improve exception handling in exchange 2020-05-09 09:29:40 +03:00
hroff-1902 2307495f28
Update docs/configuration.md
Co-authored-by: Matthias <xmatthias@outlook.com>
2020-05-08 20:10:16 +03:00
hroff-1902 18ec65e05f
Merge pull request #3269 from freqtrade/improve_exceptionlogging
[minor] Improve exception handling on critical errors
2020-05-08 15:39:54 +03:00
Matthias 80d367fa08 Add test for keyboardinterrupt 2020-05-08 14:24:30 +02:00
Matthias 5272ec85ea Add additional test 2020-05-08 12:34:24 +02:00
Matthias c560de4111 Improve exception handling on critical errors 2020-05-08 11:44:24 +02:00
hroff-1902 5b92387732
Merge pull request #3259 from freqtrade/fix/filled
Fix handling of partially or non-filled timedout orders
2020-05-07 09:58:26 +03:00
Matthias 1ba2df79c6 Ause isclose for comparison, assign filled to variable
add some comments
2020-05-07 06:51:02 +02:00
hroff-1902 06313cdddf
Merge pull request #3264 from freqtrade/api_improvements
Api improvements
2020-05-07 00:05:36 +03:00
Matthias a62d7495ca FIx typo in telegram method 2020-05-05 21:28:59 +02:00
Matthias 593d13ebdd Show new values also in Telegram 2020-05-05 21:21:20 +02:00
Matthias e4023a6567 Add some minor things to show_config 2020-05-05 21:19:35 +02:00
hroff-1902 77d889beff
Merge pull request #3262 from freqtrade/humanize_show_trades_error
Humanize show-trades error when no database is specified
2020-05-05 21:28:14 +03:00
Matthias ffef4bc474 Humanize show-trades error when no database is specified 2020-05-05 19:48:28 +02:00