Matthias 
							
						 
					 
					
						
						
							
						
						e5aaef6440 
					 
					
						
						
							
							Fix CI failure  
						
						
						
						
					 
					
						2021-12-21 19:20:09 +01:00 
						 
				 
			
				
					
						
							
							
								cdimauro 
							
						 
					 
					
						
						
							
						
						6ba8b17fdd 
					 
					
						
						
							
							Use LoggingMixin.log_once to remove/reduce logs on pairlists  
						
						
						
						
					 
					
						2021-12-21 09:11:57 +01:00 
						 
				 
			
				
					
						
							
							
								cdimauro 
							
						 
					 
					
						
						
							
						
						9d8646072c 
					 
					
						
						
							
							Add test case for checking removal of logs for pains in blacklist  
						
						
						
						
					 
					
						2021-12-14 06:23:40 +01:00 
						 
				 
			
				
					
						
							
							
								cdimauro 
							
						 
					 
					
						
						
							
						
						8dd3128ed4 
					 
					
						
						
							
							Add type annotation to new logs suppression code  
						
						
						
						
					 
					
						2021-12-12 12:32:09 +01:00 
						 
				 
			
				
					
						
							
							
								cdimauro 
							
						 
					 
					
						
						
							
						
						5b998aeca7 
					 
					
						
						
							
							Remove unused import  
						
						... 
						
						
						
						Remove the import from copy, since deepcopy() isn't used anymore
(list.copy() is used instead). 
						
						
					 
					
						2021-12-12 10:21:54 +01:00 
						 
				 
			
				
					
						
							
							
								cdimauro 
							
						 
					 
					
						
						
							
						
						878e16545d 
					 
					
						
						
							
							Suppress additional logs for pairs in blacklist  
						
						... 
						
						
						
						Every time that there's freqtrade "ticks", pairs in the blacklist are
checked and a warning message is displayed.
So, the logs are continuously flooded with the same warnings.
For example:
2021-07-26 06:24:45 freqtrade.plugins.pairlistmanager: WARNING -
Pair XTZUP/USDT in your blacklist. Removing it from whitelist...
2021-07-26 06:24:45 freqtrade.plugins.pairlistmanager: WARNING -
Pair SUSHIUP/USDT in your blacklist. Removing it from whitelist...
2021-07-26 06:24:45 freqtrade.plugins.pairlistmanager: WARNING -
Pair XTZDOWN/USDT in your blacklist. Removing it from whitelist...
2021-07-26 06:24:50 freqtrade.plugins.pairlistmanager: WARNING -
Pair XTZUP/USDT in your blacklist. Removing it from whitelist...
2021-07-26 06:24:50 freqtrade.plugins.pairlistmanager: WARNING -
Pair SUSHIUP/USDT in your blacklist. Removing it from whitelist...
2021-07-26 06:24:50 freqtrade.plugins.pairlistmanager: WARNING -
Pair XTZDOWN/USDT in your blacklist. Removing it from whitelist...
This patch shows the warning only the first time, by keeping track
of which pairs in the blacklist were already logged. 
						
						
					 
					
						2021-12-12 10:20:08 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						c12f2378db 
					 
					
						
						
							
							Merge pull request  #6045  from freqtrade/trade_fee_fallback_value  
						
						... 
						
						
						
						Add unknown_fee_rate parameter 
						
						
					 
					
						2021-12-11 20:00:01 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						1a4b403792 
					 
					
						
						
							
							Merge pull request  #6047  from freqtrade/dependabot/pip/develop/uvicorn-0.16.0  
						
						... 
						
						
						
						Bump uvicorn from 0.15.0 to 0.16.0 
						
						
					 
					
						2021-12-11 19:50:18 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						b90c5e56fb 
					 
					
						
						
							
							Fix webserver schema bug when running in webserver mode  
						
						
						
						
					 
					
						2021-12-11 19:46:35 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						2918032dac 
					 
					
						
						
							
							Merge pull request  #6046  from freqtrade/dependabot/pip/develop/python-telegram-bot-13.9  
						
						... 
						
						
						
						Bump python-telegram-bot from 13.8.1 to 13.9 
						
						
					 
					
						2021-12-11 19:41:14 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						06bd8a1540 
					 
					
						
						
							
							Merge pull request  #6052  from freqtrade/dependabot/github_actions/develop/peter-evans/dockerhub-description-2.4.3  
						
						... 
						
						
						
						Bump peter-evans/dockerhub-description from 2.1.0 to 2.4.3 
						
						
					 
					
						2021-12-11 17:26:43 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						58cd91bd80 
					 
					
						
						
							
							Bump python-telegram-bot from 13.8.1 to 13.9  
						
						... 
						
						
						
						Bumps [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot ) from 13.8.1 to 13.9.
- [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases )
- [Changelog](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/CHANGES.rst )
- [Commits](https://github.com/python-telegram-bot/python-telegram-bot/compare/v13.8.1...v13.9 )
---
updated-dependencies:
- dependency-name: python-telegram-bot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-12-11 16:00:35 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						dbe97bcdb1 
					 
					
						
						
							
							Merge pull request  #6053  from freqtrade/dependabot/github_actions/develop/crazy-max/ghaction-docker-buildx-3.3.1  
						
						... 
						
						
						
						Bump crazy-max/ghaction-docker-buildx from 1 to 3.3.1 
						
						
					 
					
						2021-12-11 16:59:56 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						843eec63f0 
					 
					
						
						
							
							Merge pull request  #6051  from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.28  
						
						... 
						
						
						
						Bump sqlalchemy from 1.4.27 to 1.4.28 
						
						
					 
					
						2021-12-11 16:59:42 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						0df8786af6 
					 
					
						
						
							
							Merge pull request  #6048  from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.24  
						
						... 
						
						
						
						Bump prompt-toolkit from 3.0.23 to 3.0.24 
						
						
					 
					
						2021-12-11 16:35:07 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						b4ed90788b 
					 
					
						
						
							
							Merge pull request  #6050  from freqtrade/dependabot/pip/develop/ccxt-1.63.55  
						
						... 
						
						
						
						Bump ccxt from 1.63.1 to 1.63.55 
						
						
					 
					
						2021-12-11 16:34:36 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						c871e51dcc 
					 
					
						
						
							
							Merge pull request  #6049  from freqtrade/dependabot/pip/develop/mkdocs-material-8.1.0  
						
						... 
						
						
						
						Bump mkdocs-material from 8.0.4 to 8.1.0 
						
						
					 
					
						2021-12-11 16:34:28 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						783ee633aa 
					 
					
						
						
							
							Bump crazy-max/ghaction-docker-buildx from 1 to 3.3.1  
						
						... 
						
						
						
						Bumps [crazy-max/ghaction-docker-buildx](https://github.com/crazy-max/ghaction-docker-buildx ) from 1 to 3.3.1.
- [Release notes](https://github.com/crazy-max/ghaction-docker-buildx/releases )
- [Changelog](https://github.com/crazy-max/ghaction-docker-buildx/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crazy-max/ghaction-docker-buildx/compare/v1...v3.3.1 )
---
updated-dependencies:
- dependency-name: crazy-max/ghaction-docker-buildx
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-12-11 15:13:10 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						fb134c67a9 
					 
					
						
						
							
							Bump peter-evans/dockerhub-description from 2.1.0 to 2.4.3  
						
						... 
						
						
						
						Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description ) from 2.1.0 to 2.4.3.
- [Release notes](https://github.com/peter-evans/dockerhub-description/releases )
- [Commits](https://github.com/peter-evans/dockerhub-description/compare/v2.1.0...v2.4.3 )
---
updated-dependencies:
- dependency-name: peter-evans/dockerhub-description
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-12-11 15:13:08 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						849ca1ec06 
					 
					
						
						
							
							Dependabot - use correct branch  
						
						
						
						
					 
					
						2021-12-11 16:12:36 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						aaf5f4ce39 
					 
					
						
						
							
							Bump sqlalchemy from 1.4.27 to 1.4.28  
						
						... 
						
						
						
						Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy ) from 1.4.27 to 1.4.28.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases )
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES )
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits )
---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-12-11 14:55:27 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						ae92bf56bf 
					 
					
						
						
							
							Bump ccxt from 1.63.1 to 1.63.55  
						
						... 
						
						
						
						Bumps [ccxt](https://github.com/ccxt/ccxt ) from 1.63.1 to 1.63.55.
- [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.63.1...1.63.55 )
---
updated-dependencies:
- dependency-name: ccxt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-12-11 14:55:21 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						f47cfbd2a9 
					 
					
						
						
							
							Bump mkdocs-material from 8.0.4 to 8.1.0  
						
						... 
						
						
						
						Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 8.0.4 to 8.1.0.
- [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/8.0.4...8.1.0 )
---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-12-11 14:55:13 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c9c683f2b0 
					 
					
						
						
							
							Bump prompt-toolkit from 3.0.23 to 3.0.24  
						
						... 
						
						
						
						Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit ) from 3.0.23 to 3.0.24.
- [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases )
- [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG )
- [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.23...3.0.24 )
---
updated-dependencies:
- dependency-name: prompt-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-12-11 14:55:09 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						81cafd090d 
					 
					
						
						
							
							Bump uvicorn from 0.15.0 to 0.16.0  
						
						... 
						
						
						
						Bumps [uvicorn](https://github.com/encode/uvicorn ) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/encode/uvicorn/releases )
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/encode/uvicorn/compare/0.15.0...0.16.0 )
---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-12-11 14:55:05 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						671b9903d7 
					 
					
						
						
							
							Add github-actions dependabot  
						
						
						
						
					 
					
						2021-12-11 15:54:09 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						e729fad99c 
					 
					
						
						
							
							Add unknown_fee_rate parameter  
						
						
						
						
					 
					
						2021-12-11 15:26:08 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						e9c3f0cbbd 
					 
					
						
						
							
							Add note about python3.10 not being supported  
						
						... 
						
						
						
						closes  #6041  
					
						2021-12-11 10:01:55 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						be6b1f6f83 
					 
					
						
						
							
							Import from enums, not submodules  
						
						
						
						
					 
					
						2021-12-09 06:18:21 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						b79f2f2981 
					 
					
						
						
							
							Merge pull request  #6035  from freqtrade/revert-6034-dependabot/docker/python-3.10.1-slim-bullseye  
						
						... 
						
						
						
						Revert "Bump python from 3.9.9-slim-bullseye to 3.10.1-slim-bullseye" 
						
						
					 
					
						2021-12-09 06:18:11 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						facb5b3991 
					 
					
						
						
							
							Revert "Bump python from 3.9.9-slim-bullseye to 3.10.1-slim-bullseye"  
						
						
						
						
					 
					
						2021-12-09 06:17:56 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						79a87649b9 
					 
					
						
						
							
							Merge pull request  #6034  from freqtrade/dependabot/docker/python-3.10.1-slim-bullseye  
						
						... 
						
						
						
						Bump python from 3.9.9-slim-bullseye to 3.10.1-slim-bullseye 
						
						
					 
					
						2021-12-09 06:15:16 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						7848e17a49 
					 
					
						
						
							
							Bump python from 3.9.9-slim-bullseye to 3.10.1-slim-bullseye  
						
						... 
						
						
						
						Bumps python from 3.9.9-slim-bullseye to 3.10.1-slim-bullseye.
---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-12-09 03:01:59 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						decaa24f81 
					 
					
						
						
							
							Merge pull request  #6028  from freqtrade/dependabot/pip/develop/mkdocs-material-8.0.4  
						
						... 
						
						
						
						Bump mkdocs-material from 8.0.1 to 8.0.4 
						
						
					 
					
						2021-12-06 07:03:50 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						f9529c1fb6 
					 
					
						
						
							
							Merge pull request  #6027  from freqtrade/dependabot/pip/develop/ccxt-1.63.1  
						
						... 
						
						
						
						Bump ccxt from 1.62.42 to 1.63.1 
						
						
					 
					
						2021-12-06 06:22:58 +01:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						3dda0ef2ef 
					 
					
						
						
							
							Bump mkdocs-material from 8.0.1 to 8.0.4  
						
						... 
						
						
						
						Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 8.0.1 to 8.0.4.
- [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/8.0.1...8.0.4 )
---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-12-06 03:01:35 +00:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						50a6eaea22 
					 
					
						
						
							
							Bump ccxt from 1.62.42 to 1.63.1  
						
						... 
						
						
						
						Bumps [ccxt](https://github.com/ccxt/ccxt ) from 1.62.42 to 1.63.1.
- [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.62.42...1.63.1 )
---
updated-dependencies:
- dependency-name: ccxt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-12-06 03:01:30 +00:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						fbd64d757d 
					 
					
						
						
							
							Improve doc wording  
						
						
						
						
					 
					
						2021-12-05 09:26:44 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						4278c5a24a 
					 
					
						
						
							
							add note about arm64 installation  
						
						... 
						
						
						
						closes  #6025  
					
						2021-12-05 09:24:40 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						243e59cabb 
					 
					
						
						
							
							Merge pull request  #5929  from dvdmchl/develop  
						
						... 
						
						
						
						Telegram and log prints strategy version. 
						
						
					 
					
						2021-12-04 15:16:42 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						210202a797 
					 
					
						
						
							
							Merge pull request  #5756  from GluTbl/patch-1  
						
						... 
						
						
						
						add custom entry/exit price support to backtesting 
						
						
					 
					
						2021-12-04 15:16:15 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						c981cc335d 
					 
					
						
						
							
							Remove wrong comment  
						
						
						
						
					 
					
						2021-12-04 14:51:55 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						d0467b30ba 
					 
					
						
						
							
							Add strategy_version to API response  
						
						
						
						
					 
					
						2021-12-04 14:49:45 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						e3190cf8a8 
					 
					
						
						
							
							Update documentation  
						
						
						
						
					 
					
						2021-12-04 14:44:03 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						848a2d5383 
					 
					
						
						
							
							Merge branch 'develop' into pr/dvdmchl/5929  
						
						
						
						
					 
					
						2021-12-04 14:40:15 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						2080bf0952 
					 
					
						
						
							
							Fix some formatting errors, add test for strategy version  
						
						
						
						
					 
					
						2021-12-04 14:40:05 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						68ac8008ec 
					 
					
						
						
							
							Call custom_exit_price only for sell_signal and custom_sell  
						
						
						
						
					 
					
						2021-12-04 14:14:22 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						84ad176287 
					 
					
						
						
							
							Improve documentation wording  
						
						
						
						
					 
					
						2021-12-04 13:33:38 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						86910b58dc 
					 
					
						
						
							
							Bracket entry/exit prices to low/high of the candle  
						
						
						
						
					 
					
						2021-12-03 17:44:53 +01:00 
						 
				 
			
				
					
						
							
							
								Matthias 
							
						 
					 
					
						
						
							
						
						d1209fe415 
					 
					
						
						
							
							Merge branch 'develop' into pr/GluTbl/5756  
						
						
						
						
					 
					
						2021-12-03 17:37:44 +01:00