| 
							
							
								 Matthias | e9b7e1e600 | Merge pull request #7161 from freqtrade/dependabot/pip/develop/urllib3-1.26.11 Bump urllib3 from 1.26.10 to 1.26.11 | 2022-08-01 06:34:37 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 70dcff3b23 | Merge pull request #7154 from freqtrade/dependabot/pip/develop/ccxt-1.91.52 Bump ccxt from 1.91.29 to 1.91.52 | 2022-08-01 06:34:16 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | dce16909b4 | Merge pull request #7162 from freqtrade/dependabot/github_actions/develop/pypa/gh-action-pypi-publish-1.5.1 Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 | 2022-08-01 06:33:52 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | f82724bbc1 | Merge pull request #7158 from freqtrade/dependabot/pip/develop/orjson-3.7.11 Bump orjson from 3.7.8 to 3.7.11 | 2022-08-01 06:33:34 +02:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | 97064a9ce3 | Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.5.0...v1.5.1)
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | 2022-08-01 03:13:38 +00:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | 79b650258e | Bump urllib3 from 1.26.10 to 1.26.11 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.10 to 1.26.11.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/1.26.11/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.10...1.26.11)
---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | 2022-08-01 03:02:02 +00:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | ed230dd750 | Bump orjson from 3.7.8 to 3.7.11 Bumps [orjson](https://github.com/ijl/orjson) from 3.7.8 to 3.7.11.
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ijl/orjson/compare/3.7.8...3.7.11)
---
updated-dependencies:
- dependency-name: orjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | 2022-08-01 03:01:52 +00:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | 7a696f58f9 | Bump ccxt from 1.91.29 to 1.91.52 Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.91.29 to 1.91.52.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/exchanges.cfg)
- [Commits](https://github.com/ccxt/ccxt/compare/1.91.29...1.91.52)
---
updated-dependencies:
- dependency-name: ccxt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | 2022-08-01 03:01:30 +00:00 |  | 
			
				
					| 
							
							
								 Kavinkumar | a4bada3ebe | Partial exit using average price (#6545) Introduce Partial exits | 2022-07-31 14:19:04 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 369c6da5d8 | Merge pull request #7146 from freqtrade/fix/liquidation Update liquidation price handling | 2022-07-31 08:09:54 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 15424169ad | Merge pull request #7108 from rzrymiak/develop Added description heading to README.md | 2022-07-31 07:10:37 +02:00 |  | 
			
				
					| 
							
							
								 rzrymiak | 09e5fb2f55 | Removed description header | 2022-07-30 22:37:46 +00:00 |  | 
			
				
					| 
							
							
								 Matthias | bad15f077c | Simplify fetch_positions by using already existing method | 2022-07-30 17:49:06 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | dc82675f00 | Add Test for liquidation in stop-loss-reached | 2022-07-30 17:28:19 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | fc31c890e3 | Merge pull request #7135 from freqtrade/rpc/sendmsg Strategy allow rpc messages | 2022-07-30 16:15:00 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | d046f0cc5e | Improve method wording for liquidation price setter | 2022-07-30 16:11:31 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | dba7a7257d | Use stop_or_liquidation instead of stop_loss | 2022-07-30 16:10:16 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 845cecd38f | Add stoploss or liquidation property | 2022-07-30 16:10:16 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 4da96bc511 | Update docs | 2022-07-30 16:10:16 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 15752ce3c2 | Rename set_stoploss method to be fully private | 2022-07-30 16:10:16 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | ff4cc5d316 | Revamp liquidation test to actually make sense | 2022-07-30 16:10:16 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 9852733ef7 | Improve tests to align with modified logic | 2022-07-30 16:10:16 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | f57ecb1861 | Simplify adjust_stop test | 2022-07-30 16:10:16 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 8711b7d99f | Liquidations cannot be rejected. | 2022-07-30 16:10:16 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 995be90f91 | Liquidation should be a separate exit type | 2022-07-30 16:10:16 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | d70650b074 | Add note for plot-dataframe and current-whitelist closes #7142 | 2022-07-30 08:20:22 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | cc3ead9d7b | Set required_profit for stoploss guard, allowing to ignore small stoplosses. closes #7076 | 2022-07-27 19:52:39 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 31ddec8348 | Add missing test to confirm backtesting won't send messages | 2022-07-27 06:51:56 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 2595e40e47 | Remove unused test-strategy | 2022-07-27 06:47:16 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 0adfa4d9ef | Add tests for dataprovider send-message methods | 2022-07-27 06:34:15 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 7bac054668 | Add documentation and clarity for send_msg | 2022-07-26 20:24:52 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 229e8864bb | Add send_msg capability to dataprovider | 2022-07-26 20:15:49 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | a0b9388757 | Bump ccxt to 1.91.29 closes #7132 | 2022-07-26 17:57:25 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 4c68bec171 | Fix problem in is_cancel_order_result_suitablefixes #7119 | 2022-07-25 17:47:52 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | ea112fb583 | Add test for empty order (cancelled order) | 2022-07-25 17:47:28 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 0806f253b1 | Merge pull request #7125 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.19 Bump types-python-dateutil from 2.8.18 to 2.8.19 | 2022-07-25 08:43:58 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 4b8132f3c6 | Merge pull request #7128 from freqtrade/dependabot/pip/develop/mypy-0.971 Bump mypy from 0.961 to 0.971 | 2022-07-25 08:42:16 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 47b52d4bab | Bump types-dateutil in pre-commit | 2022-07-25 07:58:16 +02:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | 40969f20bf | Bump types-python-dateutil from 2.8.18 to 2.8.19 Bumps [types-python-dateutil](https://github.com/python/typeshed) from 2.8.18 to 2.8.19.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: types-python-dateutil
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | 2022-07-25 05:53:15 +00:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | 93340f546b | Bump mypy from 0.961 to 0.971 Bumps [mypy](https://github.com/python/mypy) from 0.961 to 0.971.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.961...v0.971)
---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> | 2022-07-25 05:53:10 +00:00 |  | 
			
				
					| 
							
							
								 Matthias | b7f5beea40 | Merge pull request #7124 from freqtrade/dependabot/pip/develop/mkdocs-1.3.1 Bump mkdocs from 1.3.0 to 1.3.1 | 2022-07-25 07:52:38 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | c0080f2241 | Merge pull request #7126 from freqtrade/dependabot/pip/develop/types-requests-2.28.3 Bump types-requests from 2.28.1 to 2.28.3 | 2022-07-25 07:52:16 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 43343d0e55 | Revert markdown to 3.3.7 | 2022-07-25 07:21:12 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | 3ce46ff09e | Bump types-requests in pre-commit | 2022-07-25 07:19:21 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | fba3c3c649 | Merge pull request #7127 from freqtrade/dependabot/pip/develop/ccxt-1.91.22 Bump ccxt from 1.90.89 to 1.91.22 | 2022-07-25 07:17:14 +02:00 |  | 
			
				
					| 
							
							
								 Matthias | bc87171243 | Merge pull request #7123 from freqtrade/dependabot/pip/develop/orjson-3.7.8 Bump orjson from 3.7.7 to 3.7.8 | 2022-07-25 07:17:00 +02:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | f93a3a5fca | Bump ccxt from 1.90.89 to 1.91.22 Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.90.89 to 1.91.22.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/exchanges.cfg)
- [Commits](https://github.com/ccxt/ccxt/compare/1.90.89...1.91.22)
---
updated-dependencies:
- dependency-name: ccxt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> | 2022-07-25 03:01:52 +00:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | 98d0ad76bf | Bump types-requests from 2.28.1 to 2.28.3 Bumps [types-requests](https://github.com/python/typeshed) from 2.28.1 to 2.28.3.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)
---
updated-dependencies:
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | 2022-07-25 03:01:44 +00:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | d5933fb2af | Bump mkdocs from 1.3.0 to 1.3.1 Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.3.0...1.3.1)
---
updated-dependencies:
- dependency-name: mkdocs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | 2022-07-25 03:01:37 +00:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | 1b49e45222 | Bump orjson from 3.7.7 to 3.7.8 Bumps [orjson](https://github.com/ijl/orjson) from 3.7.7 to 3.7.8.
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ijl/orjson/compare/3.7.7...3.7.8)
---
updated-dependencies:
- dependency-name: orjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> | 2022-07-25 03:01:32 +00:00 |  |